Shades of Rich Gold #A04419
Tints of Rich Gold #A04419
RGB
CMYK
RGB Variations
Color information
#A04419 (or 0xA04419) is known color: Rich Gold. HEX triplet: A0, 44 and 19. RGB value is (160,68,25). Sum of RGB (Red+Green+Blue) = 160+68+25=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A04419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04419 is #5FBBE6. Grayscale: #5A5A5A. Windows color (decimal): -6274023 or 1655968. OLE color: 1655968.
HSL color Cylindrical-coordinate representation of color #A04419: hue angle of 19.11º 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 #A04419 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 68 | 25 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.37 |
| HSL | 19.11º | 0.73% | 0.36% | - |
| HSV(B) | 19.11º | 0.84% | 0.63% | - |
| XYZ | 16.74 | 11.68 | 2.29 | - |
| YUV | 90.61 | 90.98 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 25 | 0 | 0.57 | 0.84 | 0.37 | 19.11 | 0.73 | 0.36 |
| Hex | A0 | 44 | 19 | 0 | 39 | 54 | 25 | 13 | 49 | 24 |
| Octal | 240 | 104 | 31 | 0 | 71 | 124 | 45 | 23 | 111 | 44 |
| Binary | 10100000 | 1000100 | 11001 | 0 | 111001 | 1010100 | 100101 | 10011 | 1001001 | 100100 |
Color Harmonies of #A04419
Complementary color
Monochromatic Colors of #A04419
Black with #A04419
Text Example
Text Example
White with #A04419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04419; }
p { color: rgb(160,68,25); }
H1.HeaderClassName
{
color: #A04419;
}
.AnyTagClassName
{
color: #A04419;
}
</style>
background-color css
<style>
a { background-color: #A04419; }
a { background-color: rgb(160,68,25); }
div.DivClassName
{
background-color: #A04419;
}
.BgClassName
{
background-color: #A04419;
}
</style>
border-color css
<style>
span { border-color: #A04419; }
span { border-color: rgb(160,68,25); }
td.TdClassName
{
border-color: #A04419;
}
.TagClassName
{
border-color: #A04419;
}
</style>