Shades of Royal Heath #AD4674
Tints of Royal Heath #AD4674
RGB
CMYK
RGB Variations
Color information
#AD4674 (or 0xAD4674) is known color: Royal Heath. HEX triplet: AD, 46 and 74. RGB value is (173,70,116). Sum of RGB (Red+Green+Blue) = 173+70+116=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4674 is #52B98B. Grayscale: #696969. Windows color (decimal): -5421452 or 7620269. OLE color: 7620269.
HSL color Cylindrical-coordinate representation of color #AD4674: hue angle of 333.2º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4674 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 116 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.32 |
| HSL | 333.2º | 0.42% | 0.48% | - |
| HSV(B) | 333.2º | 0.6% | 0.68% | - |
| XYZ | 22.58 | 14.53 | 18.14 | - |
| YUV | 106.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 116 | 0 | 0.60 | 0.33 | 0.32 | 333.2 | 0.42 | 0.48 |
| Hex | AD | 46 | 74 | 0 | 3C | 21 | 20 | 14D | 2A | 30 |
| Octal | 255 | 106 | 164 | 0 | 74 | 41 | 40 | 515 | 52 | 60 |
| Binary | 10101101 | 1000110 | 1110100 | 0 | 111100 | 100001 | 100000 | 101001101 | 101010 | 110000 |
Color Harmonies of #AD4674
Complementary color
Monochromatic Colors of #AD4674
Black with #AD4674
Text Example
Text Example
White with #AD4674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4674; }
p { color: rgb(173,70,116); }
H1.HeaderClassName
{
color: #AD4674;
}
.AnyTagClassName
{
color: #AD4674;
}
</style>
background-color css
<style>
a { background-color: #AD4674; }
a { background-color: rgb(173,70,116); }
div.DivClassName
{
background-color: #AD4674;
}
.BgClassName
{
background-color: #AD4674;
}
</style>
border-color css
<style>
span { border-color: #AD4674; }
span { border-color: rgb(173,70,116); }
td.TdClassName
{
border-color: #AD4674;
}
.TagClassName
{
border-color: #AD4674;
}
</style>