Shades of Rich Gold #A04E23
Tints of Rich Gold #A04E23
RGB
CMYK
RGB Variations
Color information
#A04E23 (or 0xA04E23) is known color: Rich Gold. HEX triplet: A0, 4E and 23. RGB value is (160,78,35). Sum of RGB (Red+Green+Blue) = 160+78+35=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E23 is #5FB1DC. Grayscale: #616161. Windows color (decimal): -6271453 or 2313888. OLE color: 2313888.
HSL color Cylindrical-coordinate representation of color #A04E23: hue angle of 20.64º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A04E23 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 35 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.37 |
| HSL | 20.64º | 0.64% | 0.38% | - |
| HSV(B) | 20.64º | 0.78% | 0.63% | - |
| XYZ | 17.52 | 13.04 | 3.18 | - |
| YUV | 97.62 | 92.67 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 35 | 0 | 0.51 | 0.78 | 0.37 | 20.64 | 0.64 | 0.38 |
| Hex | A0 | 4E | 23 | 0 | 33 | 4E | 25 | 15 | 40 | 26 |
| Octal | 240 | 116 | 43 | 0 | 63 | 116 | 45 | 25 | 100 | 46 |
| Binary | 10100000 | 1001110 | 100011 | 0 | 110011 | 1001110 | 100101 | 10101 | 1000000 | 100110 |
Color Harmonies of #A04E23
Complementary color
Monochromatic Colors of #A04E23
Black with #A04E23
Text Example
Text Example
White with #A04E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E23; }
p { color: rgb(160,78,35); }
H1.HeaderClassName
{
color: #A04E23;
}
.AnyTagClassName
{
color: #A04E23;
}
</style>
background-color css
<style>
a { background-color: #A04E23; }
a { background-color: rgb(160,78,35); }
div.DivClassName
{
background-color: #A04E23;
}
.BgClassName
{
background-color: #A04E23;
}
</style>
border-color css
<style>
span { border-color: #A04E23; }
span { border-color: rgb(160,78,35); }
td.TdClassName
{
border-color: #A04E23;
}
.TagClassName
{
border-color: #A04E23;
}
</style>