Shades of Royal Heath #AD5470
Tints of Royal Heath #AD5470
RGB
CMYK
RGB Variations
Color information
#AD5470 (or 0xAD5470) is known color: Royal Heath. HEX triplet: AD, 54 and 70. RGB value is (173,84,112). Sum of RGB (Red+Green+Blue) = 173+84+112=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5470 is #52AB8F. Grayscale: #717171. Windows color (decimal): -5417872 or 7361709. OLE color: 7361709.
HSL color Cylindrical-coordinate representation of color #AD5470: hue angle of 341.12º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5470 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 112 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.32 |
| HSL | 341.12º | 0.35% | 0.5% | - |
| HSV(B) | 341.12º | 0.51% | 0.68% | - |
| XYZ | 23.33 | 16.39 | 17.26 | - |
| YUV | 113.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 112 | 0 | 0.51 | 0.35 | 0.32 | 341.12 | 0.35 | 0.5 |
| Hex | AD | 54 | 70 | 0 | 33 | 23 | 20 | 155 | 23 | 32 |
| Octal | 255 | 124 | 160 | 0 | 63 | 43 | 40 | 525 | 43 | 62 |
| Binary | 10101101 | 1010100 | 1110000 | 0 | 110011 | 100011 | 100000 | 101010101 | 100011 | 110010 |
Color Harmonies of #AD5470
Complementary color
Monochromatic Colors of #AD5470
Black with #AD5470
Text Example
Text Example
White with #AD5470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5470; }
p { color: rgb(173,84,112); }
H1.HeaderClassName
{
color: #AD5470;
}
.AnyTagClassName
{
color: #AD5470;
}
</style>
background-color css
<style>
a { background-color: #AD5470; }
a { background-color: rgb(173,84,112); }
div.DivClassName
{
background-color: #AD5470;
}
.BgClassName
{
background-color: #AD5470;
}
</style>
border-color css
<style>
span { border-color: #AD5470; }
span { border-color: rgb(173,84,112); }
td.TdClassName
{
border-color: #AD5470;
}
.TagClassName
{
border-color: #AD5470;
}
</style>