Shades of Rich Gold #A1521D
Tints of Rich Gold #A1521D
RGB
CMYK
RGB Variations
Color information
#A1521D (or 0xA1521D) is known color: Rich Gold. HEX triplet: A1, 52 and 1D. RGB value is (161,82,29). Sum of RGB (Red+Green+Blue) = 161+82+29=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A1521D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1521D is #5EADE2. Grayscale: #636363. Windows color (decimal): -6204899 or 1921697. OLE color: 1921697.
HSL color Cylindrical-coordinate representation of color #A1521D: hue angle of 24.09º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1521D is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 82 | 29 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.37 |
| HSL | 24.09º | 0.69% | 0.37% | - |
| HSV(B) | 24.09º | 0.82% | 0.63% | - |
| XYZ | 17.94 | 13.7 | 2.86 | - |
| YUV | 99.58 | 88.17 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 29 | 0 | 0.49 | 0.82 | 0.37 | 24.09 | 0.69 | 0.37 |
| Hex | A1 | 52 | 1D | 0 | 31 | 52 | 25 | 18 | 45 | 25 |
| Octal | 241 | 122 | 35 | 0 | 61 | 122 | 45 | 30 | 105 | 45 |
| Binary | 10100001 | 1010010 | 11101 | 0 | 110001 | 1010010 | 100101 | 11000 | 1000101 | 100101 |
Color Harmonies of #A1521D
Complementary color
Monochromatic Colors of #A1521D
Black with #A1521D
Text Example
Text Example
White with #A1521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1521D; }
p { color: rgb(161,82,29); }
H1.HeaderClassName
{
color: #A1521D;
}
.AnyTagClassName
{
color: #A1521D;
}
</style>
background-color css
<style>
a { background-color: #A1521D; }
a { background-color: rgb(161,82,29); }
div.DivClassName
{
background-color: #A1521D;
}
.BgClassName
{
background-color: #A1521D;
}
</style>
border-color css
<style>
span { border-color: #A1521D; }
span { border-color: rgb(161,82,29); }
td.TdClassName
{
border-color: #A1521D;
}
.TagClassName
{
border-color: #A1521D;
}
</style>