Shades of Royal Heath #AD5376
Tints of Royal Heath #AD5376
RGB
CMYK
RGB Variations
Color information
#AD5376 (or 0xAD5376) is known color: Royal Heath. HEX triplet: AD, 53 and 76. RGB value is (173,83,118). Sum of RGB (Red+Green+Blue) = 173+83+118=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5376 is #52AC89. Grayscale: #717171. Windows color (decimal): -5418122 or 7754669. OLE color: 7754669.
HSL color Cylindrical-coordinate representation of color #AD5376: hue angle of 336.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 #AD5376 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 118 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.32 |
| HSL | 336.67º | 0.35% | 0.5% | - |
| HSV(B) | 336.67º | 0.52% | 0.68% | - |
| XYZ | 23.6 | 16.38 | 19.06 | - |
| YUV | 113.9 | 130.32 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 118 | 0 | 0.52 | 0.32 | 0.32 | 336.67 | 0.35 | 0.5 |
| Hex | AD | 53 | 76 | 0 | 34 | 20 | 20 | 151 | 23 | 32 |
| Octal | 255 | 123 | 166 | 0 | 64 | 40 | 40 | 521 | 43 | 62 |
| Binary | 10101101 | 1010011 | 1110110 | 0 | 110100 | 100000 | 100000 | 101010001 | 100011 | 110010 |
Color Harmonies of #AD5376
Complementary color
Monochromatic Colors of #AD5376
Black with #AD5376
Text Example
Text Example
White with #AD5376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5376; }
p { color: rgb(173,83,118); }
H1.HeaderClassName
{
color: #AD5376;
}
.AnyTagClassName
{
color: #AD5376;
}
</style>
background-color css
<style>
a { background-color: #AD5376; }
a { background-color: rgb(173,83,118); }
div.DivClassName
{
background-color: #AD5376;
}
.BgClassName
{
background-color: #AD5376;
}
</style>
border-color css
<style>
span { border-color: #AD5376; }
span { border-color: rgb(173,83,118); }
td.TdClassName
{
border-color: #AD5376;
}
.TagClassName
{
border-color: #AD5376;
}
</style>