Shades of Rich Gold #A84C16
Tints of Rich Gold #A84C16
RGB
CMYK
RGB Variations
Color information
#A84C16 (or 0xA84C16) is known color: Rich Gold. HEX triplet: A8, 4C and 16. RGB value is (168,76,22). Sum of RGB (Red+Green+Blue) = 168+76+22=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84C16 is #57B3E9. Grayscale: #616161. Windows color (decimal): -5747690 or 1461416. OLE color: 1461416.
HSL color Cylindrical-coordinate representation of color #A84C16: hue angle of 22.19º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A84C16 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 76 | 22 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.34 |
| HSL | 22.19º | 0.77% | 0.37% | - |
| HSV(B) | 22.19º | 0.87% | 0.66% | - |
| XYZ | 18.88 | 13.55 | 2.38 | - |
| YUV | 97.35 | 85.48 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 22 | 0 | 0.55 | 0.87 | 0.34 | 22.19 | 0.77 | 0.37 |
| Hex | A8 | 4C | 16 | 0 | 37 | 57 | 22 | 16 | 4D | 25 |
| Octal | 250 | 114 | 26 | 0 | 67 | 127 | 42 | 26 | 115 | 45 |
| Binary | 10101000 | 1001100 | 10110 | 0 | 110111 | 1010111 | 100010 | 10110 | 1001101 | 100101 |
Color Harmonies of #A84C16
Complementary color
Monochromatic Colors of #A84C16
Black with #A84C16
Text Example
Text Example
White with #A84C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84C16; }
p { color: rgb(168,76,22); }
H1.HeaderClassName
{
color: #A84C16;
}
.AnyTagClassName
{
color: #A84C16;
}
</style>
background-color css
<style>
a { background-color: #A84C16; }
a { background-color: rgb(168,76,22); }
div.DivClassName
{
background-color: #A84C16;
}
.BgClassName
{
background-color: #A84C16;
}
</style>
border-color css
<style>
span { border-color: #A84C16; }
span { border-color: rgb(168,76,22); }
td.TdClassName
{
border-color: #A84C16;
}
.TagClassName
{
border-color: #A84C16;
}
</style>