Shades of Rich Gold #A04719
Tints of Rich Gold #A04719
RGB
CMYK
RGB Variations
Color information
#A04719 (or 0xA04719) is known color: Rich Gold. HEX triplet: A0, 47 and 19. RGB value is (160,71,25). Sum of RGB (Red+Green+Blue) = 160+71+25=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A04719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04719 is #5FB8E6. Grayscale: #5C5C5C. Windows color (decimal): -6273255 or 1656736. OLE color: 1656736.
HSL color Cylindrical-coordinate representation of color #A04719: hue angle of 20.44º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A04719 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 25 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.37 |
| HSL | 20.44º | 0.73% | 0.36% | - |
| HSV(B) | 20.44º | 0.84% | 0.63% | - |
| XYZ | 16.93 | 12.05 | 2.35 | - |
| YUV | 92.37 | 89.99 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 25 | 0 | 0.56 | 0.84 | 0.37 | 20.44 | 0.73 | 0.36 |
| Hex | A0 | 47 | 19 | 0 | 38 | 54 | 25 | 14 | 49 | 24 |
| Octal | 240 | 107 | 31 | 0 | 70 | 124 | 45 | 24 | 111 | 44 |
| Binary | 10100000 | 1000111 | 11001 | 0 | 111000 | 1010100 | 100101 | 10100 | 1001001 | 100100 |
Color Harmonies of #A04719
Complementary color
Monochromatic Colors of #A04719
Black with #A04719
Text Example
Text Example
White with #A04719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04719; }
p { color: rgb(160,71,25); }
H1.HeaderClassName
{
color: #A04719;
}
.AnyTagClassName
{
color: #A04719;
}
</style>
background-color css
<style>
a { background-color: #A04719; }
a { background-color: rgb(160,71,25); }
div.DivClassName
{
background-color: #A04719;
}
.BgClassName
{
background-color: #A04719;
}
</style>
border-color css
<style>
span { border-color: #A04719; }
span { border-color: rgb(160,71,25); }
td.TdClassName
{
border-color: #A04719;
}
.TagClassName
{
border-color: #A04719;
}
</style>