Shades of Royal Heath #A9577A
Tints of Royal Heath #A9577A
RGB
CMYK
RGB Variations
Color information
#A9577A (or 0xA9577A) is known color: Royal Heath. HEX triplet: A9, 57 and 7A. RGB value is (169,87,122). Sum of RGB (Red+Green+Blue) = 169+87+122=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A9577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9577A is #56A885. Grayscale: #737373. Windows color (decimal): -5679238 or 8017833. OLE color: 8017833.
HSL color Cylindrical-coordinate representation of color #A9577A: hue angle of 334.39º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9577A is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 87 | 122 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.34 |
| HSL | 334.39º | 0.32% | 0.5% | - |
| HSV(B) | 334.39º | 0.49% | 0.66% | - |
| XYZ | 23.28 | 16.66 | 20.4 | - |
| YUV | 115.51 | 131.67 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 87 | 122 | 0 | 0.49 | 0.28 | 0.34 | 334.39 | 0.32 | 0.5 |
| Hex | A9 | 57 | 7A | 0 | 31 | 1C | 22 | 14E | 20 | 32 |
| Octal | 251 | 127 | 172 | 0 | 61 | 34 | 42 | 516 | 40 | 62 |
| Binary | 10101001 | 1010111 | 1111010 | 0 | 110001 | 11100 | 100010 | 101001110 | 100000 | 110010 |
Color Harmonies of #A9577A
Complementary color
Monochromatic Colors of #A9577A
Black with #A9577A
Text Example
Text Example
White with #A9577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9577A; }
p { color: rgb(169,87,122); }
H1.HeaderClassName
{
color: #A9577A;
}
.AnyTagClassName
{
color: #A9577A;
}
</style>
background-color css
<style>
a { background-color: #A9577A; }
a { background-color: rgb(169,87,122); }
div.DivClassName
{
background-color: #A9577A;
}
.BgClassName
{
background-color: #A9577A;
}
</style>
border-color css
<style>
span { border-color: #A9577A; }
span { border-color: rgb(169,87,122); }
td.TdClassName
{
border-color: #A9577A;
}
.TagClassName
{
border-color: #A9577A;
}
</style>