#A4485C

Color #A4485C Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #A4485C

Tints of Hippie Pink #A4485C

Color information

#A4485C (or 0xA4485C) is unknown color: approx Hippie Pink. HEX triplet: A4, 48 and 5C. RGB value is (164,72,92). Sum of RGB (Red+Green+Blue) = 164+72+92=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4485C is #5BB7A3. Grayscale: #656565. Windows color (decimal): -6010788 or 6047908. OLE color: 6047908.

HSL color Cylindrical-coordinate representation of color #A4485C: hue angle of 346.96º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4485C is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB1647292-
CMYK00.560.440.36
HSL346.96º38.98%46.27%-
HSV(B)346.96º56.1%64.31%-
XYZ19.5613.311.66-
YUV101.79122.48172.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 21.95%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=50%
G=21.95%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164729200.560.440.36346.9638.9846.27
HexA4485C0382C2415b272e
Octal24411013407054445334756
Binary10100100100100010111000111000101100100100101011011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4485C; }

 p { color: rgb(164,72,92); }

 H1.HeaderClassName
 {
   color: #A4485C;
 }
 .AnyTagClassName
 {
   color: #A4485C;
 }
</style>
background-color css

<style>
 a { background-color: #A4485C; }

 a { background-color: rgb(164,72,92); }

 div.DivClassName
 {
   background-color: #A4485C;
 }
 .BgClassName
 {
   background-color: #A4485C;
 }
</style>
border-color css

<style>
 span { border-color: #A4485C; }

 span { border-color: rgb(164,72,92); }

 td.TdClassName
 {
   border-color: #A4485C;
 }
 .TagClassName
 {
   border-color: #A4485C;
 }
</style>