Shades of Rich Gold #A7591E
Tints of Rich Gold #A7591E
RGB
CMYK
RGB Variations
Color information
#A7591E (or 0xA7591E) is known color: Rich Gold. HEX triplet: A7, 59 and 1E. RGB value is (167,89,30). Sum of RGB (Red+Green+Blue) = 167+89+30=286 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.39% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 167 - color contains mainly: red. Hex color #A7591E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7591E is #58A6E1. Grayscale: #696969. Windows color (decimal): -5809890 or 1989031. OLE color: 1989031.
HSL color Cylindrical-coordinate representation of color #A7591E: hue angle of 25.84º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A7591E is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 89 | 30 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.35 |
| HSL | 25.84º | 0.7% | 0.39% | - |
| HSV(B) | 25.84º | 0.82% | 0.65% | - |
| XYZ | 19.74 | 15.45 | 3.17 | - |
| YUV | 105.6 | 85.34 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 30 | 0 | 0.47 | 0.82 | 0.35 | 25.84 | 0.7 | 0.39 |
| Hex | A7 | 59 | 1E | 0 | 2F | 52 | 23 | 1A | 46 | 27 |
| Octal | 247 | 131 | 36 | 0 | 57 | 122 | 43 | 32 | 106 | 47 |
| Binary | 10100111 | 1011001 | 11110 | 0 | 101111 | 1010010 | 100011 | 11010 | 1000110 | 100111 |
Color Harmonies of #A7591E
Complementary color
Monochromatic Colors of #A7591E
Black with #A7591E
Text Example
Text Example
White with #A7591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7591E; }
p { color: rgb(167,89,30); }
H1.HeaderClassName
{
color: #A7591E;
}
.AnyTagClassName
{
color: #A7591E;
}
</style>
background-color css
<style>
a { background-color: #A7591E; }
a { background-color: rgb(167,89,30); }
div.DivClassName
{
background-color: #A7591E;
}
.BgClassName
{
background-color: #A7591E;
}
</style>
border-color css
<style>
span { border-color: #A7591E; }
span { border-color: rgb(167,89,30); }
td.TdClassName
{
border-color: #A7591E;
}
.TagClassName
{
border-color: #A7591E;
}
</style>