Shades of Rich Gold #A04818
Tints of Rich Gold #A04818
RGB
CMYK
RGB Variations
Color information
#A04818 (or 0xA04818) is known color: Rich Gold. HEX triplet: A0, 48 and 18. RGB value is (160,72,24). Sum of RGB (Red+Green+Blue) = 160+72+24=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A04818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04818 is #5FB7E7. Grayscale: #5D5D5D. Windows color (decimal): -6273000 or 1591456. OLE color: 1591456.
HSL color Cylindrical-coordinate representation of color #A04818: hue angle of 21.18º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A04818 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 24 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.37 |
| HSL | 21.18º | 0.74% | 0.36% | - |
| HSV(B) | 21.18º | 0.85% | 0.63% | - |
| XYZ | 16.98 | 12.17 | 2.32 | - |
| YUV | 92.84 | 89.15 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 24 | 0 | 0.55 | 0.85 | 0.37 | 21.18 | 0.74 | 0.36 |
| Hex | A0 | 48 | 18 | 0 | 37 | 55 | 25 | 15 | 4A | 24 |
| Octal | 240 | 110 | 30 | 0 | 67 | 125 | 45 | 25 | 112 | 44 |
| Binary | 10100000 | 1001000 | 11000 | 0 | 110111 | 1010101 | 100101 | 10101 | 1001010 | 100100 |
Color Harmonies of #A04818
Complementary color
Monochromatic Colors of #A04818
Black with #A04818
Text Example
Text Example
White with #A04818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04818; }
p { color: rgb(160,72,24); }
H1.HeaderClassName
{
color: #A04818;
}
.AnyTagClassName
{
color: #A04818;
}
</style>
background-color css
<style>
a { background-color: #A04818; }
a { background-color: rgb(160,72,24); }
div.DivClassName
{
background-color: #A04818;
}
.BgClassName
{
background-color: #A04818;
}
</style>
border-color css
<style>
span { border-color: #A04818; }
span { border-color: rgb(160,72,24); }
td.TdClassName
{
border-color: #A04818;
}
.TagClassName
{
border-color: #A04818;
}
</style>