Shades of Royal Heath #AD5572
Tints of Royal Heath #AD5572
RGB
CMYK
RGB Variations
Color information
#AD5572 (or 0xAD5572) is known color: Royal Heath. HEX triplet: AD, 55 and 72. RGB value is (173,85,114). Sum of RGB (Red+Green+Blue) = 173+85+114=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5572 is #52AA8D. Grayscale: #727272. Windows color (decimal): -5417614 or 7493037. OLE color: 7493037.
HSL color Cylindrical-coordinate representation of color #AD5572: hue angle of 340.23º 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 #AD5572 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 114 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.32 |
| HSL | 340.23º | 0.35% | 0.51% | - |
| HSV(B) | 340.23º | 0.51% | 0.68% | - |
| XYZ | 23.52 | 16.6 | 17.88 | - |
| YUV | 114.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 114 | 0 | 0.51 | 0.34 | 0.32 | 340.23 | 0.35 | 0.51 |
| Hex | AD | 55 | 72 | 0 | 33 | 22 | 20 | 154 | 23 | 33 |
| Octal | 255 | 125 | 162 | 0 | 63 | 42 | 40 | 524 | 43 | 63 |
| Binary | 10101101 | 1010101 | 1110010 | 0 | 110011 | 100010 | 100000 | 101010100 | 100011 | 110011 |
Color Harmonies of #AD5572
Complementary color
Monochromatic Colors of #AD5572
Black with #AD5572
Text Example
Text Example
White with #AD5572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5572; }
p { color: rgb(173,85,114); }
H1.HeaderClassName
{
color: #AD5572;
}
.AnyTagClassName
{
color: #AD5572;
}
</style>
background-color css
<style>
a { background-color: #AD5572; }
a { background-color: rgb(173,85,114); }
div.DivClassName
{
background-color: #AD5572;
}
.BgClassName
{
background-color: #AD5572;
}
</style>
border-color css
<style>
span { border-color: #AD5572; }
span { border-color: rgb(173,85,114); }
td.TdClassName
{
border-color: #AD5572;
}
.TagClassName
{
border-color: #AD5572;
}
</style>