Shades of Rich Gold #A85829
Tints of Rich Gold #A85829
RGB
CMYK
RGB Variations
Color information
#A85829 (or 0xA85829) is known color: Rich Gold. HEX triplet: A8, 58 and 29. RGB value is (168,88,41). Sum of RGB (Red+Green+Blue) = 168+88+41=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A85829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85829 is #57A7D6. Grayscale: #6A6A6A. Windows color (decimal): -5744599 or 2709672. OLE color: 2709672.
HSL color Cylindrical-coordinate representation of color #A85829: hue angle of 22.2º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A85829 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 41 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.34 |
| HSL | 22.2º | 0.61% | 0.41% | - |
| HSV(B) | 22.2º | 0.76% | 0.66% | - |
| XYZ | 20.04 | 15.46 | 4.03 | - |
| YUV | 106.56 | 91 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 41 | 0 | 0.48 | 0.76 | 0.34 | 22.2 | 0.61 | 0.41 |
| Hex | A8 | 58 | 29 | 0 | 30 | 4C | 22 | 16 | 3D | 29 |
| Octal | 250 | 130 | 51 | 0 | 60 | 114 | 42 | 26 | 75 | 51 |
| Binary | 10101000 | 1011000 | 101001 | 0 | 110000 | 1001100 | 100010 | 10110 | 111101 | 101001 |
Color Harmonies of #A85829
Complementary color
Monochromatic Colors of #A85829
Black with #A85829
Text Example
Text Example
White with #A85829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85829; }
p { color: rgb(168,88,41); }
H1.HeaderClassName
{
color: #A85829;
}
.AnyTagClassName
{
color: #A85829;
}
</style>
background-color css
<style>
a { background-color: #A85829; }
a { background-color: rgb(168,88,41); }
div.DivClassName
{
background-color: #A85829;
}
.BgClassName
{
background-color: #A85829;
}
</style>
border-color css
<style>
span { border-color: #A85829; }
span { border-color: rgb(168,88,41); }
td.TdClassName
{
border-color: #A85829;
}
.TagClassName
{
border-color: #A85829;
}
</style>