Shades of Royal Heath #A84A74
Tints of Royal Heath #A84A74
RGB
CMYK
RGB Variations
Color information
#A84A74 (or 0xA84A74) is known color: Royal Heath. HEX triplet: A8, 4A and 74. RGB value is (168,74,116). Sum of RGB (Red+Green+Blue) = 168+74+116=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84A74 is #57B58B. Grayscale: #6A6A6A. Windows color (decimal): -5748108 or 7621288. OLE color: 7621288.
HSL color Cylindrical-coordinate representation of color #A84A74: hue angle of 333.19º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A84A74 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 74 | 116 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.34 |
| HSL | 333.19º | 0.39% | 0.47% | - |
| HSV(B) | 333.19º | 0.56% | 0.66% | - |
| XYZ | 21.75 | 14.48 | 18.17 | - |
| YUV | 106.89 | 133.14 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 116 | 0 | 0.56 | 0.31 | 0.34 | 333.19 | 0.39 | 0.47 |
| Hex | A8 | 4A | 74 | 0 | 38 | 1F | 22 | 14D | 27 | 2F |
| Octal | 250 | 112 | 164 | 0 | 70 | 37 | 42 | 515 | 47 | 57 |
| Binary | 10101000 | 1001010 | 1110100 | 0 | 111000 | 11111 | 100010 | 101001101 | 100111 | 101111 |
Color Harmonies of #A84A74
Complementary color
Monochromatic Colors of #A84A74
Black with #A84A74
Text Example
Text Example
White with #A84A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84A74; }
p { color: rgb(168,74,116); }
H1.HeaderClassName
{
color: #A84A74;
}
.AnyTagClassName
{
color: #A84A74;
}
</style>
background-color css
<style>
a { background-color: #A84A74; }
a { background-color: rgb(168,74,116); }
div.DivClassName
{
background-color: #A84A74;
}
.BgClassName
{
background-color: #A84A74;
}
</style>
border-color css
<style>
span { border-color: #A84A74; }
span { border-color: rgb(168,74,116); }
td.TdClassName
{
border-color: #A84A74;
}
.TagClassName
{
border-color: #A84A74;
}
</style>