Shades of Hippie Pink #A64E59
Tints of Hippie Pink #A64E59
RGB
CMYK
RGB Variations
Color information
#A64E59 (or 0xA64E59) is known color: Hippie Pink. HEX triplet: A6, 4E and 59. RGB value is (166,78,89). Sum of RGB (Red+Green+Blue) = 166+78+89=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64E59 is #59B1A6. Grayscale: #696969. Windows color (decimal): -5878183 or 5852838. OLE color: 5852838.
HSL color Cylindrical-coordinate representation of color #A64E59: hue angle of 352.5º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A64E59 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 78 | 89 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.35 |
| HSL | 352.5º | 0.36% | 0.48% | - |
| HSV(B) | 352.5º | 0.53% | 0.65% | - |
| XYZ | 20.25 | 14.28 | 11.14 | - |
| YUV | 105.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 89 | 0 | 0.53 | 0.46 | 0.35 | 352.5 | 0.36 | 0.48 |
| Hex | A6 | 4E | 59 | 0 | 35 | 2E | 23 | 160 | 24 | 30 |
| Octal | 246 | 116 | 131 | 0 | 65 | 56 | 43 | 540 | 44 | 60 |
| Binary | 10100110 | 1001110 | 1011001 | 0 | 110101 | 101110 | 100011 | 101100000 | 100100 | 110000 |
Color Harmonies of #A64E59
Complementary color
Monochromatic Colors of #A64E59
Black with #A64E59
Text Example
Text Example
White with #A64E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64E59; }
p { color: rgb(166,78,89); }
H1.HeaderClassName
{
color: #A64E59;
}
.AnyTagClassName
{
color: #A64E59;
}
</style>
background-color css
<style>
a { background-color: #A64E59; }
a { background-color: rgb(166,78,89); }
div.DivClassName
{
background-color: #A64E59;
}
.BgClassName
{
background-color: #A64E59;
}
</style>
border-color css
<style>
span { border-color: #A64E59; }
span { border-color: rgb(166,78,89); }
td.TdClassName
{
border-color: #A64E59;
}
.TagClassName
{
border-color: #A64E59;
}
</style>