Shades of Royal Heath #AD577E
Tints of Royal Heath #AD577E
RGB
CMYK
RGB Variations
Color information
#AD577E (or 0xAD577E) is known color: Royal Heath. HEX triplet: AD, 57 and 7E. RGB value is (173,87,126). Sum of RGB (Red+Green+Blue) = 173+87+126=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD577E is #52A881. Grayscale: #757575. Windows color (decimal): -5417090 or 8279981. OLE color: 8279981.
HSL color Cylindrical-coordinate representation of color #AD577E: hue angle of 332.79º 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 #AD577E is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 126 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.32 |
| HSL | 332.79º | 0.34% | 0.51% | - |
| HSV(B) | 332.79º | 0.5% | 0.68% | - |
| XYZ | 24.41 | 17.21 | 21.77 | - |
| YUV | 117.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 126 | 0 | 0.50 | 0.27 | 0.32 | 332.79 | 0.34 | 0.51 |
| Hex | AD | 57 | 7E | 0 | 32 | 1B | 20 | 14D | 22 | 33 |
| Octal | 255 | 127 | 176 | 0 | 62 | 33 | 40 | 515 | 42 | 63 |
| Binary | 10101101 | 1010111 | 1111110 | 0 | 110010 | 11011 | 100000 | 101001101 | 100010 | 110011 |
Color Harmonies of #AD577E
Complementary color
Monochromatic Colors of #AD577E
Black with #AD577E
Text Example
Text Example
White with #AD577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD577E; }
p { color: rgb(173,87,126); }
H1.HeaderClassName
{
color: #AD577E;
}
.AnyTagClassName
{
color: #AD577E;
}
</style>
background-color css
<style>
a { background-color: #AD577E; }
a { background-color: rgb(173,87,126); }
div.DivClassName
{
background-color: #AD577E;
}
.BgClassName
{
background-color: #AD577E;
}
</style>
border-color css
<style>
span { border-color: #AD577E; }
span { border-color: rgb(173,87,126); }
td.TdClassName
{
border-color: #AD577E;
}
.TagClassName
{
border-color: #AD577E;
}
</style>