Shades of Hippie Pink #AD5056
Tints of Hippie Pink #AD5056
RGB
CMYK
RGB Variations
Color information
#AD5056 (or 0xAD5056) is known color: Hippie Pink. HEX triplet: AD, 50 and 56. RGB value is (173,80,86). Sum of RGB (Red+Green+Blue) = 173+80+86=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5056 is #52AFA9. Grayscale: #6C6C6C. Windows color (decimal): -5418922 or 5656749. OLE color: 5656749.
HSL color Cylindrical-coordinate representation of color #AD5056: hue angle of 356.13º 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 #AD5056 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 86 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.32 |
| HSL | 356.13º | 0.37% | 0.5% | - |
| HSV(B) | 356.13º | 0.54% | 0.68% | - |
| XYZ | 21.78 | 15.29 | 10.61 | - |
| YUV | 108.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 86 | 0 | 0.54 | 0.50 | 0.32 | 356.13 | 0.37 | 0.5 |
| Hex | AD | 50 | 56 | 0 | 36 | 32 | 20 | 164 | 25 | 32 |
| Octal | 255 | 120 | 126 | 0 | 66 | 62 | 40 | 544 | 45 | 62 |
| Binary | 10101101 | 1010000 | 1010110 | 0 | 110110 | 110010 | 100000 | 101100100 | 100101 | 110010 |
Color Harmonies of #AD5056
Complementary color
Monochromatic Colors of #AD5056
Black with #AD5056
Text Example
Text Example
White with #AD5056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5056; }
p { color: rgb(173,80,86); }
H1.HeaderClassName
{
color: #AD5056;
}
.AnyTagClassName
{
color: #AD5056;
}
</style>
background-color css
<style>
a { background-color: #AD5056; }
a { background-color: rgb(173,80,86); }
div.DivClassName
{
background-color: #AD5056;
}
.BgClassName
{
background-color: #AD5056;
}
</style>
border-color css
<style>
span { border-color: #AD5056; }
span { border-color: rgb(173,80,86); }
td.TdClassName
{
border-color: #AD5056;
}
.TagClassName
{
border-color: #AD5056;
}
</style>