Shades of Royal Heath #AD4072
Tints of Royal Heath #AD4072
RGB
CMYK
RGB Variations
Color information
#AD4072 (or 0xAD4072) is known color: Royal Heath. HEX triplet: AD, 40 and 72. RGB value is (173,64,114). Sum of RGB (Red+Green+Blue) = 173+64+114=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4072 is #52BF8D. Grayscale: #666666. Windows color (decimal): -5422990 or 7487661. OLE color: 7487661.
HSL color Cylindrical-coordinate representation of color #AD4072: hue angle of 332.48º 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 #AD4072 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 114 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.32 |
| HSL | 332.48º | 0.46% | 0.46% | - |
| HSV(B) | 332.48º | 0.63% | 0.68% | - |
| XYZ | 22.1 | 13.77 | 17.41 | - |
| YUV | 102.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 114 | 0 | 0.63 | 0.34 | 0.32 | 332.48 | 0.46 | 0.46 |
| Hex | AD | 40 | 72 | 0 | 3F | 22 | 20 | 14C | 2E | 2E |
| Octal | 255 | 100 | 162 | 0 | 77 | 42 | 40 | 514 | 56 | 56 |
| Binary | 10101101 | 1000000 | 1110010 | 0 | 111111 | 100010 | 100000 | 101001100 | 101110 | 101110 |
Color Harmonies of #AD4072
Complementary color
Monochromatic Colors of #AD4072
Black with #AD4072
Text Example
Text Example
White with #AD4072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4072; }
p { color: rgb(173,64,114); }
H1.HeaderClassName
{
color: #AD4072;
}
.AnyTagClassName
{
color: #AD4072;
}
</style>
background-color css
<style>
a { background-color: #AD4072; }
a { background-color: rgb(173,64,114); }
div.DivClassName
{
background-color: #AD4072;
}
.BgClassName
{
background-color: #AD4072;
}
</style>
border-color css
<style>
span { border-color: #AD4072; }
span { border-color: rgb(173,64,114); }
td.TdClassName
{
border-color: #AD4072;
}
.TagClassName
{
border-color: #AD4072;
}
</style>