Shades of Hippie Pink #AD5556
Tints of Hippie Pink #AD5556
RGB
CMYK
RGB Variations
Color information
#AD5556 (or 0xAD5556) is known color: Hippie Pink. HEX triplet: AD, 55 and 56. RGB value is (173,85,86). Sum of RGB (Red+Green+Blue) = 173+85+86=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5556 is #52AAA9. Grayscale: #6F6F6F. Windows color (decimal): -5417642 or 5658029. OLE color: 5658029.
HSL color Cylindrical-coordinate representation of color #AD5556: hue angle of 359.32º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5556 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 86 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.32 |
| HSL | 359.32º | 0.35% | 0.51% | - |
| HSV(B) | 359.32º | 0.51% | 0.68% | - |
| XYZ | 22.16 | 16.05 | 10.73 | - |
| YUV | 111.43 | 113.65 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 86 | 0 | 0.51 | 0.50 | 0.32 | 359.32 | 0.35 | 0.51 |
| Hex | AD | 55 | 56 | 0 | 33 | 32 | 20 | 167 | 23 | 33 |
| Octal | 255 | 125 | 126 | 0 | 63 | 62 | 40 | 547 | 43 | 63 |
| Binary | 10101101 | 1010101 | 1010110 | 0 | 110011 | 110010 | 100000 | 101100111 | 100011 | 110011 |
Color Harmonies of #AD5556
Complementary color
Monochromatic Colors of #AD5556
Black with #AD5556
Text Example
Text Example
White with #AD5556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5556; }
p { color: rgb(173,85,86); }
H1.HeaderClassName
{
color: #AD5556;
}
.AnyTagClassName
{
color: #AD5556;
}
</style>
background-color css
<style>
a { background-color: #AD5556; }
a { background-color: rgb(173,85,86); }
div.DivClassName
{
background-color: #AD5556;
}
.BgClassName
{
background-color: #AD5556;
}
</style>
border-color css
<style>
span { border-color: #AD5556; }
span { border-color: rgb(173,85,86); }
td.TdClassName
{
border-color: #AD5556;
}
.TagClassName
{
border-color: #AD5556;
}
</style>