#A64760

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

Shades of Hippie Pink #A64760

Tints of Hippie Pink #A64760

Color information

#A64760 (or 0xA64760) is unknown color: approx Hippie Pink. HEX triplet: A6, 47 and 60. RGB value is (166,71,96). Sum of RGB (Red+Green+Blue) = 166+71+96=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A64760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64760 is #59B89F. Grayscale: #666666. Windows color (decimal): -5879968 or 6309798. OLE color: 6309798.

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

Color convert

RGB1667196-
CMYK00.570.420.35
HSL344.21º40.08%46.47%-
HSV(B)344.21º57.23%65.1%-
XYZ20.0913.4612.61-
YUV102.26124.47173.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.85%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=49.85%
G=21.32%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166719600.570.420.35344.2140.0846.47
HexA647600392A23158282e
Octal24610714007152435305056
Binary10100110100011111000000111001101010100011101011000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64760; }

 p { color: rgb(166,71,96); }

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

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

 a { background-color: rgb(166,71,96); }

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

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

 span { border-color: rgb(166,71,96); }

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