Shades of Rich Gold #A74621
Tints of Rich Gold #A74621
RGB
CMYK
RGB Variations
Color information
#A74621 (or 0xA74621) is known color: Rich Gold. HEX triplet: A7, 46 and 21. RGB value is (167,70,33). Sum of RGB (Red+Green+Blue) = 167+70+33=270 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.85% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 167 - color contains mainly: red. Hex color #A74621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74621 is #58B9DE. Grayscale: #5F5F5F. Windows color (decimal): -5814751 or 2180775. OLE color: 2180775.
HSL color Cylindrical-coordinate representation of color #A74621: hue angle of 16.57º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A74621 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 70 | 33 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.35 |
| HSL | 16.57º | 0.67% | 0.39% | - |
| HSV(B) | 16.57º | 0.8% | 0.65% | - |
| XYZ | 18.4 | 12.71 | 2.92 | - |
| YUV | 94.79 | 93.14 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 33 | 0 | 0.58 | 0.80 | 0.35 | 16.57 | 0.67 | 0.39 |
| Hex | A7 | 46 | 21 | 0 | 3A | 50 | 23 | 11 | 43 | 27 |
| Octal | 247 | 106 | 41 | 0 | 72 | 120 | 43 | 21 | 103 | 47 |
| Binary | 10100111 | 1000110 | 100001 | 0 | 111010 | 1010000 | 100011 | 10001 | 1000011 | 100111 |
Color Harmonies of #A74621
Complementary color
Monochromatic Colors of #A74621
Black with #A74621
Text Example
Text Example
White with #A74621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74621; }
p { color: rgb(167,70,33); }
H1.HeaderClassName
{
color: #A74621;
}
.AnyTagClassName
{
color: #A74621;
}
</style>
background-color css
<style>
a { background-color: #A74621; }
a { background-color: rgb(167,70,33); }
div.DivClassName
{
background-color: #A74621;
}
.BgClassName
{
background-color: #A74621;
}
</style>
border-color css
<style>
span { border-color: #A74621; }
span { border-color: rgb(167,70,33); }
td.TdClassName
{
border-color: #A74621;
}
.TagClassName
{
border-color: #A74621;
}
</style>