Shades of Rich Gold #A04E21
Tints of Rich Gold #A04E21
RGB
CMYK
RGB Variations
Color information
#A04E21 (or 0xA04E21) is known color: Rich Gold. HEX triplet: A0, 4E and 21. RGB value is (160,78,33). Sum of RGB (Red+Green+Blue) = 160+78+33=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E21 is #5FB1DE. Grayscale: #616161. Windows color (decimal): -6271455 or 2182816. OLE color: 2182816.
HSL color Cylindrical-coordinate representation of color #A04E21: hue angle of 21.26º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A04E21 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 33 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.37 |
| HSL | 21.26º | 0.66% | 0.38% | - |
| HSV(B) | 21.26º | 0.79% | 0.63% | - |
| XYZ | 17.5 | 13.03 | 3.03 | - |
| YUV | 97.39 | 91.67 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 33 | 0 | 0.51 | 0.79 | 0.37 | 21.26 | 0.66 | 0.38 |
| Hex | A0 | 4E | 21 | 0 | 33 | 4F | 25 | 15 | 42 | 26 |
| Octal | 240 | 116 | 41 | 0 | 63 | 117 | 45 | 25 | 102 | 46 |
| Binary | 10100000 | 1001110 | 100001 | 0 | 110011 | 1001111 | 100101 | 10101 | 1000010 | 100110 |
Color Harmonies of #A04E21
Complementary color
Monochromatic Colors of #A04E21
Black with #A04E21
Text Example
Text Example
White with #A04E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E21; }
p { color: rgb(160,78,33); }
H1.HeaderClassName
{
color: #A04E21;
}
.AnyTagClassName
{
color: #A04E21;
}
</style>
background-color css
<style>
a { background-color: #A04E21; }
a { background-color: rgb(160,78,33); }
div.DivClassName
{
background-color: #A04E21;
}
.BgClassName
{
background-color: #A04E21;
}
</style>
border-color css
<style>
span { border-color: #A04E21; }
span { border-color: rgb(160,78,33); }
td.TdClassName
{
border-color: #A04E21;
}
.TagClassName
{
border-color: #A04E21;
}
</style>