#A64557

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

Shades of Hippie Pink #A64557

Tints of Hippie Pink #A64557

Color information

#A64557 (or 0xA64557) is unknown color: approx Hippie Pink. HEX triplet: A6, 45 and 57. RGB value is (166,69,87). Sum of RGB (Red+Green+Blue) = 166+69+87=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A64557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64557 is #59BAA8. Grayscale: #646464. Windows color (decimal): -5880489 or 5719462. OLE color: 5719462.

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

Color convert

RGB1666987-
CMYK00.580.480.35
HSL348.87º41.28%46.08%-
HSV(B)348.87º58.43%65.1%-
XYZ19.5713.0510.5-
YUV100.06120.64175.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.55%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 87 (34.38% from 255) = 27.02%
R=51.55%
G=21.43%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166698700.580.480.35348.8741.2846.08
HexA6455703A302315d292e
Octal24610512707260435355156
Binary10100110100010110101110111010110000100011101011101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64557; }

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

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

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

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

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

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

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

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