Shades of Rich Gold #A04E1C
Tints of Rich Gold #A04E1C
RGB
CMYK
RGB Variations
Color information
#A04E1C (or 0xA04E1C) is known color: Rich Gold. HEX triplet: A0, 4E and 1C. RGB value is (160,78,28). Sum of RGB (Red+Green+Blue) = 160+78+28=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E1C is #5FB1E3. Grayscale: #616161. Windows color (decimal): -6271460 or 1855136. OLE color: 1855136.
HSL color Cylindrical-coordinate representation of color #A04E1C: hue angle of 22.73º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A04E1C is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 28 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.37 |
| HSL | 22.73º | 0.7% | 0.37% | - |
| HSV(B) | 22.73º | 0.83% | 0.63% | - |
| XYZ | 17.43 | 13.01 | 2.69 | - |
| YUV | 96.82 | 89.17 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 28 | 0 | 0.51 | 0.82 | 0.37 | 22.73 | 0.7 | 0.37 |
| Hex | A0 | 4E | 1C | 0 | 33 | 52 | 25 | 17 | 46 | 25 |
| Octal | 240 | 116 | 34 | 0 | 63 | 122 | 45 | 27 | 106 | 45 |
| Binary | 10100000 | 1001110 | 11100 | 0 | 110011 | 1010010 | 100101 | 10111 | 1000110 | 100101 |
Color Harmonies of #A04E1C
Complementary color
Monochromatic Colors of #A04E1C
Black with #A04E1C
Text Example
Text Example
White with #A04E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E1C; }
p { color: rgb(160,78,28); }
H1.HeaderClassName
{
color: #A04E1C;
}
.AnyTagClassName
{
color: #A04E1C;
}
</style>
background-color css
<style>
a { background-color: #A04E1C; }
a { background-color: rgb(160,78,28); }
div.DivClassName
{
background-color: #A04E1C;
}
.BgClassName
{
background-color: #A04E1C;
}
</style>
border-color css
<style>
span { border-color: #A04E1C; }
span { border-color: rgb(160,78,28); }
td.TdClassName
{
border-color: #A04E1C;
}
.TagClassName
{
border-color: #A04E1C;
}
</style>