Shades of Rich Gold #A04822
Tints of Rich Gold #A04822
RGB
CMYK
RGB Variations
Color information
#A04822 (or 0xA04822) is known color: Rich Gold. HEX triplet: A0, 48 and 22. RGB value is (160,72,34). Sum of RGB (Red+Green+Blue) = 160+72+34=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A04822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04822 is #5FB7DD. Grayscale: #5E5E5E. Windows color (decimal): -6272990 or 2246816. OLE color: 2246816.
HSL color Cylindrical-coordinate representation of color #A04822: hue angle of 18.1º 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 #A04822 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 34 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.37 |
| HSL | 18.1º | 0.65% | 0.38% | - |
| HSV(B) | 18.1º | 0.79% | 0.63% | - |
| XYZ | 17.1 | 12.22 | 2.97 | - |
| YUV | 93.98 | 94.15 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 34 | 0 | 0.55 | 0.79 | 0.37 | 18.1 | 0.65 | 0.38 |
| Hex | A0 | 48 | 22 | 0 | 37 | 4F | 25 | 12 | 41 | 26 |
| Octal | 240 | 110 | 42 | 0 | 67 | 117 | 45 | 22 | 101 | 46 |
| Binary | 10100000 | 1001000 | 100010 | 0 | 110111 | 1001111 | 100101 | 10010 | 1000001 | 100110 |
Color Harmonies of #A04822
Complementary color
Monochromatic Colors of #A04822
Black with #A04822
Text Example
Text Example
White with #A04822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04822; }
p { color: rgb(160,72,34); }
H1.HeaderClassName
{
color: #A04822;
}
.AnyTagClassName
{
color: #A04822;
}
</style>
background-color css
<style>
a { background-color: #A04822; }
a { background-color: rgb(160,72,34); }
div.DivClassName
{
background-color: #A04822;
}
.BgClassName
{
background-color: #A04822;
}
</style>
border-color css
<style>
span { border-color: #A04822; }
span { border-color: rgb(160,72,34); }
td.TdClassName
{
border-color: #A04822;
}
.TagClassName
{
border-color: #A04822;
}
</style>