Shades of Hippie Pink #A04D59
Tints of Hippie Pink #A04D59
RGB
CMYK
RGB Variations
Color information
#A04D59 (or 0xA04D59) is known color: Hippie Pink. HEX triplet: A0, 4D and 59. RGB value is (160,77,89). Sum of RGB (Red+Green+Blue) = 160+77+89=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D59 is #5FB2A6. Grayscale: #676767. Windows color (decimal): -6271655 or 5852576. OLE color: 5852576.
HSL color Cylindrical-coordinate representation of color #A04D59: hue angle of 351.33º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04D59 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 89 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.37 |
| HSL | 351.33º | 0.35% | 0.46% | - |
| HSV(B) | 351.33º | 0.52% | 0.63% | - |
| XYZ | 18.95 | 13.5 | 11.06 | - |
| YUV | 103.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 89 | 0 | 0.52 | 0.44 | 0.37 | 351.33 | 0.35 | 0.46 |
| Hex | A0 | 4D | 59 | 0 | 34 | 2C | 25 | 15F | 23 | 2E |
| Octal | 240 | 115 | 131 | 0 | 64 | 54 | 45 | 537 | 43 | 56 |
| Binary | 10100000 | 1001101 | 1011001 | 0 | 110100 | 101100 | 100101 | 101011111 | 100011 | 101110 |
Color Harmonies of #A04D59
Complementary color
Monochromatic Colors of #A04D59
Black with #A04D59
Text Example
Text Example
White with #A04D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D59; }
p { color: rgb(160,77,89); }
H1.HeaderClassName
{
color: #A04D59;
}
.AnyTagClassName
{
color: #A04D59;
}
</style>
background-color css
<style>
a { background-color: #A04D59; }
a { background-color: rgb(160,77,89); }
div.DivClassName
{
background-color: #A04D59;
}
.BgClassName
{
background-color: #A04D59;
}
</style>
border-color css
<style>
span { border-color: #A04D59; }
span { border-color: rgb(160,77,89); }
td.TdClassName
{
border-color: #A04D59;
}
.TagClassName
{
border-color: #A04D59;
}
</style>