Shades of Rich Gold #A1581E
Tints of Rich Gold #A1581E
RGB
CMYK
RGB Variations
Color information
#A1581E (or 0xA1581E) is known color: Rich Gold. HEX triplet: A1, 58 and 1E. RGB value is (161,88,30). Sum of RGB (Red+Green+Blue) = 161+88+30=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A1581E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1581E is #5EA7E1. Grayscale: #676767. Windows color (decimal): -6203362 or 1988769. OLE color: 1988769.
HSL color Cylindrical-coordinate representation of color #A1581E: hue angle of 26.56º 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 #A1581E is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 30 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.37 |
| HSL | 26.56º | 0.69% | 0.37% | - |
| HSV(B) | 26.56º | 0.81% | 0.63% | - |
| XYZ | 18.42 | 14.65 | 3.09 | - |
| YUV | 103.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 30 | 0 | 0.45 | 0.81 | 0.37 | 26.56 | 0.69 | 0.37 |
| Hex | A1 | 58 | 1E | 0 | 2D | 51 | 25 | 1B | 45 | 25 |
| Octal | 241 | 130 | 36 | 0 | 55 | 121 | 45 | 33 | 105 | 45 |
| Binary | 10100001 | 1011000 | 11110 | 0 | 101101 | 1010001 | 100101 | 11011 | 1000101 | 100101 |
Color Harmonies of #A1581E
Complementary color
Monochromatic Colors of #A1581E
Black with #A1581E
Text Example
Text Example
White with #A1581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1581E; }
p { color: rgb(161,88,30); }
H1.HeaderClassName
{
color: #A1581E;
}
.AnyTagClassName
{
color: #A1581E;
}
</style>
background-color css
<style>
a { background-color: #A1581E; }
a { background-color: rgb(161,88,30); }
div.DivClassName
{
background-color: #A1581E;
}
.BgClassName
{
background-color: #A1581E;
}
</style>
border-color css
<style>
span { border-color: #A1581E; }
span { border-color: rgb(161,88,30); }
td.TdClassName
{
border-color: #A1581E;
}
.TagClassName
{
border-color: #A1581E;
}
</style>