Shades of Rich Gold #A15A1E
Tints of Rich Gold #A15A1E
RGB
CMYK
RGB Variations
Color information
#A15A1E (or 0xA15A1E) is known color: Rich Gold. HEX triplet: A1, 5A and 1E. RGB value is (161,90,30). Sum of RGB (Red+Green+Blue) = 161+90+30=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15A1E is #5EA5E1. Grayscale: #686868. Windows color (decimal): -6202850 or 1989281. OLE color: 1989281.
HSL color Cylindrical-coordinate representation of color #A15A1E: hue angle of 27.48º 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 #A15A1E is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 90 | 30 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.37 |
| HSL | 27.48º | 0.69% | 0.37% | - |
| HSV(B) | 27.48º | 0.81% | 0.63% | - |
| XYZ | 18.59 | 14.98 | 3.14 | - |
| YUV | 104.39 | 86.02 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 30 | 0 | 0.44 | 0.81 | 0.37 | 27.48 | 0.69 | 0.37 |
| Hex | A1 | 5A | 1E | 0 | 2C | 51 | 25 | 1B | 45 | 25 |
| Octal | 241 | 132 | 36 | 0 | 54 | 121 | 45 | 33 | 105 | 45 |
| Binary | 10100001 | 1011010 | 11110 | 0 | 101100 | 1010001 | 100101 | 11011 | 1000101 | 100101 |
Color Harmonies of #A15A1E
Complementary color
Monochromatic Colors of #A15A1E
Black with #A15A1E
Text Example
Text Example
White with #A15A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15A1E; }
p { color: rgb(161,90,30); }
H1.HeaderClassName
{
color: #A15A1E;
}
.AnyTagClassName
{
color: #A15A1E;
}
</style>
background-color css
<style>
a { background-color: #A15A1E; }
a { background-color: rgb(161,90,30); }
div.DivClassName
{
background-color: #A15A1E;
}
.BgClassName
{
background-color: #A15A1E;
}
</style>
border-color css
<style>
span { border-color: #A15A1E; }
span { border-color: rgb(161,90,30); }
td.TdClassName
{
border-color: #A15A1E;
}
.TagClassName
{
border-color: #A15A1E;
}
</style>