Shades of Rich Gold #A75211
Tints of Rich Gold #A75211
RGB
CMYK
RGB Variations
Color information
#A75211 (or 0xA75211) is known color: Rich Gold. HEX triplet: A7, 52 and 11. RGB value is (167,82,17). Sum of RGB (Red+Green+Blue) = 167+82+17=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A75211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75211 is #58ADEE. Grayscale: #646464. Windows color (decimal): -5811695 or 1135271. OLE color: 1135271.
HSL color Cylindrical-coordinate representation of color #A75211: hue angle of 26º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A75211 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 82 | 17 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.35 |
| HSL | 26º | 0.82% | 0.36% | - |
| HSV(B) | 26º | 0.9% | 0.65% | - |
| XYZ | 19.05 | 14.29 | 2.28 | - |
| YUV | 100.01 | 81.16 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 17 | 0 | 0.51 | 0.90 | 0.35 | 26 | 0.82 | 0.36 |
| Hex | A7 | 52 | 11 | 0 | 33 | 5A | 23 | 1A | 52 | 24 |
| Octal | 247 | 122 | 21 | 0 | 63 | 132 | 43 | 32 | 122 | 44 |
| Binary | 10100111 | 1010010 | 10001 | 0 | 110011 | 1011010 | 100011 | 11010 | 1010010 | 100100 |
Color Harmonies of #A75211
Complementary color
Monochromatic Colors of #A75211
Black with #A75211
Text Example
Text Example
White with #A75211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75211; }
p { color: rgb(167,82,17); }
H1.HeaderClassName
{
color: #A75211;
}
.AnyTagClassName
{
color: #A75211;
}
</style>
background-color css
<style>
a { background-color: #A75211; }
a { background-color: rgb(167,82,17); }
div.DivClassName
{
background-color: #A75211;
}
.BgClassName
{
background-color: #A75211;
}
</style>
border-color css
<style>
span { border-color: #A75211; }
span { border-color: rgb(167,82,17); }
td.TdClassName
{
border-color: #A75211;
}
.TagClassName
{
border-color: #A75211;
}
</style>