#A64856

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

Shades of Hippie Pink #A64856

Tints of Hippie Pink #A64856

Color information

#A64856 (or 0xA64856) is unknown color: approx Hippie Pink. HEX triplet: A6, 48 and 56. RGB value is (166,72,86). Sum of RGB (Red+Green+Blue) = 166+72+86=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A64856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64856 is #59B7A9. Grayscale: #656565. Windows color (decimal): -5879722 or 5654694. OLE color: 5654694.

HSL color Cylindrical-coordinate representation of color #A64856: hue angle of 351.06º 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 #A64856 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1667286-
CMYK00.570.480.35
HSL351.06º39.5%46.67%-
HSV(B)351.06º56.63%65.1%-
XYZ19.7213.4110.35-
YUV101.7119.14173.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.23%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=51.23%
G=22.22%
B=26.54%

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
Decimal166728600.570.480.35351.0639.546.67
HexA64856039302315f272f
Octal24611012607160435374757
Binary10100110100100010101100111001110000100011101011111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64856; }

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

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

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

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

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

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

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

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