Shades of Royal Heath #AD5D77
Tints of Royal Heath #AD5D77
RGB
CMYK
RGB Variations
Color information
#AD5D77 (or 0xAD5D77) is known color: Royal Heath. HEX triplet: AD, 5D and 77. RGB value is (173,93,119). Sum of RGB (Red+Green+Blue) = 173+93+119=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5D77 is #52A288. Grayscale: #777777. Windows color (decimal): -5415561 or 7822765. OLE color: 7822765.
HSL color Cylindrical-coordinate representation of color #AD5D77: hue angle of 340.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD5D77 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 119 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.32 |
| HSL | 340.5º | 0.33% | 0.52% | - |
| HSV(B) | 340.5º | 0.46% | 0.68% | - |
| XYZ | 24.48 | 18.04 | 19.65 | - |
| YUV | 119.88 | 127.5 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 119 | 0 | 0.46 | 0.31 | 0.32 | 340.5 | 0.33 | 0.52 |
| Hex | AD | 5D | 77 | 0 | 2E | 1F | 20 | 154 | 21 | 34 |
| Octal | 255 | 135 | 167 | 0 | 56 | 37 | 40 | 524 | 41 | 64 |
| Binary | 10101101 | 1011101 | 1110111 | 0 | 101110 | 11111 | 100000 | 101010100 | 100001 | 110100 |
Color Harmonies of #AD5D77
Complementary color
Monochromatic Colors of #AD5D77
Black with #AD5D77
Text Example
Text Example
White with #AD5D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D77; }
p { color: rgb(173,93,119); }
H1.HeaderClassName
{
color: #AD5D77;
}
.AnyTagClassName
{
color: #AD5D77;
}
</style>
background-color css
<style>
a { background-color: #AD5D77; }
a { background-color: rgb(173,93,119); }
div.DivClassName
{
background-color: #AD5D77;
}
.BgClassName
{
background-color: #AD5D77;
}
</style>
border-color css
<style>
span { border-color: #AD5D77; }
span { border-color: rgb(173,93,119); }
td.TdClassName
{
border-color: #AD5D77;
}
.TagClassName
{
border-color: #AD5D77;
}
</style>