Shades of Rich Gold #A04C17
Tints of Rich Gold #A04C17
RGB
CMYK
RGB Variations
Color information
#A04C17 (or 0xA04C17) is known color: Rich Gold. HEX triplet: A0, 4C and 17. RGB value is (160,76,23). Sum of RGB (Red+Green+Blue) = 160+76+23=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04C17 is #5FB3E8. Grayscale: #5F5F5F. Windows color (decimal): -6271977 or 1526944. OLE color: 1526944.
HSL color Cylindrical-coordinate representation of color #A04C17: hue angle of 23.21º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A04C17 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 23 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.37 |
| HSL | 23.21º | 0.75% | 0.36% | - |
| HSV(B) | 23.21º | 0.86% | 0.63% | - |
| XYZ | 17.24 | 12.7 | 2.35 | - |
| YUV | 95.07 | 87.33 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 23 | 0 | 0.52 | 0.86 | 0.37 | 23.21 | 0.75 | 0.36 |
| Hex | A0 | 4C | 17 | 0 | 34 | 56 | 25 | 17 | 4B | 24 |
| Octal | 240 | 114 | 27 | 0 | 64 | 126 | 45 | 27 | 113 | 44 |
| Binary | 10100000 | 1001100 | 10111 | 0 | 110100 | 1010110 | 100101 | 10111 | 1001011 | 100100 |
Color Harmonies of #A04C17
Complementary color
Monochromatic Colors of #A04C17
Black with #A04C17
Text Example
Text Example
White with #A04C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C17; }
p { color: rgb(160,76,23); }
H1.HeaderClassName
{
color: #A04C17;
}
.AnyTagClassName
{
color: #A04C17;
}
</style>
background-color css
<style>
a { background-color: #A04C17; }
a { background-color: rgb(160,76,23); }
div.DivClassName
{
background-color: #A04C17;
}
.BgClassName
{
background-color: #A04C17;
}
</style>
border-color css
<style>
span { border-color: #A04C17; }
span { border-color: rgb(160,76,23); }
td.TdClassName
{
border-color: #A04C17;
}
.TagClassName
{
border-color: #A04C17;
}
</style>