#A64D5F

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

Shades of Hippie Pink #A64D5F

Tints of Hippie Pink #A64D5F

Color information

#A64D5F (or 0xA64D5F) is unknown color: approx Hippie Pink. HEX triplet: A6, 4D and 5F. RGB value is (166,77,95). Sum of RGB (Red+Green+Blue) = 166+77+95=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64D5F is #59B2A0. Grayscale: #696969. Windows color (decimal): -5878433 or 6245798. OLE color: 6245798.

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

Color convert

RGB1667795-
CMYK00.540.430.35
HSL347.87º36.63%47.65%-
HSV(B)347.87º53.61%65.1%-
XYZ20.4514.2412.5-
YUV105.66121.99171.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.11%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 95 (37.5% from 255) = 28.11%
R=49.11%
G=22.78%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166779500.540.430.35347.8736.6347.65
HexA64D5F0362B2315c2530
Octal24611513706653435344560
Binary10100110100110110111110110110101011100011101011100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64D5F; }

 p { color: rgb(166,77,95); }

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

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

 a { background-color: rgb(166,77,95); }

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

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

 span { border-color: rgb(166,77,95); }

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