Shades of Royal Heath #A85670
Tints of Royal Heath #A85670
RGB
CMYK
RGB Variations
Color information
#A85670 (or 0xA85670) is known color: Royal Heath. HEX triplet: A8, 56 and 70. RGB value is (168,86,112). Sum of RGB (Red+Green+Blue) = 168+86+112=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A85670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85670 is #57A98F. Grayscale: #717171. Windows color (decimal): -5745040 or 7362216. OLE color: 7362216.
HSL color Cylindrical-coordinate representation of color #A85670: hue angle of 340.98º 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 #A85670 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 112 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.34 |
| HSL | 340.98º | 0.32% | 0.5% | - |
| HSV(B) | 340.98º | 0.49% | 0.66% | - |
| XYZ | 22.4 | 16.15 | 17.27 | - |
| YUV | 113.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 112 | 0 | 0.49 | 0.33 | 0.34 | 340.98 | 0.32 | 0.5 |
| Hex | A8 | 56 | 70 | 0 | 31 | 21 | 22 | 155 | 20 | 32 |
| Octal | 250 | 126 | 160 | 0 | 61 | 41 | 42 | 525 | 40 | 62 |
| Binary | 10101000 | 1010110 | 1110000 | 0 | 110001 | 100001 | 100010 | 101010101 | 100000 | 110010 |
Color Harmonies of #A85670
Complementary color
Monochromatic Colors of #A85670
Black with #A85670
Text Example
Text Example
White with #A85670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85670; }
p { color: rgb(168,86,112); }
H1.HeaderClassName
{
color: #A85670;
}
.AnyTagClassName
{
color: #A85670;
}
</style>
background-color css
<style>
a { background-color: #A85670; }
a { background-color: rgb(168,86,112); }
div.DivClassName
{
background-color: #A85670;
}
.BgClassName
{
background-color: #A85670;
}
</style>
border-color css
<style>
span { border-color: #A85670; }
span { border-color: rgb(168,86,112); }
td.TdClassName
{
border-color: #A85670;
}
.TagClassName
{
border-color: #A85670;
}
</style>