Shades of Rich Gold #A74620
Tints of Rich Gold #A74620
RGB
CMYK
RGB Variations
Color information
#A74620 (or 0xA74620) is known color: Rich Gold. HEX triplet: A7, 46 and 20. RGB value is (167,70,32). Sum of RGB (Red+Green+Blue) = 167+70+32=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A74620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74620 is #58B9DF. Grayscale: #5E5E5E. Windows color (decimal): -5814752 or 2115239. OLE color: 2115239.
HSL color Cylindrical-coordinate representation of color #A74620: hue angle of 16.89º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A74620 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 70 | 32 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.35 |
| HSL | 16.89º | 0.68% | 0.39% | - |
| HSV(B) | 16.89º | 0.81% | 0.65% | - |
| XYZ | 18.39 | 12.7 | 2.85 | - |
| YUV | 94.67 | 92.64 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 32 | 0 | 0.58 | 0.81 | 0.35 | 16.89 | 0.68 | 0.39 |
| Hex | A7 | 46 | 20 | 0 | 3A | 51 | 23 | 11 | 44 | 27 |
| Octal | 247 | 106 | 40 | 0 | 72 | 121 | 43 | 21 | 104 | 47 |
| Binary | 10100111 | 1000110 | 100000 | 0 | 111010 | 1010001 | 100011 | 10001 | 1000100 | 100111 |
Color Harmonies of #A74620
Complementary color
Monochromatic Colors of #A74620
Black with #A74620
Text Example
Text Example
White with #A74620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74620; }
p { color: rgb(167,70,32); }
H1.HeaderClassName
{
color: #A74620;
}
.AnyTagClassName
{
color: #A74620;
}
</style>
background-color css
<style>
a { background-color: #A74620; }
a { background-color: rgb(167,70,32); }
div.DivClassName
{
background-color: #A74620;
}
.BgClassName
{
background-color: #A74620;
}
</style>
border-color css
<style>
span { border-color: #A74620; }
span { border-color: rgb(167,70,32); }
td.TdClassName
{
border-color: #A74620;
}
.TagClassName
{
border-color: #A74620;
}
</style>