Shades of Rich Gold #A75220
Tints of Rich Gold #A75220
RGB
CMYK
RGB Variations
Color information
#A75220 (or 0xA75220) is known color: Rich Gold. HEX triplet: A7, 52 and 20. RGB value is (167,82,32). Sum of RGB (Red+Green+Blue) = 167+82+32=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A75220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75220 is #58ADDF. Grayscale: #656565. Windows color (decimal): -5811680 or 2118311. OLE color: 2118311.
HSL color Cylindrical-coordinate representation of color #A75220: hue angle of 22.22º 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 #A75220 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 82 | 32 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.35 |
| HSL | 22.22º | 0.68% | 0.39% | - |
| HSV(B) | 22.22º | 0.81% | 0.65% | - |
| XYZ | 19.21 | 14.35 | 3.12 | - |
| YUV | 101.72 | 88.66 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 32 | 0 | 0.51 | 0.81 | 0.35 | 22.22 | 0.68 | 0.39 |
| Hex | A7 | 52 | 20 | 0 | 33 | 51 | 23 | 16 | 44 | 27 |
| Octal | 247 | 122 | 40 | 0 | 63 | 121 | 43 | 26 | 104 | 47 |
| Binary | 10100111 | 1010010 | 100000 | 0 | 110011 | 1010001 | 100011 | 10110 | 1000100 | 100111 |
Color Harmonies of #A75220
Complementary color
Monochromatic Colors of #A75220
Black with #A75220
Text Example
Text Example
White with #A75220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75220; }
p { color: rgb(167,82,32); }
H1.HeaderClassName
{
color: #A75220;
}
.AnyTagClassName
{
color: #A75220;
}
</style>
background-color css
<style>
a { background-color: #A75220; }
a { background-color: rgb(167,82,32); }
div.DivClassName
{
background-color: #A75220;
}
.BgClassName
{
background-color: #A75220;
}
</style>
border-color css
<style>
span { border-color: #A75220; }
span { border-color: rgb(167,82,32); }
td.TdClassName
{
border-color: #A75220;
}
.TagClassName
{
border-color: #A75220;
}
</style>