Shades of Royal Heath #A84E72
Tints of Royal Heath #A84E72
RGB
CMYK
RGB Variations
Color information
#A84E72 (or 0xA84E72) is known color: Royal Heath. HEX triplet: A8, 4E and 72. RGB value is (168,78,114). Sum of RGB (Red+Green+Blue) = 168+78+114=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84E72 is #57B18D. Grayscale: #6C6C6C. Windows color (decimal): -5747086 or 7491240. OLE color: 7491240.
HSL color Cylindrical-coordinate representation of color #A84E72: hue angle of 336º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A84E72 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 78 | 114 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.34 |
| HSL | 336º | 0.37% | 0.48% | - |
| HSV(B) | 336º | 0.54% | 0.66% | - |
| XYZ | 21.91 | 14.99 | 17.66 | - |
| YUV | 109.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 114 | 0 | 0.54 | 0.32 | 0.34 | 336 | 0.37 | 0.48 |
| Hex | A8 | 4E | 72 | 0 | 36 | 20 | 22 | 150 | 25 | 30 |
| Octal | 250 | 116 | 162 | 0 | 66 | 40 | 42 | 520 | 45 | 60 |
| Binary | 10101000 | 1001110 | 1110010 | 0 | 110110 | 100000 | 100010 | 101010000 | 100101 | 110000 |
Color Harmonies of #A84E72
Complementary color
Monochromatic Colors of #A84E72
Black with #A84E72
Text Example
Text Example
White with #A84E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84E72; }
p { color: rgb(168,78,114); }
H1.HeaderClassName
{
color: #A84E72;
}
.AnyTagClassName
{
color: #A84E72;
}
</style>
background-color css
<style>
a { background-color: #A84E72; }
a { background-color: rgb(168,78,114); }
div.DivClassName
{
background-color: #A84E72;
}
.BgClassName
{
background-color: #A84E72;
}
</style>
border-color css
<style>
span { border-color: #A84E72; }
span { border-color: rgb(168,78,114); }
td.TdClassName
{
border-color: #A84E72;
}
.TagClassName
{
border-color: #A84E72;
}
</style>