Shades of Rich Gold #A04C14
Tints of Rich Gold #A04C14
RGB
CMYK
RGB Variations
Color information
#A04C14 (or 0xA04C14) is known color: Rich Gold. HEX triplet: A0, 4C and 14. RGB value is (160,76,20). Sum of RGB (Red+Green+Blue) = 160+76+20=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04C14 is #5FB3EB. Grayscale: #5F5F5F. Windows color (decimal): -6271980 or 1330336. OLE color: 1330336.
HSL color Cylindrical-coordinate representation of color #A04C14: hue angle of 24º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A04C14 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 20 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.37 |
| HSL | 24º | 0.78% | 0.35% | - |
| HSV(B) | 24º | 0.88% | 0.63% | - |
| XYZ | 17.21 | 12.69 | 2.2 | - |
| YUV | 94.73 | 85.83 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 20 | 0 | 0.52 | 0.88 | 0.37 | 24 | 0.78 | 0.35 |
| Hex | A0 | 4C | 14 | 0 | 34 | 58 | 25 | 18 | 4E | 23 |
| Octal | 240 | 114 | 24 | 0 | 64 | 130 | 45 | 30 | 116 | 43 |
| Binary | 10100000 | 1001100 | 10100 | 0 | 110100 | 1011000 | 100101 | 11000 | 1001110 | 100011 |
Color Harmonies of #A04C14
Complementary color
Monochromatic Colors of #A04C14
Black with #A04C14
Text Example
Text Example
White with #A04C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C14; }
p { color: rgb(160,76,20); }
H1.HeaderClassName
{
color: #A04C14;
}
.AnyTagClassName
{
color: #A04C14;
}
</style>
background-color css
<style>
a { background-color: #A04C14; }
a { background-color: rgb(160,76,20); }
div.DivClassName
{
background-color: #A04C14;
}
.BgClassName
{
background-color: #A04C14;
}
</style>
border-color css
<style>
span { border-color: #A04C14; }
span { border-color: rgb(160,76,20); }
td.TdClassName
{
border-color: #A04C14;
}
.TagClassName
{
border-color: #A04C14;
}
</style>