Shades of Hippie Pink #A04F57
Tints of Hippie Pink #A04F57
RGB
CMYK
RGB Variations
Color information
#A04F57 (or 0xA04F57) is known color: Hippie Pink. HEX triplet: A0, 4F and 57. RGB value is (160,79,87). Sum of RGB (Red+Green+Blue) = 160+79+87=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F57 is #5FB0A8. Grayscale: #686868. Windows color (decimal): -6271145 or 5722016. OLE color: 5722016.
HSL color Cylindrical-coordinate representation of color #A04F57: hue angle of 354.07º 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 #A04F57 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 87 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.37 |
| HSL | 354.07º | 0.34% | 0.47% | - |
| HSV(B) | 354.07º | 0.51% | 0.63% | - |
| XYZ | 19.01 | 13.75 | 10.67 | - |
| YUV | 104.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 87 | 0 | 0.51 | 0.46 | 0.37 | 354.07 | 0.34 | 0.47 |
| Hex | A0 | 4F | 57 | 0 | 33 | 2E | 25 | 162 | 22 | 2F |
| Octal | 240 | 117 | 127 | 0 | 63 | 56 | 45 | 542 | 42 | 57 |
| Binary | 10100000 | 1001111 | 1010111 | 0 | 110011 | 101110 | 100101 | 101100010 | 100010 | 101111 |
Color Harmonies of #A04F57
Complementary color
Monochromatic Colors of #A04F57
Black with #A04F57
Text Example
Text Example
White with #A04F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F57; }
p { color: rgb(160,79,87); }
H1.HeaderClassName
{
color: #A04F57;
}
.AnyTagClassName
{
color: #A04F57;
}
</style>
background-color css
<style>
a { background-color: #A04F57; }
a { background-color: rgb(160,79,87); }
div.DivClassName
{
background-color: #A04F57;
}
.BgClassName
{
background-color: #A04F57;
}
</style>
border-color css
<style>
span { border-color: #A04F57; }
span { border-color: rgb(160,79,87); }
td.TdClassName
{
border-color: #A04F57;
}
.TagClassName
{
border-color: #A04F57;
}
</style>