Shades of Royal Heath #AD4070
Tints of Royal Heath #AD4070
RGB
CMYK
RGB Variations
Color information
#AD4070 (or 0xAD4070) is known color: Royal Heath. HEX triplet: AD, 40 and 70. RGB value is (173,64,112). Sum of RGB (Red+Green+Blue) = 173+64+112=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4070 is #52BF8F. Grayscale: #656565. Windows color (decimal): -5422992 or 7356589. OLE color: 7356589.
HSL color Cylindrical-coordinate representation of color #AD4070: hue angle of 333.58º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4070 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 112 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.32 |
| HSL | 333.58º | 0.46% | 0.46% | - |
| HSV(B) | 333.58º | 0.63% | 0.68% | - |
| XYZ | 21.99 | 13.72 | 16.82 | - |
| YUV | 102.06 | 133.61 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 112 | 0 | 0.63 | 0.35 | 0.32 | 333.58 | 0.46 | 0.46 |
| Hex | AD | 40 | 70 | 0 | 3F | 23 | 20 | 14E | 2E | 2E |
| Octal | 255 | 100 | 160 | 0 | 77 | 43 | 40 | 516 | 56 | 56 |
| Binary | 10101101 | 1000000 | 1110000 | 0 | 111111 | 100011 | 100000 | 101001110 | 101110 | 101110 |
Color Harmonies of #AD4070
Complementary color
Monochromatic Colors of #AD4070
Black with #AD4070
Text Example
Text Example
White with #AD4070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4070; }
p { color: rgb(173,64,112); }
H1.HeaderClassName
{
color: #AD4070;
}
.AnyTagClassName
{
color: #AD4070;
}
</style>
background-color css
<style>
a { background-color: #AD4070; }
a { background-color: rgb(173,64,112); }
div.DivClassName
{
background-color: #AD4070;
}
.BgClassName
{
background-color: #AD4070;
}
</style>
border-color css
<style>
span { border-color: #AD4070; }
span { border-color: rgb(173,64,112); }
td.TdClassName
{
border-color: #AD4070;
}
.TagClassName
{
border-color: #AD4070;
}
</style>