Shades of Rich Gold #A04F18
Tints of Rich Gold #A04F18
RGB
CMYK
RGB Variations
Color information
#A04F18 (or 0xA04F18) is known color: Rich Gold. HEX triplet: A0, 4F and 18. RGB value is (160,79,24). Sum of RGB (Red+Green+Blue) = 160+79+24=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04F18 is #5FB0E7. Grayscale: #616161. Windows color (decimal): -6271208 or 1593248. OLE color: 1593248.
HSL color Cylindrical-coordinate representation of color #A04F18: hue angle of 24.26º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A04F18 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 24 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.37 |
| HSL | 24.26º | 0.74% | 0.36% | - |
| HSV(B) | 24.26º | 0.85% | 0.63% | - |
| XYZ | 17.46 | 13.13 | 2.48 | - |
| YUV | 96.95 | 86.84 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 24 | 0 | 0.51 | 0.85 | 0.37 | 24.26 | 0.74 | 0.36 |
| Hex | A0 | 4F | 18 | 0 | 33 | 55 | 25 | 18 | 4A | 24 |
| Octal | 240 | 117 | 30 | 0 | 63 | 125 | 45 | 30 | 112 | 44 |
| Binary | 10100000 | 1001111 | 11000 | 0 | 110011 | 1010101 | 100101 | 11000 | 1001010 | 100100 |
Color Harmonies of #A04F18
Complementary color
Monochromatic Colors of #A04F18
Black with #A04F18
Text Example
Text Example
White with #A04F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F18; }
p { color: rgb(160,79,24); }
H1.HeaderClassName
{
color: #A04F18;
}
.AnyTagClassName
{
color: #A04F18;
}
</style>
background-color css
<style>
a { background-color: #A04F18; }
a { background-color: rgb(160,79,24); }
div.DivClassName
{
background-color: #A04F18;
}
.BgClassName
{
background-color: #A04F18;
}
</style>
border-color css
<style>
span { border-color: #A04F18; }
span { border-color: rgb(160,79,24); }
td.TdClassName
{
border-color: #A04F18;
}
.TagClassName
{
border-color: #A04F18;
}
</style>