Shades of Rich Gold #A04922
Tints of Rich Gold #A04922
RGB
CMYK
RGB Variations
Color information
#A04922 (or 0xA04922) is known color: Rich Gold. HEX triplet: A0, 49 and 22. RGB value is (160,73,34). Sum of RGB (Red+Green+Blue) = 160+73+34=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A04922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04922 is #5FB6DD. Grayscale: #5E5E5E. Windows color (decimal): -6272734 or 2247072. OLE color: 2247072.
HSL color Cylindrical-coordinate representation of color #A04922: hue angle of 18.57º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A04922 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 34 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.37 |
| HSL | 18.57º | 0.65% | 0.38% | - |
| HSV(B) | 18.57º | 0.79% | 0.63% | - |
| XYZ | 17.17 | 12.35 | 2.99 | - |
| YUV | 94.57 | 93.82 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 34 | 0 | 0.54 | 0.79 | 0.37 | 18.57 | 0.65 | 0.38 |
| Hex | A0 | 49 | 22 | 0 | 36 | 4F | 25 | 13 | 41 | 26 |
| Octal | 240 | 111 | 42 | 0 | 66 | 117 | 45 | 23 | 101 | 46 |
| Binary | 10100000 | 1001001 | 100010 | 0 | 110110 | 1001111 | 100101 | 10011 | 1000001 | 100110 |
Color Harmonies of #A04922
Complementary color
Monochromatic Colors of #A04922
Black with #A04922
Text Example
Text Example
White with #A04922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04922; }
p { color: rgb(160,73,34); }
H1.HeaderClassName
{
color: #A04922;
}
.AnyTagClassName
{
color: #A04922;
}
</style>
background-color css
<style>
a { background-color: #A04922; }
a { background-color: rgb(160,73,34); }
div.DivClassName
{
background-color: #A04922;
}
.BgClassName
{
background-color: #A04922;
}
</style>
border-color css
<style>
span { border-color: #A04922; }
span { border-color: rgb(160,73,34); }
td.TdClassName
{
border-color: #A04922;
}
.TagClassName
{
border-color: #A04922;
}
</style>