Shades of Royal Heath #AD5874
Tints of Royal Heath #AD5874
RGB
CMYK
RGB Variations
Color information
#AD5874 (or 0xAD5874) is known color: Royal Heath. HEX triplet: AD, 58 and 74. RGB value is (173,88,116). Sum of RGB (Red+Green+Blue) = 173+88+116=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5874 is #52A78B. Grayscale: #747474. Windows color (decimal): -5416844 or 7624877. OLE color: 7624877.
HSL color Cylindrical-coordinate representation of color #AD5874: hue angle of 340.24º 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 #AD5874 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 116 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.32 |
| HSL | 340.24º | 0.34% | 0.51% | - |
| HSV(B) | 340.24º | 0.49% | 0.68% | - |
| XYZ | 23.88 | 17.12 | 18.57 | - |
| YUV | 116.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 116 | 0 | 0.49 | 0.33 | 0.32 | 340.24 | 0.34 | 0.51 |
| Hex | AD | 58 | 74 | 0 | 31 | 21 | 20 | 154 | 22 | 33 |
| Octal | 255 | 130 | 164 | 0 | 61 | 41 | 40 | 524 | 42 | 63 |
| Binary | 10101101 | 1011000 | 1110100 | 0 | 110001 | 100001 | 100000 | 101010100 | 100010 | 110011 |
Color Harmonies of #AD5874
Complementary color
Monochromatic Colors of #AD5874
Black with #AD5874
Text Example
Text Example
White with #AD5874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5874; }
p { color: rgb(173,88,116); }
H1.HeaderClassName
{
color: #AD5874;
}
.AnyTagClassName
{
color: #AD5874;
}
</style>
background-color css
<style>
a { background-color: #AD5874; }
a { background-color: rgb(173,88,116); }
div.DivClassName
{
background-color: #AD5874;
}
.BgClassName
{
background-color: #AD5874;
}
</style>
border-color css
<style>
span { border-color: #AD5874; }
span { border-color: rgb(173,88,116); }
td.TdClassName
{
border-color: #AD5874;
}
.TagClassName
{
border-color: #AD5874;
}
</style>