Shades of Royal Heath #A8516D
Tints of Royal Heath #A8516D
RGB
CMYK
RGB Variations
Color information
#A8516D (or 0xA8516D) is known color: Royal Heath. HEX triplet: A8, 51 and 6D. RGB value is (168,81,109). Sum of RGB (Red+Green+Blue) = 168+81+109=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8516D is #57AE92. Grayscale: #6E6E6E. Windows color (decimal): -5746323 or 7164328. OLE color: 7164328.
HSL color Cylindrical-coordinate representation of color #A8516D: hue angle of 340.69º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8516D is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 81 | 109 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.34 |
| HSL | 340.69º | 0.35% | 0.49% | - |
| HSV(B) | 340.69º | 0.52% | 0.66% | - |
| XYZ | 21.85 | 15.31 | 16.27 | - |
| YUV | 110.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 109 | 0 | 0.52 | 0.35 | 0.34 | 340.69 | 0.35 | 0.49 |
| Hex | A8 | 51 | 6D | 0 | 34 | 23 | 22 | 155 | 23 | 31 |
| Octal | 250 | 121 | 155 | 0 | 64 | 43 | 42 | 525 | 43 | 61 |
| Binary | 10101000 | 1010001 | 1101101 | 0 | 110100 | 100011 | 100010 | 101010101 | 100011 | 110001 |
Color Harmonies of #A8516D
Complementary color
Monochromatic Colors of #A8516D
Black with #A8516D
Text Example
Text Example
White with #A8516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8516D; }
p { color: rgb(168,81,109); }
H1.HeaderClassName
{
color: #A8516D;
}
.AnyTagClassName
{
color: #A8516D;
}
</style>
background-color css
<style>
a { background-color: #A8516D; }
a { background-color: rgb(168,81,109); }
div.DivClassName
{
background-color: #A8516D;
}
.BgClassName
{
background-color: #A8516D;
}
</style>
border-color css
<style>
span { border-color: #A8516D; }
span { border-color: rgb(168,81,109); }
td.TdClassName
{
border-color: #A8516D;
}
.TagClassName
{
border-color: #A8516D;
}
</style>