Shades of Rich Gold #A04E24
Tints of Rich Gold #A04E24
RGB
CMYK
RGB Variations
Color information
#A04E24 (or 0xA04E24) is known color: Rich Gold. HEX triplet: A0, 4E and 24. RGB value is (160,78,36). Sum of RGB (Red+Green+Blue) = 160+78+36=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E24 is #5FB1DB. Grayscale: #616161. Windows color (decimal): -6271452 or 2379424. OLE color: 2379424.
HSL color Cylindrical-coordinate representation of color #A04E24: hue angle of 20.32º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A04E24 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 36 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.37 |
| HSL | 20.32º | 0.63% | 0.38% | - |
| HSV(B) | 20.32º | 0.78% | 0.63% | - |
| XYZ | 17.54 | 13.05 | 3.26 | - |
| YUV | 97.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 36 | 0 | 0.51 | 0.78 | 0.37 | 20.32 | 0.63 | 0.38 |
| Hex | A0 | 4E | 24 | 0 | 33 | 4E | 25 | 14 | 3F | 26 |
| Octal | 240 | 116 | 44 | 0 | 63 | 116 | 45 | 24 | 77 | 46 |
| Binary | 10100000 | 1001110 | 100100 | 0 | 110011 | 1001110 | 100101 | 10100 | 111111 | 100110 |
Color Harmonies of #A04E24
Complementary color
Monochromatic Colors of #A04E24
Black with #A04E24
Text Example
Text Example
White with #A04E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E24; }
p { color: rgb(160,78,36); }
H1.HeaderClassName
{
color: #A04E24;
}
.AnyTagClassName
{
color: #A04E24;
}
</style>
background-color css
<style>
a { background-color: #A04E24; }
a { background-color: rgb(160,78,36); }
div.DivClassName
{
background-color: #A04E24;
}
.BgClassName
{
background-color: #A04E24;
}
</style>
border-color css
<style>
span { border-color: #A04E24; }
span { border-color: rgb(160,78,36); }
td.TdClassName
{
border-color: #A04E24;
}
.TagClassName
{
border-color: #A04E24;
}
</style>