#A65464

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

Shades of Hippie Pink #A65464

Tints of Hippie Pink #A65464

Color information

#A65464 (or 0xA65464) is unknown color: approx Hippie Pink. HEX triplet: A6, 54 and 64. RGB value is (166,84,100). Sum of RGB (Red+Green+Blue) = 166+84+100=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A65464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65464 is #59AB9B. Grayscale: #6E6E6E. Windows color (decimal): -5876636 or 6575270. OLE color: 6575270.

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

Color convert

RGB16684100-
CMYK00.490.400.35
HSL348.29º32.8%49.02%-
HSV(B)348.29º49.4%65.1%-
XYZ21.215.3713.91-
YUV110.34122.17167.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.43%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 100 (39.45% from 255) = 28.57%
R=47.43%
G=24%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668410000.490.400.35348.2932.849.02
HexA65464031282315c2131
Octal24612414406150435344161
Binary10100110101010011001000110001101000100011101011100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65464; }

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

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

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

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

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

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

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

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