#A64655

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

Shades of Hippie Pink #A64655

Tints of Hippie Pink #A64655

Color information

#A64655 (or 0xA64655) is unknown color: approx Hippie Pink. HEX triplet: A6, 46 and 55. RGB value is (166,70,85). Sum of RGB (Red+Green+Blue) = 166+70+85=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A64655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64655 is #59B9AA. Grayscale: #646464. Windows color (decimal): -5880235 or 5588646. OLE color: 5588646.

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

Color convert

RGB1667085-
CMYK00.580.490.35
HSL350.62º40.68%46.27%-
HSV(B)350.62º57.83%65.1%-
XYZ19.5613.1410.1-
YUV100.41119.3174.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.71%
GREEN value IS 70 (27.73% from 255) = 21.81%
BLUE value IS 85 (33.59% from 255) = 26.48%
R=51.71%
G=21.81%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166708500.580.490.35350.6240.6846.27
HexA6465503A312315f292e
Octal24610612507261435375156
Binary10100110100011010101010111010110001100011101011111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64655; }

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

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

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

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

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

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

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

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