Shades of Royal Heath #AD4C6C
Tints of Royal Heath #AD4C6C
RGB
CMYK
RGB Variations
Color information
#AD4C6C (or 0xAD4C6C) is known color: Royal Heath. HEX triplet: AD, 4C and 6C. RGB value is (173,76,108). Sum of RGB (Red+Green+Blue) = 173+76+108=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4C6C is #52B393. Grayscale: #6C6C6C. Windows color (decimal): -5419924 or 7097517. OLE color: 7097517.
HSL color Cylindrical-coordinate representation of color #AD4C6C: hue angle of 340.21º 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 #AD4C6C is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 108 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.32 |
| HSL | 340.21º | 0.39% | 0.49% | - |
| HSV(B) | 340.21º | 0.56% | 0.68% | - |
| XYZ | 22.52 | 15.14 | 15.92 | - |
| YUV | 108.65 | 127.64 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 108 | 0 | 0.56 | 0.38 | 0.32 | 340.21 | 0.39 | 0.49 |
| Hex | AD | 4C | 6C | 0 | 38 | 26 | 20 | 154 | 27 | 31 |
| Octal | 255 | 114 | 154 | 0 | 70 | 46 | 40 | 524 | 47 | 61 |
| Binary | 10101101 | 1001100 | 1101100 | 0 | 111000 | 100110 | 100000 | 101010100 | 100111 | 110001 |
Color Harmonies of #AD4C6C
Complementary color
Monochromatic Colors of #AD4C6C
Black with #AD4C6C
Text Example
Text Example
White with #AD4C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C6C; }
p { color: rgb(173,76,108); }
H1.HeaderClassName
{
color: #AD4C6C;
}
.AnyTagClassName
{
color: #AD4C6C;
}
</style>
background-color css
<style>
a { background-color: #AD4C6C; }
a { background-color: rgb(173,76,108); }
div.DivClassName
{
background-color: #AD4C6C;
}
.BgClassName
{
background-color: #AD4C6C;
}
</style>
border-color css
<style>
span { border-color: #AD4C6C; }
span { border-color: rgb(173,76,108); }
td.TdClassName
{
border-color: #AD4C6C;
}
.TagClassName
{
border-color: #AD4C6C;
}
</style>