Shades of Hippie Pink #A64E54
Tints of Hippie Pink #A64E54
RGB
CMYK
RGB Variations
Color information
#A64E54 (or 0xA64E54) is known color: Hippie Pink. HEX triplet: A6, 4E and 54. RGB value is (166,78,84). Sum of RGB (Red+Green+Blue) = 166+78+84=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64E54 is #59B1AB. Grayscale: #696969. Windows color (decimal): -5878188 or 5525158. OLE color: 5525158.
HSL color Cylindrical-coordinate representation of color #A64E54: hue angle of 355.91º 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 #A64E54 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 78 | 84 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.35 |
| HSL | 355.91º | 0.36% | 0.48% | - |
| HSV(B) | 355.91º | 0.53% | 0.65% | - |
| XYZ | 20.05 | 14.2 | 10.07 | - |
| YUV | 105 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 84 | 0 | 0.53 | 0.49 | 0.35 | 355.91 | 0.36 | 0.48 |
| Hex | A6 | 4E | 54 | 0 | 35 | 31 | 23 | 164 | 24 | 30 |
| Octal | 246 | 116 | 124 | 0 | 65 | 61 | 43 | 544 | 44 | 60 |
| Binary | 10100110 | 1001110 | 1010100 | 0 | 110101 | 110001 | 100011 | 101100100 | 100100 | 110000 |
Color Harmonies of #A64E54
Complementary color
Monochromatic Colors of #A64E54
Black with #A64E54
Text Example
Text Example
White with #A64E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64E54; }
p { color: rgb(166,78,84); }
H1.HeaderClassName
{
color: #A64E54;
}
.AnyTagClassName
{
color: #A64E54;
}
</style>
background-color css
<style>
a { background-color: #A64E54; }
a { background-color: rgb(166,78,84); }
div.DivClassName
{
background-color: #A64E54;
}
.BgClassName
{
background-color: #A64E54;
}
</style>
border-color css
<style>
span { border-color: #A64E54; }
span { border-color: rgb(166,78,84); }
td.TdClassName
{
border-color: #A64E54;
}
.TagClassName
{
border-color: #A64E54;
}
</style>