Shades of Rich Gold #A75A16
Tints of Rich Gold #A75A16
RGB
CMYK
RGB Variations
Color information
#A75A16 (or 0xA75A16) is known color: Rich Gold. HEX triplet: A7, 5A and 16. RGB value is (167,90,22). Sum of RGB (Red+Green+Blue) = 167+90+22=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75A16 is #58A5E9. Grayscale: #696969. Windows color (decimal): -5809642 or 1464999. OLE color: 1464999.
HSL color Cylindrical-coordinate representation of color #A75A16: hue angle of 28.14º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A75A16 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 90 | 22 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.35 |
| HSL | 28.14º | 0.77% | 0.37% | - |
| HSV(B) | 28.14º | 0.87% | 0.65% | - |
| XYZ | 19.74 | 15.59 | 2.73 | - |
| YUV | 105.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 22 | 0 | 0.46 | 0.87 | 0.35 | 28.14 | 0.77 | 0.37 |
| Hex | A7 | 5A | 16 | 0 | 2E | 57 | 23 | 1C | 4D | 25 |
| Octal | 247 | 132 | 26 | 0 | 56 | 127 | 43 | 34 | 115 | 45 |
| Binary | 10100111 | 1011010 | 10110 | 0 | 101110 | 1010111 | 100011 | 11100 | 1001101 | 100101 |
Color Harmonies of #A75A16
Complementary color
Monochromatic Colors of #A75A16
Black with #A75A16
Text Example
Text Example
White with #A75A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75A16; }
p { color: rgb(167,90,22); }
H1.HeaderClassName
{
color: #A75A16;
}
.AnyTagClassName
{
color: #A75A16;
}
</style>
background-color css
<style>
a { background-color: #A75A16; }
a { background-color: rgb(167,90,22); }
div.DivClassName
{
background-color: #A75A16;
}
.BgClassName
{
background-color: #A75A16;
}
</style>
border-color css
<style>
span { border-color: #A75A16; }
span { border-color: rgb(167,90,22); }
td.TdClassName
{
border-color: #A75A16;
}
.TagClassName
{
border-color: #A75A16;
}
</style>