Shades of Rich Gold #A25322
Tints of Rich Gold #A25322
RGB
CMYK
RGB Variations
Color information
#A25322 (or 0xA25322) is known color: Rich Gold. HEX triplet: A2, 53 and 22. RGB value is (162,83,34). Sum of RGB (Red+Green+Blue) = 162+83+34=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A25322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25322 is #5DACDD. Grayscale: #656565. Windows color (decimal): -6139102 or 2249634. OLE color: 2249634.
HSL color Cylindrical-coordinate representation of color #A25322: hue angle of 22.97º 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 #A25322 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 83 | 34 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.36 |
| HSL | 22.97º | 0.65% | 0.38% | - |
| HSV(B) | 22.97º | 0.79% | 0.64% | - |
| XYZ | 18.28 | 13.98 | 3.25 | - |
| YUV | 101.04 | 90.17 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 34 | 0 | 0.49 | 0.79 | 0.36 | 22.97 | 0.65 | 0.38 |
| Hex | A2 | 53 | 22 | 0 | 31 | 4F | 24 | 17 | 41 | 26 |
| Octal | 242 | 123 | 42 | 0 | 61 | 117 | 44 | 27 | 101 | 46 |
| Binary | 10100010 | 1010011 | 100010 | 0 | 110001 | 1001111 | 100100 | 10111 | 1000001 | 100110 |
Color Harmonies of #A25322
Complementary color
Monochromatic Colors of #A25322
Black with #A25322
Text Example
Text Example
White with #A25322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25322; }
p { color: rgb(162,83,34); }
H1.HeaderClassName
{
color: #A25322;
}
.AnyTagClassName
{
color: #A25322;
}
</style>
background-color css
<style>
a { background-color: #A25322; }
a { background-color: rgb(162,83,34); }
div.DivClassName
{
background-color: #A25322;
}
.BgClassName
{
background-color: #A25322;
}
</style>
border-color css
<style>
span { border-color: #A25322; }
span { border-color: rgb(162,83,34); }
td.TdClassName
{
border-color: #A25322;
}
.TagClassName
{
border-color: #A25322;
}
</style>