Shades of Royal Heath #AD5072
Tints of Royal Heath #AD5072
RGB
CMYK
RGB Variations
Color information
#AD5072 (or 0xAD5072) is known color: Royal Heath. HEX triplet: AD, 50 and 72. RGB value is (173,80,114). Sum of RGB (Red+Green+Blue) = 173+80+114=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5072 is #52AF8D. Grayscale: #6F6F6F. Windows color (decimal): -5418894 or 7491757. OLE color: 7491757.
HSL color Cylindrical-coordinate representation of color #AD5072: hue angle of 338.06º 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 #AD5072 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 114 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.32 |
| HSL | 338.06º | 0.37% | 0.5% | - |
| HSV(B) | 338.06º | 0.54% | 0.68% | - |
| XYZ | 23.14 | 15.84 | 17.76 | - |
| YUV | 111.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 114 | 0 | 0.54 | 0.34 | 0.32 | 338.06 | 0.37 | 0.5 |
| Hex | AD | 50 | 72 | 0 | 36 | 22 | 20 | 152 | 25 | 32 |
| Octal | 255 | 120 | 162 | 0 | 66 | 42 | 40 | 522 | 45 | 62 |
| Binary | 10101101 | 1010000 | 1110010 | 0 | 110110 | 100010 | 100000 | 101010010 | 100101 | 110010 |
Color Harmonies of #AD5072
Complementary color
Monochromatic Colors of #AD5072
Black with #AD5072
Text Example
Text Example
White with #AD5072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5072; }
p { color: rgb(173,80,114); }
H1.HeaderClassName
{
color: #AD5072;
}
.AnyTagClassName
{
color: #AD5072;
}
</style>
background-color css
<style>
a { background-color: #AD5072; }
a { background-color: rgb(173,80,114); }
div.DivClassName
{
background-color: #AD5072;
}
.BgClassName
{
background-color: #AD5072;
}
</style>
border-color css
<style>
span { border-color: #AD5072; }
span { border-color: rgb(173,80,114); }
td.TdClassName
{
border-color: #AD5072;
}
.TagClassName
{
border-color: #AD5072;
}
</style>