Shades of Royal Heath #AD5373
Tints of Royal Heath #AD5373
RGB
CMYK
RGB Variations
Color information
#AD5373 (or 0xAD5373) is known color: Royal Heath. HEX triplet: AD, 53 and 73. RGB value is (173,83,115). Sum of RGB (Red+Green+Blue) = 173+83+115=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5373 is #52AC8C. Grayscale: #717171. Windows color (decimal): -5418125 or 7558061. OLE color: 7558061.
HSL color Cylindrical-coordinate representation of color #AD5373: hue angle of 338.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5373 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 115 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.32 |
| HSL | 338.67º | 0.35% | 0.5% | - |
| HSV(B) | 338.67º | 0.52% | 0.68% | - |
| XYZ | 23.42 | 16.31 | 18.13 | - |
| YUV | 113.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 115 | 0 | 0.52 | 0.34 | 0.32 | 338.67 | 0.35 | 0.5 |
| Hex | AD | 53 | 73 | 0 | 34 | 22 | 20 | 153 | 23 | 32 |
| Octal | 255 | 123 | 163 | 0 | 64 | 42 | 40 | 523 | 43 | 62 |
| Binary | 10101101 | 1010011 | 1110011 | 0 | 110100 | 100010 | 100000 | 101010011 | 100011 | 110010 |
Color Harmonies of #AD5373
Complementary color
Monochromatic Colors of #AD5373
Black with #AD5373
Text Example
Text Example
White with #AD5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5373; }
p { color: rgb(173,83,115); }
H1.HeaderClassName
{
color: #AD5373;
}
.AnyTagClassName
{
color: #AD5373;
}
</style>
background-color css
<style>
a { background-color: #AD5373; }
a { background-color: rgb(173,83,115); }
div.DivClassName
{
background-color: #AD5373;
}
.BgClassName
{
background-color: #AD5373;
}
</style>
border-color css
<style>
span { border-color: #AD5373; }
span { border-color: rgb(173,83,115); }
td.TdClassName
{
border-color: #AD5373;
}
.TagClassName
{
border-color: #AD5373;
}
</style>