Shades of Royal Heath #A85974
Tints of Royal Heath #A85974
RGB
CMYK
RGB Variations
Color information
#A85974 (or 0xA85974) is known color: Royal Heath. HEX triplet: A8, 59 and 74. RGB value is (168,89,116). Sum of RGB (Red+Green+Blue) = 168+89+116=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A85974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85974 is #57A68B. Grayscale: #737373. Windows color (decimal): -5744268 or 7625128. OLE color: 7625128.
HSL color Cylindrical-coordinate representation of color #A85974: hue angle of 339.49º 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 #A85974 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 116 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.34 |
| HSL | 339.49º | 0.31% | 0.5% | - |
| HSV(B) | 339.49º | 0.47% | 0.66% | - |
| XYZ | 22.87 | 16.73 | 18.55 | - |
| YUV | 115.7 | 128.17 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 116 | 0 | 0.47 | 0.31 | 0.34 | 339.49 | 0.31 | 0.5 |
| Hex | A8 | 59 | 74 | 0 | 2F | 1F | 22 | 153 | 1F | 32 |
| Octal | 250 | 131 | 164 | 0 | 57 | 37 | 42 | 523 | 37 | 62 |
| Binary | 10101000 | 1011001 | 1110100 | 0 | 101111 | 11111 | 100010 | 101010011 | 11111 | 110010 |
Color Harmonies of #A85974
Complementary color
Monochromatic Colors of #A85974
Black with #A85974
Text Example
Text Example
White with #A85974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85974; }
p { color: rgb(168,89,116); }
H1.HeaderClassName
{
color: #A85974;
}
.AnyTagClassName
{
color: #A85974;
}
</style>
background-color css
<style>
a { background-color: #A85974; }
a { background-color: rgb(168,89,116); }
div.DivClassName
{
background-color: #A85974;
}
.BgClassName
{
background-color: #A85974;
}
</style>
border-color css
<style>
span { border-color: #A85974; }
span { border-color: rgb(168,89,116); }
td.TdClassName
{
border-color: #A85974;
}
.TagClassName
{
border-color: #A85974;
}
</style>