Shades of Rich Gold #A2510D
Tints of Rich Gold #A2510D
RGB
CMYK
RGB Variations
Color information
#A2510D (or 0xA2510D) is known color: Rich Gold. HEX triplet: A2, 51 and 0D. RGB value is (162,81,13). Sum of RGB (Red+Green+Blue) = 162+81+13=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A2510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2510D is #5DAEF2. Grayscale: #616161. Windows color (decimal): -6139635 or 872866. OLE color: 872866.
HSL color Cylindrical-coordinate representation of color #A2510D: hue angle of 27.38º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2510D is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 81 | 13 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.36 |
| HSL | 27.38º | 0.85% | 0.34% | - |
| HSV(B) | 27.38º | 0.92% | 0.64% | - |
| XYZ | 17.92 | 13.6 | 2.06 | - |
| YUV | 97.47 | 80.34 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 13 | 0 | 0.50 | 0.92 | 0.36 | 27.38 | 0.85 | 0.34 |
| Hex | A2 | 51 | D | 0 | 32 | 5C | 24 | 1B | 55 | 22 |
| Octal | 242 | 121 | 15 | 0 | 62 | 134 | 44 | 33 | 125 | 42 |
| Binary | 10100010 | 1010001 | 1101 | 0 | 110010 | 1011100 | 100100 | 11011 | 1010101 | 100010 |
Color Harmonies of #A2510D
Complementary color
Monochromatic Colors of #A2510D
Black with #A2510D
Text Example
Text Example
White with #A2510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2510D; }
p { color: rgb(162,81,13); }
H1.HeaderClassName
{
color: #A2510D;
}
.AnyTagClassName
{
color: #A2510D;
}
</style>
background-color css
<style>
a { background-color: #A2510D; }
a { background-color: rgb(162,81,13); }
div.DivClassName
{
background-color: #A2510D;
}
.BgClassName
{
background-color: #A2510D;
}
</style>
border-color css
<style>
span { border-color: #A2510D; }
span { border-color: rgb(162,81,13); }
td.TdClassName
{
border-color: #A2510D;
}
.TagClassName
{
border-color: #A2510D;
}
</style>