Shades of Royal Heath #A9506F
Tints of Royal Heath #A9506F
RGB
CMYK
RGB Variations
Color information
#A9506F (or 0xA9506F) is known color: Royal Heath. HEX triplet: A9, 50 and 6F. RGB value is (169,80,111). Sum of RGB (Red+Green+Blue) = 169+80+111=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A9506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9506F is #56AF90. Grayscale: #6E6E6E. Windows color (decimal): -5681041 or 7295145. OLE color: 7295145.
HSL color Cylindrical-coordinate representation of color #A9506F: hue angle of 339.1º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9506F is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 80 | 111 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.34 |
| HSL | 339.1º | 0.36% | 0.49% | - |
| HSV(B) | 339.1º | 0.53% | 0.66% | - |
| XYZ | 22.1 | 15.32 | 16.83 | - |
| YUV | 110.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 111 | 0 | 0.53 | 0.34 | 0.34 | 339.1 | 0.36 | 0.49 |
| Hex | A9 | 50 | 6F | 0 | 35 | 22 | 22 | 153 | 24 | 31 |
| Octal | 251 | 120 | 157 | 0 | 65 | 42 | 42 | 523 | 44 | 61 |
| Binary | 10101001 | 1010000 | 1101111 | 0 | 110101 | 100010 | 100010 | 101010011 | 100100 | 110001 |
Color Harmonies of #A9506F
Complementary color
Monochromatic Colors of #A9506F
Black with #A9506F
Text Example
Text Example
White with #A9506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9506F; }
p { color: rgb(169,80,111); }
H1.HeaderClassName
{
color: #A9506F;
}
.AnyTagClassName
{
color: #A9506F;
}
</style>
background-color css
<style>
a { background-color: #A9506F; }
a { background-color: rgb(169,80,111); }
div.DivClassName
{
background-color: #A9506F;
}
.BgClassName
{
background-color: #A9506F;
}
</style>
border-color css
<style>
span { border-color: #A9506F; }
span { border-color: rgb(169,80,111); }
td.TdClassName
{
border-color: #A9506F;
}
.TagClassName
{
border-color: #A9506F;
}
</style>