Shades of Rich Gold #A05829
Tints of Rich Gold #A05829
RGB
CMYK
RGB Variations
Color information
#A05829 (or 0xA05829) is known color: Rich Gold. HEX triplet: A0, 58 and 29. RGB value is (160,88,41). Sum of RGB (Red+Green+Blue) = 160+88+41=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A05829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05829 is #5FA7D6. Grayscale: #686868. Windows color (decimal): -6268887 or 2709664. OLE color: 2709664.
HSL color Cylindrical-coordinate representation of color #A05829: hue angle of 23.7º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A05829 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 88 | 41 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.37 |
| HSL | 23.7º | 0.59% | 0.39% | - |
| HSV(B) | 23.7º | 0.74% | 0.63% | - |
| XYZ | 18.39 | 14.61 | 3.95 | - |
| YUV | 104.17 | 92.35 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 41 | 0 | 0.45 | 0.74 | 0.37 | 23.7 | 0.59 | 0.39 |
| Hex | A0 | 58 | 29 | 0 | 2D | 4A | 25 | 18 | 3B | 27 |
| Octal | 240 | 130 | 51 | 0 | 55 | 112 | 45 | 30 | 73 | 47 |
| Binary | 10100000 | 1011000 | 101001 | 0 | 101101 | 1001010 | 100101 | 11000 | 111011 | 100111 |
Color Harmonies of #A05829
Complementary color
Monochromatic Colors of #A05829
Black with #A05829
Text Example
Text Example
White with #A05829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05829; }
p { color: rgb(160,88,41); }
H1.HeaderClassName
{
color: #A05829;
}
.AnyTagClassName
{
color: #A05829;
}
</style>
background-color css
<style>
a { background-color: #A05829; }
a { background-color: rgb(160,88,41); }
div.DivClassName
{
background-color: #A05829;
}
.BgClassName
{
background-color: #A05829;
}
</style>
border-color css
<style>
span { border-color: #A05829; }
span { border-color: rgb(160,88,41); }
td.TdClassName
{
border-color: #A05829;
}
.TagClassName
{
border-color: #A05829;
}
</style>