Shades of Royal Heath #AD4C6E
Tints of Royal Heath #AD4C6E
RGB
CMYK
RGB Variations
Color information
#AD4C6E (or 0xAD4C6E) is known color: Royal Heath. HEX triplet: AD, 4C and 6E. RGB value is (173,76,110). Sum of RGB (Red+Green+Blue) = 173+76+110=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4C6E is #52B391. Grayscale: #6C6C6C. Windows color (decimal): -5419922 or 7228589. OLE color: 7228589.
HSL color Cylindrical-coordinate representation of color #AD4C6E: hue angle of 338.97º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD4C6E is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 110 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.32 |
| HSL | 338.97º | 0.39% | 0.49% | - |
| HSV(B) | 338.97º | 0.56% | 0.68% | - |
| XYZ | 22.63 | 15.18 | 16.49 | - |
| YUV | 108.88 | 128.64 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 110 | 0 | 0.56 | 0.36 | 0.32 | 338.97 | 0.39 | 0.49 |
| Hex | AD | 4C | 6E | 0 | 38 | 24 | 20 | 153 | 27 | 31 |
| Octal | 255 | 114 | 156 | 0 | 70 | 44 | 40 | 523 | 47 | 61 |
| Binary | 10101101 | 1001100 | 1101110 | 0 | 111000 | 100100 | 100000 | 101010011 | 100111 | 110001 |
Color Harmonies of #AD4C6E
Complementary color
Monochromatic Colors of #AD4C6E
Black with #AD4C6E
Text Example
Text Example
White with #AD4C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C6E; }
p { color: rgb(173,76,110); }
H1.HeaderClassName
{
color: #AD4C6E;
}
.AnyTagClassName
{
color: #AD4C6E;
}
</style>
background-color css
<style>
a { background-color: #AD4C6E; }
a { background-color: rgb(173,76,110); }
div.DivClassName
{
background-color: #AD4C6E;
}
.BgClassName
{
background-color: #AD4C6E;
}
</style>
border-color css
<style>
span { border-color: #AD4C6E; }
span { border-color: rgb(173,76,110); }
td.TdClassName
{
border-color: #AD4C6E;
}
.TagClassName
{
border-color: #AD4C6E;
}
</style>