Shades of Hippie Pink #A04F5B
Tints of Hippie Pink #A04F5B
RGB
CMYK
RGB Variations
Color information
#A04F5B (or 0xA04F5B) is known color: Hippie Pink. HEX triplet: A0, 4F and 5B. RGB value is (160,79,91). Sum of RGB (Red+Green+Blue) = 160+79+91=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F5B is #5FB0A4. Grayscale: #686868. Windows color (decimal): -6271141 or 5984160. OLE color: 5984160.
HSL color Cylindrical-coordinate representation of color #A04F5B: hue angle of 351.11º 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 #A04F5B is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 91 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.37 |
| HSL | 351.11º | 0.34% | 0.47% | - |
| HSV(B) | 351.11º | 0.51% | 0.63% | - |
| XYZ | 19.18 | 13.82 | 11.55 | - |
| YUV | 104.59 | 120.34 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 91 | 0 | 0.51 | 0.43 | 0.37 | 351.11 | 0.34 | 0.47 |
| Hex | A0 | 4F | 5B | 0 | 33 | 2B | 25 | 15F | 22 | 2F |
| Octal | 240 | 117 | 133 | 0 | 63 | 53 | 45 | 537 | 42 | 57 |
| Binary | 10100000 | 1001111 | 1011011 | 0 | 110011 | 101011 | 100101 | 101011111 | 100010 | 101111 |
Color Harmonies of #A04F5B
Complementary color
Monochromatic Colors of #A04F5B
Black with #A04F5B
Text Example
Text Example
White with #A04F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F5B; }
p { color: rgb(160,79,91); }
H1.HeaderClassName
{
color: #A04F5B;
}
.AnyTagClassName
{
color: #A04F5B;
}
</style>
background-color css
<style>
a { background-color: #A04F5B; }
a { background-color: rgb(160,79,91); }
div.DivClassName
{
background-color: #A04F5B;
}
.BgClassName
{
background-color: #A04F5B;
}
</style>
border-color css
<style>
span { border-color: #A04F5B; }
span { border-color: rgb(160,79,91); }
td.TdClassName
{
border-color: #A04F5B;
}
.TagClassName
{
border-color: #A04F5B;
}
</style>