Shades of Rich Gold #A04E18
Tints of Rich Gold #A04E18
RGB
CMYK
RGB Variations
Color information
#A04E18 (or 0xA04E18) is known color: Rich Gold. HEX triplet: A0, 4E and 18. RGB value is (160,78,24). Sum of RGB (Red+Green+Blue) = 160+78+24=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04E18 is #5FB1E7. Grayscale: #606060. Windows color (decimal): -6271464 or 1592992. OLE color: 1592992.
HSL color Cylindrical-coordinate representation of color #A04E18: hue angle of 23.82º 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 #A04E18 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 24 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.37 |
| HSL | 23.82º | 0.74% | 0.36% | - |
| HSV(B) | 23.82º | 0.85% | 0.63% | - |
| XYZ | 17.39 | 12.99 | 2.45 | - |
| YUV | 96.36 | 87.17 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 24 | 0 | 0.51 | 0.85 | 0.37 | 23.82 | 0.74 | 0.36 |
| Hex | A0 | 4E | 18 | 0 | 33 | 55 | 25 | 18 | 4A | 24 |
| Octal | 240 | 116 | 30 | 0 | 63 | 125 | 45 | 30 | 112 | 44 |
| Binary | 10100000 | 1001110 | 11000 | 0 | 110011 | 1010101 | 100101 | 11000 | 1001010 | 100100 |
Color Harmonies of #A04E18
Complementary color
Monochromatic Colors of #A04E18
Black with #A04E18
Text Example
Text Example
White with #A04E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E18; }
p { color: rgb(160,78,24); }
H1.HeaderClassName
{
color: #A04E18;
}
.AnyTagClassName
{
color: #A04E18;
}
</style>
background-color css
<style>
a { background-color: #A04E18; }
a { background-color: rgb(160,78,24); }
div.DivClassName
{
background-color: #A04E18;
}
.BgClassName
{
background-color: #A04E18;
}
</style>
border-color css
<style>
span { border-color: #A04E18; }
span { border-color: rgb(160,78,24); }
td.TdClassName
{
border-color: #A04E18;
}
.TagClassName
{
border-color: #A04E18;
}
</style>