Shades of Hippie Pink #AD5059
Tints of Hippie Pink #AD5059
RGB
CMYK
RGB Variations
Color information
#AD5059 (or 0xAD5059) is known color: Hippie Pink. HEX triplet: AD, 50 and 59. RGB value is (173,80,89). Sum of RGB (Red+Green+Blue) = 173+80+89=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5059 is #52AFA6. Grayscale: #6C6C6C. Windows color (decimal): -5418919 or 5853357. OLE color: 5853357.
HSL color Cylindrical-coordinate representation of color #AD5059: hue angle of 354.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5059 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 89 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.32 |
| HSL | 354.19º | 0.37% | 0.5% | - |
| HSV(B) | 354.19º | 0.54% | 0.68% | - |
| XYZ | 21.91 | 15.34 | 11.26 | - |
| YUV | 108.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 89 | 0 | 0.54 | 0.49 | 0.32 | 354.19 | 0.37 | 0.5 |
| Hex | AD | 50 | 59 | 0 | 36 | 31 | 20 | 162 | 25 | 32 |
| Octal | 255 | 120 | 131 | 0 | 66 | 61 | 40 | 542 | 45 | 62 |
| Binary | 10101101 | 1010000 | 1011001 | 0 | 110110 | 110001 | 100000 | 101100010 | 100101 | 110010 |
Color Harmonies of #AD5059
Complementary color
Monochromatic Colors of #AD5059
Black with #AD5059
Text Example
Text Example
White with #AD5059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5059; }
p { color: rgb(173,80,89); }
H1.HeaderClassName
{
color: #AD5059;
}
.AnyTagClassName
{
color: #AD5059;
}
</style>
background-color css
<style>
a { background-color: #AD5059; }
a { background-color: rgb(173,80,89); }
div.DivClassName
{
background-color: #AD5059;
}
.BgClassName
{
background-color: #AD5059;
}
</style>
border-color css
<style>
span { border-color: #AD5059; }
span { border-color: rgb(173,80,89); }
td.TdClassName
{
border-color: #AD5059;
}
.TagClassName
{
border-color: #AD5059;
}
</style>