Shades of Rich Gold #A2511A
Tints of Rich Gold #A2511A
RGB
CMYK
RGB Variations
Color information
#A2511A (or 0xA2511A) is known color: Rich Gold. HEX triplet: A2, 51 and 1A. RGB value is (162,81,26). Sum of RGB (Red+Green+Blue) = 162+81+26=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A2511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2511A is #5DAEE5. Grayscale: #636363. Windows color (decimal): -6139622 or 1724834. OLE color: 1724834.
HSL color Cylindrical-coordinate representation of color #A2511A: hue angle of 24.26º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2511A is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 81 | 26 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.36 |
| HSL | 24.26º | 0.72% | 0.37% | - |
| HSV(B) | 24.26º | 0.84% | 0.64% | - |
| XYZ | 18.03 | 13.64 | 2.66 | - |
| YUV | 98.95 | 86.84 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 26 | 0 | 0.50 | 0.84 | 0.36 | 24.26 | 0.72 | 0.37 |
| Hex | A2 | 51 | 1A | 0 | 32 | 54 | 24 | 18 | 48 | 25 |
| Octal | 242 | 121 | 32 | 0 | 62 | 124 | 44 | 30 | 110 | 45 |
| Binary | 10100010 | 1010001 | 11010 | 0 | 110010 | 1010100 | 100100 | 11000 | 1001000 | 100101 |
Color Harmonies of #A2511A
Complementary color
Monochromatic Colors of #A2511A
Black with #A2511A
Text Example
Text Example
White with #A2511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2511A; }
p { color: rgb(162,81,26); }
H1.HeaderClassName
{
color: #A2511A;
}
.AnyTagClassName
{
color: #A2511A;
}
</style>
background-color css
<style>
a { background-color: #A2511A; }
a { background-color: rgb(162,81,26); }
div.DivClassName
{
background-color: #A2511A;
}
.BgClassName
{
background-color: #A2511A;
}
</style>
border-color css
<style>
span { border-color: #A2511A; }
span { border-color: rgb(162,81,26); }
td.TdClassName
{
border-color: #A2511A;
}
.TagClassName
{
border-color: #A2511A;
}
</style>