Shades of Royal Heath #A95773
Tints of Royal Heath #A95773
RGB
CMYK
RGB Variations
Color information
#A95773 (or 0xA95773) is known color: Royal Heath. HEX triplet: A9, 57 and 73. RGB value is (169,87,115). Sum of RGB (Red+Green+Blue) = 169+87+115=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A95773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95773 is #56A88C. Grayscale: #727272. Windows color (decimal): -5679245 or 7559081. OLE color: 7559081.
HSL color Cylindrical-coordinate representation of color #A95773: hue angle of 339.51º 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 #A95773 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 87 | 115 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.34 |
| HSL | 339.51º | 0.32% | 0.5% | - |
| HSV(B) | 339.51º | 0.49% | 0.66% | - |
| XYZ | 22.86 | 16.49 | 18.2 | - |
| YUV | 114.71 | 128.17 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 87 | 115 | 0 | 0.49 | 0.32 | 0.34 | 339.51 | 0.32 | 0.5 |
| Hex | A9 | 57 | 73 | 0 | 31 | 20 | 22 | 154 | 20 | 32 |
| Octal | 251 | 127 | 163 | 0 | 61 | 40 | 42 | 524 | 40 | 62 |
| Binary | 10101001 | 1010111 | 1110011 | 0 | 110001 | 100000 | 100010 | 101010100 | 100000 | 110010 |
Color Harmonies of #A95773
Complementary color
Monochromatic Colors of #A95773
Black with #A95773
Text Example
Text Example
White with #A95773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95773; }
p { color: rgb(169,87,115); }
H1.HeaderClassName
{
color: #A95773;
}
.AnyTagClassName
{
color: #A95773;
}
</style>
background-color css
<style>
a { background-color: #A95773; }
a { background-color: rgb(169,87,115); }
div.DivClassName
{
background-color: #A95773;
}
.BgClassName
{
background-color: #A95773;
}
</style>
border-color css
<style>
span { border-color: #A95773; }
span { border-color: rgb(169,87,115); }
td.TdClassName
{
border-color: #A95773;
}
.TagClassName
{
border-color: #A95773;
}
</style>