Shades of Rich Gold #A25829
Tints of Rich Gold #A25829
RGB
CMYK
RGB Variations
Color information
#A25829 (or 0xA25829) is known color: Rich Gold. HEX triplet: A2, 58 and 29. RGB value is (162,88,41). Sum of RGB (Red+Green+Blue) = 162+88+41=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A25829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25829 is #5DA7D6. Grayscale: #696969. Windows color (decimal): -6137815 or 2709666. OLE color: 2709666.
HSL color Cylindrical-coordinate representation of color #A25829: hue angle of 23.31º 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 #A25829 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 41 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.36 |
| HSL | 23.31º | 0.6% | 0.4% | - |
| HSV(B) | 23.31º | 0.75% | 0.64% | - |
| XYZ | 18.79 | 14.82 | 3.97 | - |
| YUV | 104.77 | 92.02 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 41 | 0 | 0.46 | 0.75 | 0.36 | 23.31 | 0.6 | 0.4 |
| Hex | A2 | 58 | 29 | 0 | 2E | 4B | 24 | 17 | 3C | 28 |
| Octal | 242 | 130 | 51 | 0 | 56 | 113 | 44 | 27 | 74 | 50 |
| Binary | 10100010 | 1011000 | 101001 | 0 | 101110 | 1001011 | 100100 | 10111 | 111100 | 101000 |
Color Harmonies of #A25829
Complementary color
Monochromatic Colors of #A25829
Black with #A25829
Text Example
Text Example
White with #A25829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25829; }
p { color: rgb(162,88,41); }
H1.HeaderClassName
{
color: #A25829;
}
.AnyTagClassName
{
color: #A25829;
}
</style>
background-color css
<style>
a { background-color: #A25829; }
a { background-color: rgb(162,88,41); }
div.DivClassName
{
background-color: #A25829;
}
.BgClassName
{
background-color: #A25829;
}
</style>
border-color css
<style>
span { border-color: #A25829; }
span { border-color: rgb(162,88,41); }
td.TdClassName
{
border-color: #A25829;
}
.TagClassName
{
border-color: #A25829;
}
</style>