Shades of Royal Heath #AD5671
Tints of Royal Heath #AD5671
RGB
CMYK
RGB Variations
Color information
#AD5671 (or 0xAD5671) is known color: Royal Heath. HEX triplet: AD, 56 and 71. RGB value is (173,86,113). Sum of RGB (Red+Green+Blue) = 173+86+113=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5671 is #52A98E. Grayscale: #737373. Windows color (decimal): -5417359 or 7427757. OLE color: 7427757.
HSL color Cylindrical-coordinate representation of color #AD5671: hue angle of 341.38º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5671 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 113 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.32 |
| HSL | 341.38º | 0.35% | 0.51% | - |
| HSV(B) | 341.38º | 0.5% | 0.68% | - |
| XYZ | 23.54 | 16.73 | 17.61 | - |
| YUV | 115.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 113 | 0 | 0.50 | 0.35 | 0.32 | 341.38 | 0.35 | 0.51 |
| Hex | AD | 56 | 71 | 0 | 32 | 23 | 20 | 155 | 23 | 33 |
| Octal | 255 | 126 | 161 | 0 | 62 | 43 | 40 | 525 | 43 | 63 |
| Binary | 10101101 | 1010110 | 1110001 | 0 | 110010 | 100011 | 100000 | 101010101 | 100011 | 110011 |
Color Harmonies of #AD5671
Complementary color
Monochromatic Colors of #AD5671
Black with #AD5671
Text Example
Text Example
White with #AD5671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5671; }
p { color: rgb(173,86,113); }
H1.HeaderClassName
{
color: #AD5671;
}
.AnyTagClassName
{
color: #AD5671;
}
</style>
background-color css
<style>
a { background-color: #AD5671; }
a { background-color: rgb(173,86,113); }
div.DivClassName
{
background-color: #AD5671;
}
.BgClassName
{
background-color: #AD5671;
}
</style>
border-color css
<style>
span { border-color: #AD5671; }
span { border-color: rgb(173,86,113); }
td.TdClassName
{
border-color: #AD5671;
}
.TagClassName
{
border-color: #AD5671;
}
</style>