Shades of Rich Gold #A04C13
Tints of Rich Gold #A04C13
RGB
CMYK
RGB Variations
Color information
#A04C13 (or 0xA04C13) is known color: Rich Gold. HEX triplet: A0, 4C and 13. RGB value is (160,76,19). Sum of RGB (Red+Green+Blue) = 160+76+19=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04C13 is #5FB3EC. Grayscale: #5E5E5E. Windows color (decimal): -6271981 or 1264800. OLE color: 1264800.
HSL color Cylindrical-coordinate representation of color #A04C13: hue angle of 24.26º degrees, saturation: 0.79, 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 #A04C13 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 19 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.37 |
| HSL | 24.26º | 0.79% | 0.35% | - |
| HSV(B) | 24.26º | 0.88% | 0.63% | - |
| XYZ | 17.2 | 12.69 | 2.16 | - |
| YUV | 94.62 | 85.33 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 19 | 0 | 0.52 | 0.88 | 0.37 | 24.26 | 0.79 | 0.35 |
| Hex | A0 | 4C | 13 | 0 | 34 | 58 | 25 | 18 | 4F | 23 |
| Octal | 240 | 114 | 23 | 0 | 64 | 130 | 45 | 30 | 117 | 43 |
| Binary | 10100000 | 1001100 | 10011 | 0 | 110100 | 1011000 | 100101 | 11000 | 1001111 | 100011 |
Color Harmonies of #A04C13
Complementary color
Monochromatic Colors of #A04C13
Black with #A04C13
Text Example
Text Example
White with #A04C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C13; }
p { color: rgb(160,76,19); }
H1.HeaderClassName
{
color: #A04C13;
}
.AnyTagClassName
{
color: #A04C13;
}
</style>
background-color css
<style>
a { background-color: #A04C13; }
a { background-color: rgb(160,76,19); }
div.DivClassName
{
background-color: #A04C13;
}
.BgClassName
{
background-color: #A04C13;
}
</style>
border-color css
<style>
span { border-color: #A04C13; }
span { border-color: rgb(160,76,19); }
td.TdClassName
{
border-color: #A04C13;
}
.TagClassName
{
border-color: #A04C13;
}
</style>