#A64757

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

Shades of Hippie Pink #A64757

Tints of Hippie Pink #A64757

Color information

#A64757 (or 0xA64757) is unknown color: approx Hippie Pink. HEX triplet: A6, 47 and 57. RGB value is (166,71,87). Sum of RGB (Red+Green+Blue) = 166+71+87=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A64757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64757 is #59B8A8. Grayscale: #656565. Windows color (decimal): -5879977 or 5719974. OLE color: 5719974.

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

Color convert

RGB1667187-
CMYK00.570.480.35
HSL349.89º40.08%46.47%-
HSV(B)349.89º57.23%65.1%-
XYZ19.713.310.55-
YUV101.23119.97174.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.23%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 87 (34.38% from 255) = 26.85%
R=51.23%
G=21.91%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166718700.570.480.35349.8940.0846.47
HexA64757039302315e282e
Octal24610712707160435365056
Binary10100110100011110101110111001110000100011101011110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64757; }

 p { color: rgb(166,71,87); }

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

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

 a { background-color: rgb(166,71,87); }

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

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

 span { border-color: rgb(166,71,87); }

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