Shades of Rich Gold #A1521E
Tints of Rich Gold #A1521E
RGB
CMYK
RGB Variations
Color information
#A1521E (or 0xA1521E) is known color: Rich Gold. HEX triplet: A1, 52 and 1E. RGB value is (161,82,30). Sum of RGB (Red+Green+Blue) = 161+82+30=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1521E is #5EADE1. Grayscale: #636363. Windows color (decimal): -6204898 or 1987233. OLE color: 1987233.
HSL color Cylindrical-coordinate representation of color #A1521E: hue angle of 23.82º 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 #A1521E is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 82 | 30 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.37 |
| HSL | 23.82º | 0.69% | 0.37% | - |
| HSV(B) | 23.82º | 0.81% | 0.63% | - |
| XYZ | 17.95 | 13.71 | 2.93 | - |
| YUV | 99.69 | 88.67 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 30 | 0 | 0.49 | 0.81 | 0.37 | 23.82 | 0.69 | 0.37 |
| Hex | A1 | 52 | 1E | 0 | 31 | 51 | 25 | 18 | 45 | 25 |
| Octal | 241 | 122 | 36 | 0 | 61 | 121 | 45 | 30 | 105 | 45 |
| Binary | 10100001 | 1010010 | 11110 | 0 | 110001 | 1010001 | 100101 | 11000 | 1000101 | 100101 |
Color Harmonies of #A1521E
Complementary color
Monochromatic Colors of #A1521E
Black with #A1521E
Text Example
Text Example
White with #A1521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1521E; }
p { color: rgb(161,82,30); }
H1.HeaderClassName
{
color: #A1521E;
}
.AnyTagClassName
{
color: #A1521E;
}
</style>
background-color css
<style>
a { background-color: #A1521E; }
a { background-color: rgb(161,82,30); }
div.DivClassName
{
background-color: #A1521E;
}
.BgClassName
{
background-color: #A1521E;
}
</style>
border-color css
<style>
span { border-color: #A1521E; }
span { border-color: rgb(161,82,30); }
td.TdClassName
{
border-color: #A1521E;
}
.TagClassName
{
border-color: #A1521E;
}
</style>