Shades of Hippie Pink #A04E5C
Tints of Hippie Pink #A04E5C
RGB
CMYK
RGB Variations
Color information
#A04E5C (or 0xA04E5C) is known color: Hippie Pink. HEX triplet: A0, 4E and 5C. RGB value is (160,78,92). Sum of RGB (Red+Green+Blue) = 160+78+92=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E5C is #5FB1A3. Grayscale: #686868. Windows color (decimal): -6271396 or 6049440. OLE color: 6049440.
HSL color Cylindrical-coordinate representation of color #A04E5C: hue angle of 349.76º 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 #A04E5C is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 92 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.37 |
| HSL | 349.76º | 0.34% | 0.47% | - |
| HSV(B) | 349.76º | 0.51% | 0.63% | - |
| XYZ | 19.15 | 13.7 | 11.76 | - |
| YUV | 104.11 | 121.17 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 92 | 0 | 0.51 | 0.43 | 0.37 | 349.76 | 0.34 | 0.47 |
| Hex | A0 | 4E | 5C | 0 | 33 | 2B | 25 | 15E | 22 | 2F |
| Octal | 240 | 116 | 134 | 0 | 63 | 53 | 45 | 536 | 42 | 57 |
| Binary | 10100000 | 1001110 | 1011100 | 0 | 110011 | 101011 | 100101 | 101011110 | 100010 | 101111 |
Color Harmonies of #A04E5C
Complementary color
Monochromatic Colors of #A04E5C
Black with #A04E5C
Text Example
Text Example
White with #A04E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E5C; }
p { color: rgb(160,78,92); }
H1.HeaderClassName
{
color: #A04E5C;
}
.AnyTagClassName
{
color: #A04E5C;
}
</style>
background-color css
<style>
a { background-color: #A04E5C; }
a { background-color: rgb(160,78,92); }
div.DivClassName
{
background-color: #A04E5C;
}
.BgClassName
{
background-color: #A04E5C;
}
</style>
border-color css
<style>
span { border-color: #A04E5C; }
span { border-color: rgb(160,78,92); }
td.TdClassName
{
border-color: #A04E5C;
}
.TagClassName
{
border-color: #A04E5C;
}
</style>