Shades of Royal Heath #A84C76
Tints of Royal Heath #A84C76
RGB
CMYK
RGB Variations
Color information
#A84C76 (or 0xA84C76) is known color: Royal Heath. HEX triplet: A8, 4C and 76. RGB value is (168,76,118). Sum of RGB (Red+Green+Blue) = 168+76+118=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84C76 is #57B389. Grayscale: #6C6C6C. Windows color (decimal): -5747594 or 7752872. OLE color: 7752872.
HSL color Cylindrical-coordinate representation of color #A84C76: hue angle of 332.61º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84C76 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 76 | 118 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.34 |
| HSL | 332.61º | 0.38% | 0.48% | - |
| HSV(B) | 332.61º | 0.55% | 0.66% | - |
| XYZ | 22 | 14.8 | 18.84 | - |
| YUV | 108.3 | 133.48 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 118 | 0 | 0.55 | 0.30 | 0.34 | 332.61 | 0.38 | 0.48 |
| Hex | A8 | 4C | 76 | 0 | 37 | 1E | 22 | 14D | 26 | 30 |
| Octal | 250 | 114 | 166 | 0 | 67 | 36 | 42 | 515 | 46 | 60 |
| Binary | 10101000 | 1001100 | 1110110 | 0 | 110111 | 11110 | 100010 | 101001101 | 100110 | 110000 |
Color Harmonies of #A84C76
Complementary color
Monochromatic Colors of #A84C76
Black with #A84C76
Text Example
Text Example
White with #A84C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84C76; }
p { color: rgb(168,76,118); }
H1.HeaderClassName
{
color: #A84C76;
}
.AnyTagClassName
{
color: #A84C76;
}
</style>
background-color css
<style>
a { background-color: #A84C76; }
a { background-color: rgb(168,76,118); }
div.DivClassName
{
background-color: #A84C76;
}
.BgClassName
{
background-color: #A84C76;
}
</style>
border-color css
<style>
span { border-color: #A84C76; }
span { border-color: rgb(168,76,118); }
td.TdClassName
{
border-color: #A84C76;
}
.TagClassName
{
border-color: #A84C76;
}
</style>