Shades of Rich Gold #A04D16
Tints of Rich Gold #A04D16
RGB
CMYK
RGB Variations
Color information
#A04D16 (or 0xA04D16) is known color: Rich Gold. HEX triplet: A0, 4D and 16. RGB value is (160,77,22). Sum of RGB (Red+Green+Blue) = 160+77+22=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04D16 is #5FB2E9. Grayscale: #5F5F5F. Windows color (decimal): -6271722 or 1461664. OLE color: 1461664.
HSL color Cylindrical-coordinate representation of color #A04D16: hue angle of 23.91º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A04D16 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 22 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.37 |
| HSL | 23.91º | 0.76% | 0.36% | - |
| HSV(B) | 23.91º | 0.86% | 0.63% | - |
| XYZ | 17.3 | 12.84 | 2.33 | - |
| YUV | 95.55 | 86.5 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 22 | 0 | 0.52 | 0.86 | 0.37 | 23.91 | 0.76 | 0.36 |
| Hex | A0 | 4D | 16 | 0 | 34 | 56 | 25 | 18 | 4C | 24 |
| Octal | 240 | 115 | 26 | 0 | 64 | 126 | 45 | 30 | 114 | 44 |
| Binary | 10100000 | 1001101 | 10110 | 0 | 110100 | 1010110 | 100101 | 11000 | 1001100 | 100100 |
Color Harmonies of #A04D16
Complementary color
Monochromatic Colors of #A04D16
Black with #A04D16
Text Example
Text Example
White with #A04D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D16; }
p { color: rgb(160,77,22); }
H1.HeaderClassName
{
color: #A04D16;
}
.AnyTagClassName
{
color: #A04D16;
}
</style>
background-color css
<style>
a { background-color: #A04D16; }
a { background-color: rgb(160,77,22); }
div.DivClassName
{
background-color: #A04D16;
}
.BgClassName
{
background-color: #A04D16;
}
</style>
border-color css
<style>
span { border-color: #A04D16; }
span { border-color: rgb(160,77,22); }
td.TdClassName
{
border-color: #A04D16;
}
.TagClassName
{
border-color: #A04D16;
}
</style>