Shades of Royal Heath #AD4670
Tints of Royal Heath #AD4670
RGB
CMYK
RGB Variations
Color information
#AD4670 (or 0xAD4670) is known color: Royal Heath. HEX triplet: AD, 46 and 70. RGB value is (173,70,112). Sum of RGB (Red+Green+Blue) = 173+70+112=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4670 is #52B98F. Grayscale: #696969. Windows color (decimal): -5421456 or 7358125. OLE color: 7358125.
HSL color Cylindrical-coordinate representation of color #AD4670: hue angle of 335.53º 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 #AD4670 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 112 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.32 |
| HSL | 335.53º | 0.42% | 0.48% | - |
| HSV(B) | 335.53º | 0.6% | 0.68% | - |
| XYZ | 22.35 | 14.43 | 16.94 | - |
| YUV | 105.59 | 131.62 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 112 | 0 | 0.60 | 0.35 | 0.32 | 335.53 | 0.42 | 0.48 |
| Hex | AD | 46 | 70 | 0 | 3C | 23 | 20 | 150 | 2A | 30 |
| Octal | 255 | 106 | 160 | 0 | 74 | 43 | 40 | 520 | 52 | 60 |
| Binary | 10101101 | 1000110 | 1110000 | 0 | 111100 | 100011 | 100000 | 101010000 | 101010 | 110000 |
Color Harmonies of #AD4670
Complementary color
Monochromatic Colors of #AD4670
Black with #AD4670
Text Example
Text Example
White with #AD4670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4670; }
p { color: rgb(173,70,112); }
H1.HeaderClassName
{
color: #AD4670;
}
.AnyTagClassName
{
color: #AD4670;
}
</style>
background-color css
<style>
a { background-color: #AD4670; }
a { background-color: rgb(173,70,112); }
div.DivClassName
{
background-color: #AD4670;
}
.BgClassName
{
background-color: #AD4670;
}
</style>
border-color css
<style>
span { border-color: #AD4670; }
span { border-color: rgb(173,70,112); }
td.TdClassName
{
border-color: #AD4670;
}
.TagClassName
{
border-color: #AD4670;
}
</style>