Shades of Royal Heath #AD5571
Tints of Royal Heath #AD5571
RGB
CMYK
RGB Variations
Color information
#AD5571 (or 0xAD5571) is known color: Royal Heath. HEX triplet: AD, 55 and 71. RGB value is (173,85,113). Sum of RGB (Red+Green+Blue) = 173+85+113=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5571 is #52AA8E. Grayscale: #727272. Windows color (decimal): -5417615 or 7427501. OLE color: 7427501.
HSL color Cylindrical-coordinate representation of color #AD5571: hue angle of 340.91º 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 #AD5571 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 113 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.32 |
| HSL | 340.91º | 0.35% | 0.51% | - |
| HSV(B) | 340.91º | 0.51% | 0.68% | - |
| XYZ | 23.46 | 16.57 | 17.59 | - |
| YUV | 114.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 113 | 0 | 0.51 | 0.35 | 0.32 | 340.91 | 0.35 | 0.51 |
| Hex | AD | 55 | 71 | 0 | 33 | 23 | 20 | 155 | 23 | 33 |
| Octal | 255 | 125 | 161 | 0 | 63 | 43 | 40 | 525 | 43 | 63 |
| Binary | 10101101 | 1010101 | 1110001 | 0 | 110011 | 100011 | 100000 | 101010101 | 100011 | 110011 |
Color Harmonies of #AD5571
Complementary color
Monochromatic Colors of #AD5571
Black with #AD5571
Text Example
Text Example
White with #AD5571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5571; }
p { color: rgb(173,85,113); }
H1.HeaderClassName
{
color: #AD5571;
}
.AnyTagClassName
{
color: #AD5571;
}
</style>
background-color css
<style>
a { background-color: #AD5571; }
a { background-color: rgb(173,85,113); }
div.DivClassName
{
background-color: #AD5571;
}
.BgClassName
{
background-color: #AD5571;
}
</style>
border-color css
<style>
span { border-color: #AD5571; }
span { border-color: rgb(173,85,113); }
td.TdClassName
{
border-color: #AD5571;
}
.TagClassName
{
border-color: #AD5571;
}
</style>