Shades of Royal Heath #AD506E
Tints of Royal Heath #AD506E
RGB
CMYK
RGB Variations
Color information
#AD506E (or 0xAD506E) is known color: Royal Heath. HEX triplet: AD, 50 and 6E. RGB value is (173,80,110). Sum of RGB (Red+Green+Blue) = 173+80+110=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD506E is #52AF91. Grayscale: #6F6F6F. Windows color (decimal): -5418898 or 7229613. OLE color: 7229613.
HSL color Cylindrical-coordinate representation of color #AD506E: hue angle of 340.65º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD506E is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 110 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.32 |
| HSL | 340.65º | 0.37% | 0.5% | - |
| HSV(B) | 340.65º | 0.54% | 0.68% | - |
| XYZ | 22.92 | 15.75 | 16.58 | - |
| YUV | 111.23 | 127.31 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 110 | 0 | 0.54 | 0.36 | 0.32 | 340.65 | 0.37 | 0.5 |
| Hex | AD | 50 | 6E | 0 | 36 | 24 | 20 | 155 | 25 | 32 |
| Octal | 255 | 120 | 156 | 0 | 66 | 44 | 40 | 525 | 45 | 62 |
| Binary | 10101101 | 1010000 | 1101110 | 0 | 110110 | 100100 | 100000 | 101010101 | 100101 | 110010 |
Color Harmonies of #AD506E
Complementary color
Monochromatic Colors of #AD506E
Black with #AD506E
Text Example
Text Example
White with #AD506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD506E; }
p { color: rgb(173,80,110); }
H1.HeaderClassName
{
color: #AD506E;
}
.AnyTagClassName
{
color: #AD506E;
}
</style>
background-color css
<style>
a { background-color: #AD506E; }
a { background-color: rgb(173,80,110); }
div.DivClassName
{
background-color: #AD506E;
}
.BgClassName
{
background-color: #AD506E;
}
</style>
border-color css
<style>
span { border-color: #AD506E; }
span { border-color: rgb(173,80,110); }
td.TdClassName
{
border-color: #AD506E;
}
.TagClassName
{
border-color: #AD506E;
}
</style>