Shades of Royal Heath #AD4574
Tints of Royal Heath #AD4574
RGB
CMYK
RGB Variations
Color information
#AD4574 (or 0xAD4574) is known color: Royal Heath. HEX triplet: AD, 45 and 74. RGB value is (173,69,116). Sum of RGB (Red+Green+Blue) = 173+69+116=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4574 is #52BA8B. Grayscale: #696969. Windows color (decimal): -5421708 or 7620013. OLE color: 7620013.
HSL color Cylindrical-coordinate representation of color #AD4574: hue angle of 332.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4574 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 116 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.32 |
| HSL | 332.88º | 0.43% | 0.47% | - |
| HSV(B) | 332.88º | 0.6% | 0.68% | - |
| XYZ | 22.51 | 14.4 | 18.12 | - |
| YUV | 105.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 116 | 0 | 0.60 | 0.33 | 0.32 | 332.88 | 0.43 | 0.47 |
| Hex | AD | 45 | 74 | 0 | 3C | 21 | 20 | 14D | 2B | 2F |
| Octal | 255 | 105 | 164 | 0 | 74 | 41 | 40 | 515 | 53 | 57 |
| Binary | 10101101 | 1000101 | 1110100 | 0 | 111100 | 100001 | 100000 | 101001101 | 101011 | 101111 |
Color Harmonies of #AD4574
Complementary color
Monochromatic Colors of #AD4574
Black with #AD4574
Text Example
Text Example
White with #AD4574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4574; }
p { color: rgb(173,69,116); }
H1.HeaderClassName
{
color: #AD4574;
}
.AnyTagClassName
{
color: #AD4574;
}
</style>
background-color css
<style>
a { background-color: #AD4574; }
a { background-color: rgb(173,69,116); }
div.DivClassName
{
background-color: #AD4574;
}
.BgClassName
{
background-color: #AD4574;
}
</style>
border-color css
<style>
span { border-color: #AD4574; }
span { border-color: rgb(173,69,116); }
td.TdClassName
{
border-color: #AD4574;
}
.TagClassName
{
border-color: #AD4574;
}
</style>