#A64855

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

Shades of Hippie Pink #A64855

Tints of Hippie Pink #A64855

Color information

#A64855 (or 0xA64855) is unknown color: approx Hippie Pink. HEX triplet: A6, 48 and 55. RGB value is (166,72,85). Sum of RGB (Red+Green+Blue) = 166+72+85=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A64855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64855 is #59B7AA. Grayscale: #656565. Windows color (decimal): -5879723 or 5589158. OLE color: 5589158.

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

Color convert

RGB1667285-
CMYK00.570.490.35
HSL351.7º39.5%46.67%-
HSV(B)351.7º56.63%65.1%-
XYZ19.6813.410.14-
YUV101.59118.64173.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.39%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=51.39%
G=22.29%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166728500.570.490.35351.739.546.67
HexA648550393123160272f
Octal24611012507161435404757
Binary10100110100100010101010111001110001100011101100000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64855; }

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

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

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

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

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

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

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

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