Shades of Rich Gold #A7591B
Tints of Rich Gold #A7591B
RGB
CMYK
RGB Variations
Color information
#A7591B (or 0xA7591B) is known color: Rich Gold. HEX triplet: A7, 59 and 1B. RGB value is (167,89,27). Sum of RGB (Red+Green+Blue) = 167+89+27=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A7591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7591B is #58A6E4. Grayscale: #696969. Windows color (decimal): -5809893 or 1792423. OLE color: 1792423.
HSL color Cylindrical-coordinate representation of color #A7591B: hue angle of 26.57º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7591B is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 89 | 27 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.35 |
| HSL | 26.57º | 0.72% | 0.38% | - |
| HSV(B) | 26.57º | 0.84% | 0.65% | - |
| XYZ | 19.71 | 15.44 | 2.98 | - |
| YUV | 105.25 | 83.84 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 27 | 0 | 0.47 | 0.84 | 0.35 | 26.57 | 0.72 | 0.38 |
| Hex | A7 | 59 | 1B | 0 | 2F | 54 | 23 | 1B | 48 | 26 |
| Octal | 247 | 131 | 33 | 0 | 57 | 124 | 43 | 33 | 110 | 46 |
| Binary | 10100111 | 1011001 | 11011 | 0 | 101111 | 1010100 | 100011 | 11011 | 1001000 | 100110 |
Color Harmonies of #A7591B
Complementary color
Monochromatic Colors of #A7591B
Black with #A7591B
Text Example
Text Example
White with #A7591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7591B; }
p { color: rgb(167,89,27); }
H1.HeaderClassName
{
color: #A7591B;
}
.AnyTagClassName
{
color: #A7591B;
}
</style>
background-color css
<style>
a { background-color: #A7591B; }
a { background-color: rgb(167,89,27); }
div.DivClassName
{
background-color: #A7591B;
}
.BgClassName
{
background-color: #A7591B;
}
</style>
border-color css
<style>
span { border-color: #A7591B; }
span { border-color: rgb(167,89,27); }
td.TdClassName
{
border-color: #A7591B;
}
.TagClassName
{
border-color: #A7591B;
}
</style>