Shades of Royal Heath #AD5674
Tints of Royal Heath #AD5674
RGB
CMYK
RGB Variations
Color information
#AD5674 (or 0xAD5674) is known color: Royal Heath. HEX triplet: AD, 56 and 74. RGB value is (173,86,116). Sum of RGB (Red+Green+Blue) = 173+86+116=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5674 is #52A98B. Grayscale: #737373. Windows color (decimal): -5417356 or 7624365. OLE color: 7624365.
HSL color Cylindrical-coordinate representation of color #AD5674: hue angle of 339.31º 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 #AD5674 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 116 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.32 |
| HSL | 339.31º | 0.35% | 0.51% | - |
| HSV(B) | 339.31º | 0.5% | 0.68% | - |
| XYZ | 23.71 | 16.8 | 18.52 | - |
| YUV | 115.43 | 128.32 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 116 | 0 | 0.50 | 0.33 | 0.32 | 339.31 | 0.35 | 0.51 |
| Hex | AD | 56 | 74 | 0 | 32 | 21 | 20 | 153 | 23 | 33 |
| Octal | 255 | 126 | 164 | 0 | 62 | 41 | 40 | 523 | 43 | 63 |
| Binary | 10101101 | 1010110 | 1110100 | 0 | 110010 | 100001 | 100000 | 101010011 | 100011 | 110011 |
Color Harmonies of #AD5674
Complementary color
Monochromatic Colors of #AD5674
Black with #AD5674
Text Example
Text Example
White with #AD5674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5674; }
p { color: rgb(173,86,116); }
H1.HeaderClassName
{
color: #AD5674;
}
.AnyTagClassName
{
color: #AD5674;
}
</style>
background-color css
<style>
a { background-color: #AD5674; }
a { background-color: rgb(173,86,116); }
div.DivClassName
{
background-color: #AD5674;
}
.BgClassName
{
background-color: #AD5674;
}
</style>
border-color css
<style>
span { border-color: #AD5674; }
span { border-color: rgb(173,86,116); }
td.TdClassName
{
border-color: #AD5674;
}
.TagClassName
{
border-color: #AD5674;
}
</style>