#A65964

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

Shades of Hippie Pink #A65964

Tints of Hippie Pink #A65964

Color information

#A65964 (or 0xA65964) is unknown color: approx Hippie Pink. HEX triplet: A6, 59 and 64. RGB value is (166,89,100). Sum of RGB (Red+Green+Blue) = 166+89+100=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A65964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65964 is #59A69B. Grayscale: #717171. Windows color (decimal): -5875356 or 6576550. OLE color: 6576550.

HSL color Cylindrical-coordinate representation of color #A65964: hue angle of 351.43º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65964 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16689100-
CMYK00.460.400.35
HSL351.43º30.2%50%-
HSV(B)351.43º46.39%65.1%-
XYZ21.616.1714.04-
YUV113.28120.51165.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=46.76%
G=25.07%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668910000.460.400.35351.4330.250
HexA6596402E282315f1e32
Octal24613114405650435373662
Binary1010011010110011100100010111010100010001110101111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65964; }

 p { color: rgb(166,89,100); }

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

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

 a { background-color: rgb(166,89,100); }

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

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

 span { border-color: rgb(166,89,100); }

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