Shades of Rich Gold #A25929
Tints of Rich Gold #A25929
RGB
CMYK
RGB Variations
Color information
#A25929 (or 0xA25929) is known color: Rich Gold. HEX triplet: A2, 59 and 29. RGB value is (162,89,41). Sum of RGB (Red+Green+Blue) = 162+89+41=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A25929 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25929 is #5DA6D6. Grayscale: #696969. Windows color (decimal): -6137559 or 2709922. OLE color: 2709922.
HSL color Cylindrical-coordinate representation of color #A25929: hue angle of 23.8º 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 #A25929 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 89 | 41 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.36 |
| HSL | 23.8º | 0.6% | 0.4% | - |
| HSV(B) | 23.8º | 0.75% | 0.64% | - |
| XYZ | 18.87 | 14.99 | 4 | - |
| YUV | 105.36 | 91.68 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 41 | 0 | 0.45 | 0.75 | 0.36 | 23.8 | 0.6 | 0.4 |
| Hex | A2 | 59 | 29 | 0 | 2D | 4B | 24 | 18 | 3C | 28 |
| Octal | 242 | 131 | 51 | 0 | 55 | 113 | 44 | 30 | 74 | 50 |
| Binary | 10100010 | 1011001 | 101001 | 0 | 101101 | 1001011 | 100100 | 11000 | 111100 | 101000 |
Color Harmonies of #A25929
Complementary color
Monochromatic Colors of #A25929
Black with #A25929
Text Example
Text Example
White with #A25929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25929; }
p { color: rgb(162,89,41); }
H1.HeaderClassName
{
color: #A25929;
}
.AnyTagClassName
{
color: #A25929;
}
</style>
background-color css
<style>
a { background-color: #A25929; }
a { background-color: rgb(162,89,41); }
div.DivClassName
{
background-color: #A25929;
}
.BgClassName
{
background-color: #A25929;
}
</style>
border-color css
<style>
span { border-color: #A25929; }
span { border-color: rgb(162,89,41); }
td.TdClassName
{
border-color: #A25929;
}
.TagClassName
{
border-color: #A25929;
}
</style>