Shades of Rich Gold #A04815
Tints of Rich Gold #A04815
RGB
CMYK
RGB Variations
Color information
#A04815 (or 0xA04815) is known color: Rich Gold. HEX triplet: A0, 48 and 15. RGB value is (160,72,21). Sum of RGB (Red+Green+Blue) = 160+72+21=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A04815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04815 is #5FB7EA. Grayscale: #5C5C5C. Windows color (decimal): -6273003 or 1394848. OLE color: 1394848.
HSL color Cylindrical-coordinate representation of color #A04815: hue angle of 22.01º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A04815 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 21 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.37 |
| HSL | 22.01º | 0.77% | 0.35% | - |
| HSV(B) | 22.01º | 0.87% | 0.63% | - |
| XYZ | 16.95 | 12.16 | 2.16 | - |
| YUV | 92.5 | 87.65 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 21 | 0 | 0.55 | 0.87 | 0.37 | 22.01 | 0.77 | 0.35 |
| Hex | A0 | 48 | 15 | 0 | 37 | 57 | 25 | 16 | 4D | 23 |
| Octal | 240 | 110 | 25 | 0 | 67 | 127 | 45 | 26 | 115 | 43 |
| Binary | 10100000 | 1001000 | 10101 | 0 | 110111 | 1010111 | 100101 | 10110 | 1001101 | 100011 |
Color Harmonies of #A04815
Complementary color
Monochromatic Colors of #A04815
Black with #A04815
Text Example
Text Example
White with #A04815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04815; }
p { color: rgb(160,72,21); }
H1.HeaderClassName
{
color: #A04815;
}
.AnyTagClassName
{
color: #A04815;
}
</style>
background-color css
<style>
a { background-color: #A04815; }
a { background-color: rgb(160,72,21); }
div.DivClassName
{
background-color: #A04815;
}
.BgClassName
{
background-color: #A04815;
}
</style>
border-color css
<style>
span { border-color: #A04815; }
span { border-color: rgb(160,72,21); }
td.TdClassName
{
border-color: #A04815;
}
.TagClassName
{
border-color: #A04815;
}
</style>