Shades of Royal Heath #A84372
Tints of Royal Heath #A84372
RGB
CMYK
RGB Variations
Color information
#A84372 (or 0xA84372) is known color: Royal Heath. HEX triplet: A8, 43 and 72. RGB value is (168,67,114). Sum of RGB (Red+Green+Blue) = 168+67+114=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A84372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84372 is #57BC8D. Grayscale: #666666. Windows color (decimal): -5749902 or 7488424. OLE color: 7488424.
HSL color Cylindrical-coordinate representation of color #A84372: hue angle of 332.08º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84372 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 114 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.34 |
| HSL | 332.08º | 0.43% | 0.46% | - |
| HSV(B) | 332.08º | 0.6% | 0.66% | - |
| XYZ | 21.19 | 13.55 | 17.42 | - |
| YUV | 102.56 | 134.46 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 114 | 0 | 0.60 | 0.32 | 0.34 | 332.08 | 0.43 | 0.46 |
| Hex | A8 | 43 | 72 | 0 | 3C | 20 | 22 | 14C | 2B | 2E |
| Octal | 250 | 103 | 162 | 0 | 74 | 40 | 42 | 514 | 53 | 56 |
| Binary | 10101000 | 1000011 | 1110010 | 0 | 111100 | 100000 | 100010 | 101001100 | 101011 | 101110 |
Color Harmonies of #A84372
Complementary color
Monochromatic Colors of #A84372
Black with #A84372
Text Example
Text Example
White with #A84372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84372; }
p { color: rgb(168,67,114); }
H1.HeaderClassName
{
color: #A84372;
}
.AnyTagClassName
{
color: #A84372;
}
</style>
background-color css
<style>
a { background-color: #A84372; }
a { background-color: rgb(168,67,114); }
div.DivClassName
{
background-color: #A84372;
}
.BgClassName
{
background-color: #A84372;
}
</style>
border-color css
<style>
span { border-color: #A84372; }
span { border-color: rgb(168,67,114); }
td.TdClassName
{
border-color: #A84372;
}
.TagClassName
{
border-color: #A84372;
}
</style>