Shades of Rich Gold #A2531B
Tints of Rich Gold #A2531B
RGB
CMYK
RGB Variations
Color information
#A2531B (or 0xA2531B) is known color: Rich Gold. HEX triplet: A2, 53 and 1B. RGB value is (162,83,27). Sum of RGB (Red+Green+Blue) = 162+83+27=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A2531B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2531B is #5DACE4. Grayscale: #646464. Windows color (decimal): -6139109 or 1790882. OLE color: 1790882.
HSL color Cylindrical-coordinate representation of color #A2531B: hue angle of 24.89º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2531B is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 83 | 27 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.36 |
| HSL | 24.89º | 0.71% | 0.37% | - |
| HSV(B) | 24.89º | 0.83% | 0.64% | - |
| XYZ | 18.19 | 13.95 | 2.77 | - |
| YUV | 100.24 | 86.67 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 27 | 0 | 0.49 | 0.83 | 0.36 | 24.89 | 0.71 | 0.37 |
| Hex | A2 | 53 | 1B | 0 | 31 | 53 | 24 | 19 | 47 | 25 |
| Octal | 242 | 123 | 33 | 0 | 61 | 123 | 44 | 31 | 107 | 45 |
| Binary | 10100010 | 1010011 | 11011 | 0 | 110001 | 1010011 | 100100 | 11001 | 1000111 | 100101 |
Color Harmonies of #A2531B
Complementary color
Monochromatic Colors of #A2531B
Black with #A2531B
Text Example
Text Example
White with #A2531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2531B; }
p { color: rgb(162,83,27); }
H1.HeaderClassName
{
color: #A2531B;
}
.AnyTagClassName
{
color: #A2531B;
}
</style>
background-color css
<style>
a { background-color: #A2531B; }
a { background-color: rgb(162,83,27); }
div.DivClassName
{
background-color: #A2531B;
}
.BgClassName
{
background-color: #A2531B;
}
</style>
border-color css
<style>
span { border-color: #A2531B; }
span { border-color: rgb(162,83,27); }
td.TdClassName
{
border-color: #A2531B;
}
.TagClassName
{
border-color: #A2531B;
}
</style>