Shades of Rich Gold #A2521E
Tints of Rich Gold #A2521E
RGB
CMYK
RGB Variations
Color information
#A2521E (or 0xA2521E) is known color: Rich Gold. HEX triplet: A2, 52 and 1E. RGB value is (162,82,30). Sum of RGB (Red+Green+Blue) = 162+82+30=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A2521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2521E is #5DADE1. Grayscale: #646464. Windows color (decimal): -6139362 or 1987234. OLE color: 1987234.
HSL color Cylindrical-coordinate representation of color #A2521E: hue angle of 23.64º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2521E is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 30 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.36 |
| HSL | 23.64º | 0.69% | 0.38% | - |
| HSV(B) | 23.64º | 0.81% | 0.64% | - |
| XYZ | 18.15 | 13.81 | 2.94 | - |
| YUV | 99.99 | 88.5 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 30 | 0 | 0.49 | 0.81 | 0.36 | 23.64 | 0.69 | 0.38 |
| Hex | A2 | 52 | 1E | 0 | 31 | 51 | 24 | 18 | 45 | 26 |
| Octal | 242 | 122 | 36 | 0 | 61 | 121 | 44 | 30 | 105 | 46 |
| Binary | 10100010 | 1010010 | 11110 | 0 | 110001 | 1010001 | 100100 | 11000 | 1000101 | 100110 |
Color Harmonies of #A2521E
Complementary color
Monochromatic Colors of #A2521E
Black with #A2521E
Text Example
Text Example
White with #A2521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2521E; }
p { color: rgb(162,82,30); }
H1.HeaderClassName
{
color: #A2521E;
}
.AnyTagClassName
{
color: #A2521E;
}
</style>
background-color css
<style>
a { background-color: #A2521E; }
a { background-color: rgb(162,82,30); }
div.DivClassName
{
background-color: #A2521E;
}
.BgClassName
{
background-color: #A2521E;
}
</style>
border-color css
<style>
span { border-color: #A2521E; }
span { border-color: rgb(162,82,30); }
td.TdClassName
{
border-color: #A2521E;
}
.TagClassName
{
border-color: #A2521E;
}
</style>