Shades of Rich Gold #A25320
Tints of Rich Gold #A25320
RGB
CMYK
RGB Variations
Color information
#A25320 (or 0xA25320) is known color: Rich Gold. HEX triplet: A2, 53 and 20. RGB value is (162,83,32). Sum of RGB (Red+Green+Blue) = 162+83+32=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A25320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25320 is #5DACDF. Grayscale: #656565. Windows color (decimal): -6139104 or 2118562. OLE color: 2118562.
HSL color Cylindrical-coordinate representation of color #A25320: hue angle of 23.54º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A25320 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 83 | 32 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.36 |
| HSL | 23.54º | 0.67% | 0.38% | - |
| HSV(B) | 23.54º | 0.8% | 0.64% | - |
| XYZ | 18.25 | 13.97 | 3.1 | - |
| YUV | 100.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 32 | 0 | 0.49 | 0.80 | 0.36 | 23.54 | 0.67 | 0.38 |
| Hex | A2 | 53 | 20 | 0 | 31 | 50 | 24 | 18 | 43 | 26 |
| Octal | 242 | 123 | 40 | 0 | 61 | 120 | 44 | 30 | 103 | 46 |
| Binary | 10100010 | 1010011 | 100000 | 0 | 110001 | 1010000 | 100100 | 11000 | 1000011 | 100110 |
Color Harmonies of #A25320
Complementary color
Monochromatic Colors of #A25320
Black with #A25320
Text Example
Text Example
White with #A25320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25320; }
p { color: rgb(162,83,32); }
H1.HeaderClassName
{
color: #A25320;
}
.AnyTagClassName
{
color: #A25320;
}
</style>
background-color css
<style>
a { background-color: #A25320; }
a { background-color: rgb(162,83,32); }
div.DivClassName
{
background-color: #A25320;
}
.BgClassName
{
background-color: #A25320;
}
</style>
border-color css
<style>
span { border-color: #A25320; }
span { border-color: rgb(162,83,32); }
td.TdClassName
{
border-color: #A25320;
}
.TagClassName
{
border-color: #A25320;
}
</style>