Shades of Rich Gold #A1591A
Tints of Rich Gold #A1591A
RGB
CMYK
RGB Variations
Color information
#A1591A (or 0xA1591A) is known color: Rich Gold. HEX triplet: A1, 59 and 1A. RGB value is (161,89,26). Sum of RGB (Red+Green+Blue) = 161+89+26=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A1591A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1591A is #5EA6E5. Grayscale: #676767. Windows color (decimal): -6203110 or 1726881. OLE color: 1726881.
HSL color Cylindrical-coordinate representation of color #A1591A: hue angle of 28º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1591A is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 89 | 26 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.37 |
| HSL | 28º | 0.72% | 0.37% | - |
| HSV(B) | 28º | 0.84% | 0.63% | - |
| XYZ | 18.46 | 14.8 | 2.86 | - |
| YUV | 103.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 26 | 0 | 0.45 | 0.84 | 0.37 | 28 | 0.72 | 0.37 |
| Hex | A1 | 59 | 1A | 0 | 2D | 54 | 25 | 1C | 48 | 25 |
| Octal | 241 | 131 | 32 | 0 | 55 | 124 | 45 | 34 | 110 | 45 |
| Binary | 10100001 | 1011001 | 11010 | 0 | 101101 | 1010100 | 100101 | 11100 | 1001000 | 100101 |
Color Harmonies of #A1591A
Complementary color
Monochromatic Colors of #A1591A
Black with #A1591A
Text Example
Text Example
White with #A1591A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1591A; }
p { color: rgb(161,89,26); }
H1.HeaderClassName
{
color: #A1591A;
}
.AnyTagClassName
{
color: #A1591A;
}
</style>
background-color css
<style>
a { background-color: #A1591A; }
a { background-color: rgb(161,89,26); }
div.DivClassName
{
background-color: #A1591A;
}
.BgClassName
{
background-color: #A1591A;
}
</style>
border-color css
<style>
span { border-color: #A1591A; }
span { border-color: rgb(161,89,26); }
td.TdClassName
{
border-color: #A1591A;
}
.TagClassName
{
border-color: #A1591A;
}
</style>