Shades of Royal Heath #AD5177
Tints of Royal Heath #AD5177
RGB
CMYK
RGB Variations
Color information
#AD5177 (or 0xAD5177) is known color: Royal Heath. HEX triplet: AD, 51 and 77. RGB value is (173,81,119). Sum of RGB (Red+Green+Blue) = 173+81+119=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5177 is #52AE88. Grayscale: #707070. Windows color (decimal): -5418633 or 7819693. OLE color: 7819693.
HSL color Cylindrical-coordinate representation of color #AD5177: hue angle of 335.22º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5177 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 119 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.32 |
| HSL | 335.22º | 0.36% | 0.5% | - |
| HSV(B) | 335.22º | 0.53% | 0.68% | - |
| XYZ | 23.51 | 16.1 | 19.32 | - |
| YUV | 112.84 | 131.48 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 119 | 0 | 0.53 | 0.31 | 0.32 | 335.22 | 0.36 | 0.5 |
| Hex | AD | 51 | 77 | 0 | 35 | 1F | 20 | 14F | 24 | 32 |
| Octal | 255 | 121 | 167 | 0 | 65 | 37 | 40 | 517 | 44 | 62 |
| Binary | 10101101 | 1010001 | 1110111 | 0 | 110101 | 11111 | 100000 | 101001111 | 100100 | 110010 |
Color Harmonies of #AD5177
Complementary color
Monochromatic Colors of #AD5177
Black with #AD5177
Text Example
Text Example
White with #AD5177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5177; }
p { color: rgb(173,81,119); }
H1.HeaderClassName
{
color: #AD5177;
}
.AnyTagClassName
{
color: #AD5177;
}
</style>
background-color css
<style>
a { background-color: #AD5177; }
a { background-color: rgb(173,81,119); }
div.DivClassName
{
background-color: #AD5177;
}
.BgClassName
{
background-color: #AD5177;
}
</style>
border-color css
<style>
span { border-color: #AD5177; }
span { border-color: rgb(173,81,119); }
td.TdClassName
{
border-color: #AD5177;
}
.TagClassName
{
border-color: #AD5177;
}
</style>