Shades of Rich Gold #A25228
Tints of Rich Gold #A25228
RGB
CMYK
RGB Variations
Color information
#A25228 (or 0xA25228) is known color: Rich Gold. HEX triplet: A2, 52 and 28. RGB value is (162,82,40). Sum of RGB (Red+Green+Blue) = 162+82+40=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A25228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25228 is #5DADD7. Grayscale: #656565. Windows color (decimal): -6139352 or 2642594. OLE color: 2642594.
HSL color Cylindrical-coordinate representation of color #A25228: hue angle of 20.66º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A25228 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 40 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.36 |
| HSL | 20.66º | 0.6% | 0.4% | - |
| HSV(B) | 20.66º | 0.75% | 0.64% | - |
| XYZ | 18.3 | 13.87 | 3.72 | - |
| YUV | 101.13 | 93.5 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 40 | 0 | 0.49 | 0.75 | 0.36 | 20.66 | 0.6 | 0.4 |
| Hex | A2 | 52 | 28 | 0 | 31 | 4B | 24 | 15 | 3C | 28 |
| Octal | 242 | 122 | 50 | 0 | 61 | 113 | 44 | 25 | 74 | 50 |
| Binary | 10100010 | 1010010 | 101000 | 0 | 110001 | 1001011 | 100100 | 10101 | 111100 | 101000 |
Color Harmonies of #A25228
Complementary color
Monochromatic Colors of #A25228
Black with #A25228
Text Example
Text Example
White with #A25228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25228; }
p { color: rgb(162,82,40); }
H1.HeaderClassName
{
color: #A25228;
}
.AnyTagClassName
{
color: #A25228;
}
</style>
background-color css
<style>
a { background-color: #A25228; }
a { background-color: rgb(162,82,40); }
div.DivClassName
{
background-color: #A25228;
}
.BgClassName
{
background-color: #A25228;
}
</style>
border-color css
<style>
span { border-color: #A25228; }
span { border-color: rgb(162,82,40); }
td.TdClassName
{
border-color: #A25228;
}
.TagClassName
{
border-color: #A25228;
}
</style>