Shades of Royal Heath #AD5873
Tints of Royal Heath #AD5873
RGB
CMYK
RGB Variations
Color information
#AD5873 (or 0xAD5873) is known color: Royal Heath. HEX triplet: AD, 58 and 73. RGB value is (173,88,115). Sum of RGB (Red+Green+Blue) = 173+88+115=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5873 is #52A78C. Grayscale: #747474. Windows color (decimal): -5416845 or 7559341. OLE color: 7559341.
HSL color Cylindrical-coordinate representation of color #AD5873: hue angle of 340.94º 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 #AD5873 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 115 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.32 |
| HSL | 340.94º | 0.34% | 0.51% | - |
| HSV(B) | 340.94º | 0.49% | 0.68% | - |
| XYZ | 23.82 | 17.1 | 18.27 | - |
| YUV | 116.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 115 | 0 | 0.49 | 0.34 | 0.32 | 340.94 | 0.34 | 0.51 |
| Hex | AD | 58 | 73 | 0 | 31 | 22 | 20 | 155 | 22 | 33 |
| Octal | 255 | 130 | 163 | 0 | 61 | 42 | 40 | 525 | 42 | 63 |
| Binary | 10101101 | 1011000 | 1110011 | 0 | 110001 | 100010 | 100000 | 101010101 | 100010 | 110011 |
Color Harmonies of #AD5873
Complementary color
Monochromatic Colors of #AD5873
Black with #AD5873
Text Example
Text Example
White with #AD5873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5873; }
p { color: rgb(173,88,115); }
H1.HeaderClassName
{
color: #AD5873;
}
.AnyTagClassName
{
color: #AD5873;
}
</style>
background-color css
<style>
a { background-color: #AD5873; }
a { background-color: rgb(173,88,115); }
div.DivClassName
{
background-color: #AD5873;
}
.BgClassName
{
background-color: #AD5873;
}
</style>
border-color css
<style>
span { border-color: #AD5873; }
span { border-color: rgb(173,88,115); }
td.TdClassName
{
border-color: #AD5873;
}
.TagClassName
{
border-color: #AD5873;
}
</style>