Shades of Royal Heath #AD5E7A
Tints of Royal Heath #AD5E7A
RGB
CMYK
RGB Variations
Color information
#AD5E7A (or 0xAD5E7A) is known color: Royal Heath. HEX triplet: AD, 5E and 7A. RGB value is (173,94,122). Sum of RGB (Red+Green+Blue) = 173+94+122=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5E7A is #52A185. Grayscale: #787878. Windows color (decimal): -5415302 or 8019629. OLE color: 8019629.
HSL color Cylindrical-coordinate representation of color #AD5E7A: hue angle of 338.73º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD5E7A is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 122 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.32 |
| HSL | 338.73º | 0.33% | 0.52% | - |
| HSV(B) | 338.73º | 0.46% | 0.68% | - |
| XYZ | 24.75 | 18.29 | 20.64 | - |
| YUV | 120.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 122 | 0 | 0.46 | 0.29 | 0.32 | 338.73 | 0.33 | 0.52 |
| Hex | AD | 5E | 7A | 0 | 2E | 1D | 20 | 153 | 21 | 34 |
| Octal | 255 | 136 | 172 | 0 | 56 | 35 | 40 | 523 | 41 | 64 |
| Binary | 10101101 | 1011110 | 1111010 | 0 | 101110 | 11101 | 100000 | 101010011 | 100001 | 110100 |
Color Harmonies of #AD5E7A
Complementary color
Monochromatic Colors of #AD5E7A
Black with #AD5E7A
Text Example
Text Example
White with #AD5E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E7A; }
p { color: rgb(173,94,122); }
H1.HeaderClassName
{
color: #AD5E7A;
}
.AnyTagClassName
{
color: #AD5E7A;
}
</style>
background-color css
<style>
a { background-color: #AD5E7A; }
a { background-color: rgb(173,94,122); }
div.DivClassName
{
background-color: #AD5E7A;
}
.BgClassName
{
background-color: #AD5E7A;
}
</style>
border-color css
<style>
span { border-color: #AD5E7A; }
span { border-color: rgb(173,94,122); }
td.TdClassName
{
border-color: #AD5E7A;
}
.TagClassName
{
border-color: #AD5E7A;
}
</style>