Shades of Rich Gold #A1591E
Tints of Rich Gold #A1591E
RGB
CMYK
RGB Variations
Color information
#A1591E (or 0xA1591E) is known color: Rich Gold. HEX triplet: A1, 59 and 1E. RGB value is (161,89,30). Sum of RGB (Red+Green+Blue) = 161+89+30=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A1591E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1591E is #5EA6E1. Grayscale: #686868. Windows color (decimal): -6203106 or 1989025. OLE color: 1989025.
HSL color Cylindrical-coordinate representation of color #A1591E: hue angle of 27.02º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1591E is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 89 | 30 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.37 |
| HSL | 27.02º | 0.69% | 0.37% | - |
| HSV(B) | 27.02º | 0.81% | 0.63% | - |
| XYZ | 18.5 | 14.82 | 3.11 | - |
| YUV | 103.8 | 86.35 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 30 | 0 | 0.45 | 0.81 | 0.37 | 27.02 | 0.69 | 0.37 |
| Hex | A1 | 59 | 1E | 0 | 2D | 51 | 25 | 1B | 45 | 25 |
| Octal | 241 | 131 | 36 | 0 | 55 | 121 | 45 | 33 | 105 | 45 |
| Binary | 10100001 | 1011001 | 11110 | 0 | 101101 | 1010001 | 100101 | 11011 | 1000101 | 100101 |
Color Harmonies of #A1591E
Complementary color
Monochromatic Colors of #A1591E
Black with #A1591E
Text Example
Text Example
White with #A1591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1591E; }
p { color: rgb(161,89,30); }
H1.HeaderClassName
{
color: #A1591E;
}
.AnyTagClassName
{
color: #A1591E;
}
</style>
background-color css
<style>
a { background-color: #A1591E; }
a { background-color: rgb(161,89,30); }
div.DivClassName
{
background-color: #A1591E;
}
.BgClassName
{
background-color: #A1591E;
}
</style>
border-color css
<style>
span { border-color: #A1591E; }
span { border-color: rgb(161,89,30); }
td.TdClassName
{
border-color: #A1591E;
}
.TagClassName
{
border-color: #A1591E;
}
</style>