Shades of Rich Gold #A04A16
Tints of Rich Gold #A04A16
RGB
CMYK
RGB Variations
Color information
#A04A16 (or 0xA04A16) is known color: Rich Gold. HEX triplet: A0, 4A and 16. RGB value is (160,74,22). Sum of RGB (Red+Green+Blue) = 160+74+22=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04A16 is #5FB5E9. Grayscale: #5E5E5E. Windows color (decimal): -6272490 or 1460896. OLE color: 1460896.
HSL color Cylindrical-coordinate representation of color #A04A16: hue angle of 22.61º 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 #A04A16 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 22 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.37 |
| HSL | 22.61º | 0.76% | 0.36% | - |
| HSV(B) | 22.61º | 0.86% | 0.63% | - |
| XYZ | 17.09 | 12.43 | 2.26 | - |
| YUV | 93.79 | 87.49 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 22 | 0 | 0.54 | 0.86 | 0.37 | 22.61 | 0.76 | 0.36 |
| Hex | A0 | 4A | 16 | 0 | 36 | 56 | 25 | 17 | 4C | 24 |
| Octal | 240 | 112 | 26 | 0 | 66 | 126 | 45 | 27 | 114 | 44 |
| Binary | 10100000 | 1001010 | 10110 | 0 | 110110 | 1010110 | 100101 | 10111 | 1001100 | 100100 |
Color Harmonies of #A04A16
Complementary color
Monochromatic Colors of #A04A16
Black with #A04A16
Text Example
Text Example
White with #A04A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A16; }
p { color: rgb(160,74,22); }
H1.HeaderClassName
{
color: #A04A16;
}
.AnyTagClassName
{
color: #A04A16;
}
</style>
background-color css
<style>
a { background-color: #A04A16; }
a { background-color: rgb(160,74,22); }
div.DivClassName
{
background-color: #A04A16;
}
.BgClassName
{
background-color: #A04A16;
}
</style>
border-color css
<style>
span { border-color: #A04A16; }
span { border-color: rgb(160,74,22); }
td.TdClassName
{
border-color: #A04A16;
}
.TagClassName
{
border-color: #A04A16;
}
</style>