Shades of Royal Heath #A95A73
Tints of Royal Heath #A95A73
RGB
CMYK
RGB Variations
Color information
#A95A73 (or 0xA95A73) is known color: Royal Heath. HEX triplet: A9, 5A and 73. RGB value is (169,90,115). Sum of RGB (Red+Green+Blue) = 169+90+115=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95A73 is #56A58C. Grayscale: #747474. Windows color (decimal): -5678477 or 7559849. OLE color: 7559849.
HSL color Cylindrical-coordinate representation of color #A95A73: hue angle of 341.01º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A95A73 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 90 | 115 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.34 |
| HSL | 341.01º | 0.31% | 0.51% | - |
| HSV(B) | 341.01º | 0.47% | 0.66% | - |
| XYZ | 23.11 | 16.99 | 18.28 | - |
| YUV | 116.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 90 | 115 | 0 | 0.47 | 0.32 | 0.34 | 341.01 | 0.31 | 0.51 |
| Hex | A9 | 5A | 73 | 0 | 2F | 20 | 22 | 155 | 1F | 33 |
| Octal | 251 | 132 | 163 | 0 | 57 | 40 | 42 | 525 | 37 | 63 |
| Binary | 10101001 | 1011010 | 1110011 | 0 | 101111 | 100000 | 100010 | 101010101 | 11111 | 110011 |
Color Harmonies of #A95A73
Complementary color
Monochromatic Colors of #A95A73
Black with #A95A73
Text Example
Text Example
White with #A95A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95A73; }
p { color: rgb(169,90,115); }
H1.HeaderClassName
{
color: #A95A73;
}
.AnyTagClassName
{
color: #A95A73;
}
</style>
background-color css
<style>
a { background-color: #A95A73; }
a { background-color: rgb(169,90,115); }
div.DivClassName
{
background-color: #A95A73;
}
.BgClassName
{
background-color: #A95A73;
}
</style>
border-color css
<style>
span { border-color: #A95A73; }
span { border-color: rgb(169,90,115); }
td.TdClassName
{
border-color: #A95A73;
}
.TagClassName
{
border-color: #A95A73;
}
</style>