Shades of Royal Heath #AD597F
Tints of Royal Heath #AD597F
RGB
CMYK
RGB Variations
Color information
#AD597F (or 0xAD597F) is known color: Royal Heath. HEX triplet: AD, 59 and 7F. RGB value is (173,89,127). Sum of RGB (Red+Green+Blue) = 173+89+127=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD597F is #52A680. Grayscale: #767676. Windows color (decimal): -5416577 or 8346029. OLE color: 8346029.
HSL color Cylindrical-coordinate representation of color #AD597F: hue angle of 332.86º 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 #AD597F is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 127 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.32 |
| HSL | 332.86º | 0.34% | 0.51% | - |
| HSV(B) | 332.86º | 0.49% | 0.68% | - |
| XYZ | 24.64 | 17.56 | 22.17 | - |
| YUV | 118.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 127 | 0 | 0.49 | 0.27 | 0.32 | 332.86 | 0.34 | 0.51 |
| Hex | AD | 59 | 7F | 0 | 31 | 1B | 20 | 14D | 22 | 33 |
| Octal | 255 | 131 | 177 | 0 | 61 | 33 | 40 | 515 | 42 | 63 |
| Binary | 10101101 | 1011001 | 1111111 | 0 | 110001 | 11011 | 100000 | 101001101 | 100010 | 110011 |
Color Harmonies of #AD597F
Complementary color
Monochromatic Colors of #AD597F
Black with #AD597F
Text Example
Text Example
White with #AD597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD597F; }
p { color: rgb(173,89,127); }
H1.HeaderClassName
{
color: #AD597F;
}
.AnyTagClassName
{
color: #AD597F;
}
</style>
background-color css
<style>
a { background-color: #AD597F; }
a { background-color: rgb(173,89,127); }
div.DivClassName
{
background-color: #AD597F;
}
.BgClassName
{
background-color: #AD597F;
}
</style>
border-color css
<style>
span { border-color: #AD597F; }
span { border-color: rgb(173,89,127); }
td.TdClassName
{
border-color: #AD597F;
}
.TagClassName
{
border-color: #AD597F;
}
</style>