Shades of Rich Gold #A25222
Tints of Rich Gold #A25222
RGB
CMYK
RGB Variations
Color information
#A25222 (or 0xA25222) is known color: Rich Gold. HEX triplet: A2, 52 and 22. RGB value is (162,82,34). Sum of RGB (Red+Green+Blue) = 162+82+34=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A25222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25222 is #5DADDD. Grayscale: #646464. Windows color (decimal): -6139358 or 2249378. OLE color: 2249378.
HSL color Cylindrical-coordinate representation of color #A25222: hue angle of 22.5º 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 #A25222 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 34 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.36 |
| HSL | 22.5º | 0.65% | 0.38% | - |
| HSV(B) | 22.5º | 0.79% | 0.64% | - |
| XYZ | 18.21 | 13.83 | 3.22 | - |
| YUV | 100.45 | 90.5 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 34 | 0 | 0.49 | 0.79 | 0.36 | 22.5 | 0.65 | 0.38 |
| Hex | A2 | 52 | 22 | 0 | 31 | 4F | 24 | 16 | 41 | 26 |
| Octal | 242 | 122 | 42 | 0 | 61 | 117 | 44 | 26 | 101 | 46 |
| Binary | 10100010 | 1010010 | 100010 | 0 | 110001 | 1001111 | 100100 | 10110 | 1000001 | 100110 |
Color Harmonies of #A25222
Complementary color
Monochromatic Colors of #A25222
Black with #A25222
Text Example
Text Example
White with #A25222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25222; }
p { color: rgb(162,82,34); }
H1.HeaderClassName
{
color: #A25222;
}
.AnyTagClassName
{
color: #A25222;
}
</style>
background-color css
<style>
a { background-color: #A25222; }
a { background-color: rgb(162,82,34); }
div.DivClassName
{
background-color: #A25222;
}
.BgClassName
{
background-color: #A25222;
}
</style>
border-color css
<style>
span { border-color: #A25222; }
span { border-color: rgb(162,82,34); }
td.TdClassName
{
border-color: #A25222;
}
.TagClassName
{
border-color: #A25222;
}
</style>