Shades of Rich Gold #A84D16
Tints of Rich Gold #A84D16
RGB
CMYK
RGB Variations
Color information
#A84D16 (or 0xA84D16) is known color: Rich Gold. HEX triplet: A8, 4D and 16. RGB value is (168,77,22). Sum of RGB (Red+Green+Blue) = 168+77+22=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A84D16 is #57B2E9. Grayscale: #626262. Windows color (decimal): -5747434 or 1461672. OLE color: 1461672.
HSL color Cylindrical-coordinate representation of color #A84D16: hue angle of 22.6º 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 #A84D16 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 77 | 22 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.34 |
| HSL | 22.6º | 0.77% | 0.37% | - |
| HSV(B) | 22.6º | 0.87% | 0.66% | - |
| XYZ | 18.95 | 13.69 | 2.4 | - |
| YUV | 97.94 | 85.15 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 22 | 0 | 0.54 | 0.87 | 0.34 | 22.6 | 0.77 | 0.37 |
| Hex | A8 | 4D | 16 | 0 | 36 | 57 | 22 | 17 | 4D | 25 |
| Octal | 250 | 115 | 26 | 0 | 66 | 127 | 42 | 27 | 115 | 45 |
| Binary | 10101000 | 1001101 | 10110 | 0 | 110110 | 1010111 | 100010 | 10111 | 1001101 | 100101 |
Color Harmonies of #A84D16
Complementary color
Monochromatic Colors of #A84D16
Black with #A84D16
Text Example
Text Example
White with #A84D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84D16; }
p { color: rgb(168,77,22); }
H1.HeaderClassName
{
color: #A84D16;
}
.AnyTagClassName
{
color: #A84D16;
}
</style>
background-color css
<style>
a { background-color: #A84D16; }
a { background-color: rgb(168,77,22); }
div.DivClassName
{
background-color: #A84D16;
}
.BgClassName
{
background-color: #A84D16;
}
</style>
border-color css
<style>
span { border-color: #A84D16; }
span { border-color: rgb(168,77,22); }
td.TdClassName
{
border-color: #A84D16;
}
.TagClassName
{
border-color: #A84D16;
}
</style>