Shades of Royal Heath #AD5776
Tints of Royal Heath #AD5776
RGB
CMYK
RGB Variations
Color information
#AD5776 (or 0xAD5776) is known color: Royal Heath. HEX triplet: AD, 57 and 76. RGB value is (173,87,118). Sum of RGB (Red+Green+Blue) = 173+87+118=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5776 is #52A889. Grayscale: #747474. Windows color (decimal): -5417098 or 7755693. OLE color: 7755693.
HSL color Cylindrical-coordinate representation of color #AD5776: hue angle of 338.37º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5776 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 118 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.32 |
| HSL | 338.37º | 0.34% | 0.51% | - |
| HSV(B) | 338.37º | 0.5% | 0.68% | - |
| XYZ | 23.91 | 17.01 | 19.16 | - |
| YUV | 116.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 118 | 0 | 0.50 | 0.32 | 0.32 | 338.37 | 0.34 | 0.51 |
| Hex | AD | 57 | 76 | 0 | 32 | 20 | 20 | 152 | 22 | 33 |
| Octal | 255 | 127 | 166 | 0 | 62 | 40 | 40 | 522 | 42 | 63 |
| Binary | 10101101 | 1010111 | 1110110 | 0 | 110010 | 100000 | 100000 | 101010010 | 100010 | 110011 |
Color Harmonies of #AD5776
Complementary color
Monochromatic Colors of #AD5776
Black with #AD5776
Text Example
Text Example
White with #AD5776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5776; }
p { color: rgb(173,87,118); }
H1.HeaderClassName
{
color: #AD5776;
}
.AnyTagClassName
{
color: #AD5776;
}
</style>
background-color css
<style>
a { background-color: #AD5776; }
a { background-color: rgb(173,87,118); }
div.DivClassName
{
background-color: #AD5776;
}
.BgClassName
{
background-color: #AD5776;
}
</style>
border-color css
<style>
span { border-color: #AD5776; }
span { border-color: rgb(173,87,118); }
td.TdClassName
{
border-color: #AD5776;
}
.TagClassName
{
border-color: #AD5776;
}
</style>