Shades of Royal Heath #A9516E
Tints of Royal Heath #A9516E
RGB
CMYK
RGB Variations
Color information
#A9516E (or 0xA9516E) is known color: Royal Heath. HEX triplet: A9, 51 and 6E. RGB value is (169,81,110). Sum of RGB (Red+Green+Blue) = 169+81+110=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A9516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9516E is #56AE91. Grayscale: #6E6E6E. Windows color (decimal): -5680786 or 7229865. OLE color: 7229865.
HSL color Cylindrical-coordinate representation of color #A9516E: hue angle of 340.23º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A9516E is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 81 | 110 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.34 |
| HSL | 340.23º | 0.35% | 0.49% | - |
| HSV(B) | 340.23º | 0.52% | 0.66% | - |
| XYZ | 22.12 | 15.45 | 16.57 | - |
| YUV | 110.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 110 | 0 | 0.52 | 0.35 | 0.34 | 340.23 | 0.35 | 0.49 |
| Hex | A9 | 51 | 6E | 0 | 34 | 23 | 22 | 154 | 23 | 31 |
| Octal | 251 | 121 | 156 | 0 | 64 | 43 | 42 | 524 | 43 | 61 |
| Binary | 10101001 | 1010001 | 1101110 | 0 | 110100 | 100011 | 100010 | 101010100 | 100011 | 110001 |
Color Harmonies of #A9516E
Complementary color
Monochromatic Colors of #A9516E
Black with #A9516E
Text Example
Text Example
White with #A9516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9516E; }
p { color: rgb(169,81,110); }
H1.HeaderClassName
{
color: #A9516E;
}
.AnyTagClassName
{
color: #A9516E;
}
</style>
background-color css
<style>
a { background-color: #A9516E; }
a { background-color: rgb(169,81,110); }
div.DivClassName
{
background-color: #A9516E;
}
.BgClassName
{
background-color: #A9516E;
}
</style>
border-color css
<style>
span { border-color: #A9516E; }
span { border-color: rgb(169,81,110); }
td.TdClassName
{
border-color: #A9516E;
}
.TagClassName
{
border-color: #A9516E;
}
</style>