Shades of Rich Gold #A25122
Tints of Rich Gold #A25122
RGB
CMYK
RGB Variations
Color information
#A25122 (or 0xA25122) is known color: Rich Gold. HEX triplet: A2, 51 and 22. RGB value is (162,81,34). Sum of RGB (Red+Green+Blue) = 162+81+34=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A25122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25122 is #5DAEDD. Grayscale: #646464. Windows color (decimal): -6139614 or 2249122. OLE color: 2249122.
HSL color Cylindrical-coordinate representation of color #A25122: hue angle of 22.03º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A25122 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 81 | 34 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.36 |
| HSL | 22.03º | 0.65% | 0.38% | - |
| HSV(B) | 22.03º | 0.79% | 0.64% | - |
| XYZ | 18.13 | 13.68 | 3.2 | - |
| YUV | 99.86 | 90.84 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 34 | 0 | 0.50 | 0.79 | 0.36 | 22.03 | 0.65 | 0.38 |
| Hex | A2 | 51 | 22 | 0 | 32 | 4F | 24 | 16 | 41 | 26 |
| Octal | 242 | 121 | 42 | 0 | 62 | 117 | 44 | 26 | 101 | 46 |
| Binary | 10100010 | 1010001 | 100010 | 0 | 110010 | 1001111 | 100100 | 10110 | 1000001 | 100110 |
Color Harmonies of #A25122
Complementary color
Monochromatic Colors of #A25122
Black with #A25122
Text Example
Text Example
White with #A25122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25122; }
p { color: rgb(162,81,34); }
H1.HeaderClassName
{
color: #A25122;
}
.AnyTagClassName
{
color: #A25122;
}
</style>
background-color css
<style>
a { background-color: #A25122; }
a { background-color: rgb(162,81,34); }
div.DivClassName
{
background-color: #A25122;
}
.BgClassName
{
background-color: #A25122;
}
</style>
border-color css
<style>
span { border-color: #A25122; }
span { border-color: rgb(162,81,34); }
td.TdClassName
{
border-color: #A25122;
}
.TagClassName
{
border-color: #A25122;
}
</style>