Shades of Royal Heath #AD5979
Tints of Royal Heath #AD5979
RGB
CMYK
RGB Variations
Color information
#AD5979 (or 0xAD5979) is known color: Royal Heath. HEX triplet: AD, 59 and 79. RGB value is (173,89,121). Sum of RGB (Red+Green+Blue) = 173+89+121=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5979 is #52A686. Grayscale: #757575. Windows color (decimal): -5416583 or 7952813. OLE color: 7952813.
HSL color Cylindrical-coordinate representation of color #AD5979: hue angle of 337.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5979 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 121 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.32 |
| HSL | 337.14º | 0.34% | 0.51% | - |
| HSV(B) | 337.14º | 0.49% | 0.68% | - |
| XYZ | 24.26 | 17.41 | 20.17 | - |
| YUV | 117.76 | 129.83 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 121 | 0 | 0.49 | 0.30 | 0.32 | 337.14 | 0.34 | 0.51 |
| Hex | AD | 59 | 79 | 0 | 31 | 1E | 20 | 151 | 22 | 33 |
| Octal | 255 | 131 | 171 | 0 | 61 | 36 | 40 | 521 | 42 | 63 |
| Binary | 10101101 | 1011001 | 1111001 | 0 | 110001 | 11110 | 100000 | 101010001 | 100010 | 110011 |
Color Harmonies of #AD5979
Complementary color
Monochromatic Colors of #AD5979
Black with #AD5979
Text Example
Text Example
White with #AD5979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5979; }
p { color: rgb(173,89,121); }
H1.HeaderClassName
{
color: #AD5979;
}
.AnyTagClassName
{
color: #AD5979;
}
</style>
background-color css
<style>
a { background-color: #AD5979; }
a { background-color: rgb(173,89,121); }
div.DivClassName
{
background-color: #AD5979;
}
.BgClassName
{
background-color: #AD5979;
}
</style>
border-color css
<style>
span { border-color: #AD5979; }
span { border-color: rgb(173,89,121); }
td.TdClassName
{
border-color: #AD5979;
}
.TagClassName
{
border-color: #AD5979;
}
</style>