Shades of Royal Heath #AD4673
Tints of Royal Heath #AD4673
RGB
CMYK
RGB Variations
Color information
#AD4673 (or 0xAD4673) is known color: Royal Heath. HEX triplet: AD, 46 and 73. RGB value is (173,70,115). Sum of RGB (Red+Green+Blue) = 173+70+115=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4673 is #52B98C. Grayscale: #696969. Windows color (decimal): -5421453 or 7554733. OLE color: 7554733.
HSL color Cylindrical-coordinate representation of color #AD4673: hue angle of 333.79º 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 #AD4673 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 115 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.32 |
| HSL | 333.79º | 0.42% | 0.48% | - |
| HSV(B) | 333.79º | 0.6% | 0.68% | - |
| XYZ | 22.52 | 14.5 | 17.83 | - |
| YUV | 105.93 | 133.12 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 115 | 0 | 0.60 | 0.34 | 0.32 | 333.79 | 0.42 | 0.48 |
| Hex | AD | 46 | 73 | 0 | 3C | 22 | 20 | 14E | 2A | 30 |
| Octal | 255 | 106 | 163 | 0 | 74 | 42 | 40 | 516 | 52 | 60 |
| Binary | 10101101 | 1000110 | 1110011 | 0 | 111100 | 100010 | 100000 | 101001110 | 101010 | 110000 |
Color Harmonies of #AD4673
Complementary color
Monochromatic Colors of #AD4673
Black with #AD4673
Text Example
Text Example
White with #AD4673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4673; }
p { color: rgb(173,70,115); }
H1.HeaderClassName
{
color: #AD4673;
}
.AnyTagClassName
{
color: #AD4673;
}
</style>
background-color css
<style>
a { background-color: #AD4673; }
a { background-color: rgb(173,70,115); }
div.DivClassName
{
background-color: #AD4673;
}
.BgClassName
{
background-color: #AD4673;
}
</style>
border-color css
<style>
span { border-color: #AD4673; }
span { border-color: rgb(173,70,115); }
td.TdClassName
{
border-color: #AD4673;
}
.TagClassName
{
border-color: #AD4673;
}
</style>