Shades of Hippie Pink #A04E5A
Tints of Hippie Pink #A04E5A
RGB
CMYK
RGB Variations
Color information
#A04E5A (or 0xA04E5A) is known color: Hippie Pink. HEX triplet: A0, 4E and 5A. RGB value is (160,78,90). Sum of RGB (Red+Green+Blue) = 160+78+90=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E5A is #5FB1A5. Grayscale: #676767. Windows color (decimal): -6271398 or 5918368. OLE color: 5918368.
HSL color Cylindrical-coordinate representation of color #A04E5A: hue angle of 351.22º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04E5A is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 90 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.37 |
| HSL | 351.22º | 0.34% | 0.47% | - |
| HSV(B) | 351.22º | 0.51% | 0.63% | - |
| XYZ | 19.07 | 13.66 | 11.3 | - |
| YUV | 103.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 90 | 0 | 0.51 | 0.44 | 0.37 | 351.22 | 0.34 | 0.47 |
| Hex | A0 | 4E | 5A | 0 | 33 | 2C | 25 | 15F | 22 | 2F |
| Octal | 240 | 116 | 132 | 0 | 63 | 54 | 45 | 537 | 42 | 57 |
| Binary | 10100000 | 1001110 | 1011010 | 0 | 110011 | 101100 | 100101 | 101011111 | 100010 | 101111 |
Color Harmonies of #A04E5A
Complementary color
Monochromatic Colors of #A04E5A
Black with #A04E5A
Text Example
Text Example
White with #A04E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E5A; }
p { color: rgb(160,78,90); }
H1.HeaderClassName
{
color: #A04E5A;
}
.AnyTagClassName
{
color: #A04E5A;
}
</style>
background-color css
<style>
a { background-color: #A04E5A; }
a { background-color: rgb(160,78,90); }
div.DivClassName
{
background-color: #A04E5A;
}
.BgClassName
{
background-color: #A04E5A;
}
</style>
border-color css
<style>
span { border-color: #A04E5A; }
span { border-color: rgb(160,78,90); }
td.TdClassName
{
border-color: #A04E5A;
}
.TagClassName
{
border-color: #A04E5A;
}
</style>