Shades of Rich Gold #A04718
Tints of Rich Gold #A04718
RGB
CMYK
RGB Variations
Color information
#A04718 (or 0xA04718) is known color: Rich Gold. HEX triplet: A0, 47 and 18. RGB value is (160,71,24). Sum of RGB (Red+Green+Blue) = 160+71+24=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A04718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04718 is #5FB8E7. Grayscale: #5C5C5C. Windows color (decimal): -6273256 or 1591200. OLE color: 1591200.
HSL color Cylindrical-coordinate representation of color #A04718: hue angle of 20.74º 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 #A04718 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 24 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.37 |
| HSL | 20.74º | 0.74% | 0.36% | - |
| HSV(B) | 20.74º | 0.85% | 0.63% | - |
| XYZ | 16.92 | 12.05 | 2.3 | - |
| YUV | 92.25 | 89.49 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 24 | 0 | 0.56 | 0.85 | 0.37 | 20.74 | 0.74 | 0.36 |
| Hex | A0 | 47 | 18 | 0 | 38 | 55 | 25 | 15 | 4A | 24 |
| Octal | 240 | 107 | 30 | 0 | 70 | 125 | 45 | 25 | 112 | 44 |
| Binary | 10100000 | 1000111 | 11000 | 0 | 111000 | 1010101 | 100101 | 10101 | 1001010 | 100100 |
Color Harmonies of #A04718
Complementary color
Monochromatic Colors of #A04718
Black with #A04718
Text Example
Text Example
White with #A04718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04718; }
p { color: rgb(160,71,24); }
H1.HeaderClassName
{
color: #A04718;
}
.AnyTagClassName
{
color: #A04718;
}
</style>
background-color css
<style>
a { background-color: #A04718; }
a { background-color: rgb(160,71,24); }
div.DivClassName
{
background-color: #A04718;
}
.BgClassName
{
background-color: #A04718;
}
</style>
border-color css
<style>
span { border-color: #A04718; }
span { border-color: rgb(160,71,24); }
td.TdClassName
{
border-color: #A04718;
}
.TagClassName
{
border-color: #A04718;
}
</style>