Shades of Rich Gold #A04F12
Tints of Rich Gold #A04F12
RGB
CMYK
RGB Variations
Color information
#A04F12 (or 0xA04F12) is known color: Rich Gold. HEX triplet: A0, 4F and 12. RGB value is (160,79,18). Sum of RGB (Red+Green+Blue) = 160+79+18=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04F12 is #5FB0ED. Grayscale: #606060. Windows color (decimal): -6271214 or 1200032. OLE color: 1200032.
HSL color Cylindrical-coordinate representation of color #A04F12: hue angle of 25.77º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A04F12 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 18 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.37 |
| HSL | 25.77º | 0.8% | 0.35% | - |
| HSV(B) | 25.77º | 0.89% | 0.63% | - |
| XYZ | 17.4 | 13.11 | 2.19 | - |
| YUV | 96.27 | 83.84 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 18 | 0 | 0.51 | 0.89 | 0.37 | 25.77 | 0.8 | 0.35 |
| Hex | A0 | 4F | 12 | 0 | 33 | 59 | 25 | 1A | 50 | 23 |
| Octal | 240 | 117 | 22 | 0 | 63 | 131 | 45 | 32 | 120 | 43 |
| Binary | 10100000 | 1001111 | 10010 | 0 | 110011 | 1011001 | 100101 | 11010 | 1010000 | 100011 |
Color Harmonies of #A04F12
Complementary color
Monochromatic Colors of #A04F12
Black with #A04F12
Text Example
Text Example
White with #A04F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F12; }
p { color: rgb(160,79,18); }
H1.HeaderClassName
{
color: #A04F12;
}
.AnyTagClassName
{
color: #A04F12;
}
</style>
background-color css
<style>
a { background-color: #A04F12; }
a { background-color: rgb(160,79,18); }
div.DivClassName
{
background-color: #A04F12;
}
.BgClassName
{
background-color: #A04F12;
}
</style>
border-color css
<style>
span { border-color: #A04F12; }
span { border-color: rgb(160,79,18); }
td.TdClassName
{
border-color: #A04F12;
}
.TagClassName
{
border-color: #A04F12;
}
</style>