Shades of Royal Heath #A85973
Tints of Royal Heath #A85973
RGB
CMYK
RGB Variations
Color information
#A85973 (or 0xA85973) is known color: Royal Heath. HEX triplet: A8, 59 and 73. RGB value is (168,89,115). Sum of RGB (Red+Green+Blue) = 168+89+115=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A85973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85973 is #57A68C. Grayscale: #737373. Windows color (decimal): -5744269 or 7559592. OLE color: 7559592.
HSL color Cylindrical-coordinate representation of color #A85973: hue angle of 340.25º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A85973 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 115 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.34 |
| HSL | 340.25º | 0.31% | 0.5% | - |
| HSV(B) | 340.25º | 0.47% | 0.66% | - |
| XYZ | 22.82 | 16.71 | 18.24 | - |
| YUV | 115.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 115 | 0 | 0.47 | 0.32 | 0.34 | 340.25 | 0.31 | 0.5 |
| Hex | A8 | 59 | 73 | 0 | 2F | 20 | 22 | 154 | 1F | 32 |
| Octal | 250 | 131 | 163 | 0 | 57 | 40 | 42 | 524 | 37 | 62 |
| Binary | 10101000 | 1011001 | 1110011 | 0 | 101111 | 100000 | 100010 | 101010100 | 11111 | 110010 |
Color Harmonies of #A85973
Complementary color
Monochromatic Colors of #A85973
Black with #A85973
Text Example
Text Example
White with #A85973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85973; }
p { color: rgb(168,89,115); }
H1.HeaderClassName
{
color: #A85973;
}
.AnyTagClassName
{
color: #A85973;
}
</style>
background-color css
<style>
a { background-color: #A85973; }
a { background-color: rgb(168,89,115); }
div.DivClassName
{
background-color: #A85973;
}
.BgClassName
{
background-color: #A85973;
}
</style>
border-color css
<style>
span { border-color: #A85973; }
span { border-color: rgb(168,89,115); }
td.TdClassName
{
border-color: #A85973;
}
.TagClassName
{
border-color: #A85973;
}
</style>