#A64857

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

Shades of Hippie Pink #A64857

Tints of Hippie Pink #A64857

Color information

#A64857 (or 0xA64857) is unknown color: approx Hippie Pink. HEX triplet: A6, 48 and 57. RGB value is (166,72,87). Sum of RGB (Red+Green+Blue) = 166+72+87=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A64857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64857 is #59B7A8. Grayscale: #656565. Windows color (decimal): -5879721 or 5720230. OLE color: 5720230.

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

Color convert

RGB1667287-
CMYK00.570.480.35
HSL350.43º39.5%46.67%-
HSV(B)350.43º56.63%65.1%-
XYZ19.7613.4310.57-
YUV101.82119.64173.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 87 (34.38% from 255) = 26.77%
R=51.08%
G=22.15%
B=26.77%

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
Decimal166728700.570.480.35350.4339.546.67
HexA64857039302315e272f
Octal24611012707160435364757
Binary10100110100100010101110111001110000100011101011110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64857; }

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

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

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

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

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

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

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

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