Shades of Rich Gold #A75819
Tints of Rich Gold #A75819
RGB
CMYK
RGB Variations
Color information
#A75819 (or 0xA75819) is known color: Rich Gold. HEX triplet: A7, 58 and 19. RGB value is (167,88,25). Sum of RGB (Red+Green+Blue) = 167+88+25=280 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.64% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 167 - color contains mainly: red. Hex color #A75819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75819 is #58A7E6. Grayscale: #686868. Windows color (decimal): -5810151 or 1661095. OLE color: 1661095.
HSL color Cylindrical-coordinate representation of color #A75819: hue angle of 26.62º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A75819 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 88 | 25 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.35 |
| HSL | 26.62º | 0.74% | 0.38% | - |
| HSV(B) | 26.62º | 0.85% | 0.65% | - |
| XYZ | 19.6 | 15.27 | 2.83 | - |
| YUV | 104.44 | 83.17 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 88 | 25 | 0 | 0.47 | 0.85 | 0.35 | 26.62 | 0.74 | 0.38 |
| Hex | A7 | 58 | 19 | 0 | 2F | 55 | 23 | 1B | 4A | 26 |
| Octal | 247 | 130 | 31 | 0 | 57 | 125 | 43 | 33 | 112 | 46 |
| Binary | 10100111 | 1011000 | 11001 | 0 | 101111 | 1010101 | 100011 | 11011 | 1001010 | 100110 |
Color Harmonies of #A75819
Complementary color
Monochromatic Colors of #A75819
Black with #A75819
Text Example
Text Example
White with #A75819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75819; }
p { color: rgb(167,88,25); }
H1.HeaderClassName
{
color: #A75819;
}
.AnyTagClassName
{
color: #A75819;
}
</style>
background-color css
<style>
a { background-color: #A75819; }
a { background-color: rgb(167,88,25); }
div.DivClassName
{
background-color: #A75819;
}
.BgClassName
{
background-color: #A75819;
}
</style>
border-color css
<style>
span { border-color: #A75819; }
span { border-color: rgb(167,88,25); }
td.TdClassName
{
border-color: #A75819;
}
.TagClassName
{
border-color: #A75819;
}
</style>