Shades of Rich Gold #A04E11
Tints of Rich Gold #A04E11
RGB
CMYK
RGB Variations
Color information
#A04E11 (or 0xA04E11) is known color: Rich Gold. HEX triplet: A0, 4E and 11. RGB value is (160,78,17). Sum of RGB (Red+Green+Blue) = 160+78+17=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04E11 is #5FB1EE. Grayscale: #5F5F5F. Windows color (decimal): -6271471 or 1134240. OLE color: 1134240.
HSL color Cylindrical-coordinate representation of color #A04E11: hue angle of 25.59º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A04E11 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 17 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.37 |
| HSL | 25.59º | 0.81% | 0.35% | - |
| HSV(B) | 25.59º | 0.89% | 0.63% | - |
| XYZ | 17.32 | 12.96 | 2.12 | - |
| YUV | 95.56 | 83.67 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 17 | 0 | 0.51 | 0.89 | 0.37 | 25.59 | 0.81 | 0.35 |
| Hex | A0 | 4E | 11 | 0 | 33 | 59 | 25 | 1A | 51 | 23 |
| Octal | 240 | 116 | 21 | 0 | 63 | 131 | 45 | 32 | 121 | 43 |
| Binary | 10100000 | 1001110 | 10001 | 0 | 110011 | 1011001 | 100101 | 11010 | 1010001 | 100011 |
Color Harmonies of #A04E11
Complementary color
Monochromatic Colors of #A04E11
Black with #A04E11
Text Example
Text Example
White with #A04E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E11; }
p { color: rgb(160,78,17); }
H1.HeaderClassName
{
color: #A04E11;
}
.AnyTagClassName
{
color: #A04E11;
}
</style>
background-color css
<style>
a { background-color: #A04E11; }
a { background-color: rgb(160,78,17); }
div.DivClassName
{
background-color: #A04E11;
}
.BgClassName
{
background-color: #A04E11;
}
</style>
border-color css
<style>
span { border-color: #A04E11; }
span { border-color: rgb(160,78,17); }
td.TdClassName
{
border-color: #A04E11;
}
.TagClassName
{
border-color: #A04E11;
}
</style>