Shades of Rich Gold #A2521F
Tints of Rich Gold #A2521F
RGB
CMYK
RGB Variations
Color information
#A2521F (or 0xA2521F) is known color: Rich Gold. HEX triplet: A2, 52 and 1F. RGB value is (162,82,31). Sum of RGB (Red+Green+Blue) = 162+82+31=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2521F is #5DADE0. Grayscale: #646464. Windows color (decimal): -6139361 or 2052770. OLE color: 2052770.
HSL color Cylindrical-coordinate representation of color #A2521F: hue angle of 23.36º degrees, saturation: 0.68, 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 #A2521F is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 31 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.36 |
| HSL | 23.36º | 0.68% | 0.38% | - |
| HSV(B) | 23.36º | 0.81% | 0.64% | - |
| XYZ | 18.16 | 13.81 | 3.01 | - |
| YUV | 100.11 | 89 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 31 | 0 | 0.49 | 0.81 | 0.36 | 23.36 | 0.68 | 0.38 |
| Hex | A2 | 52 | 1F | 0 | 31 | 51 | 24 | 17 | 44 | 26 |
| Octal | 242 | 122 | 37 | 0 | 61 | 121 | 44 | 27 | 104 | 46 |
| Binary | 10100010 | 1010010 | 11111 | 0 | 110001 | 1010001 | 100100 | 10111 | 1000100 | 100110 |
Color Harmonies of #A2521F
Complementary color
Monochromatic Colors of #A2521F
Black with #A2521F
Text Example
Text Example
White with #A2521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2521F; }
p { color: rgb(162,82,31); }
H1.HeaderClassName
{
color: #A2521F;
}
.AnyTagClassName
{
color: #A2521F;
}
</style>
background-color css
<style>
a { background-color: #A2521F; }
a { background-color: rgb(162,82,31); }
div.DivClassName
{
background-color: #A2521F;
}
.BgClassName
{
background-color: #A2521F;
}
</style>
border-color css
<style>
span { border-color: #A2521F; }
span { border-color: rgb(162,82,31); }
td.TdClassName
{
border-color: #A2521F;
}
.TagClassName
{
border-color: #A2521F;
}
</style>