Shades of Rich Gold #A85729
Tints of Rich Gold #A85729
RGB
CMYK
RGB Variations
Color information
#A85729 (or 0xA85729) is known color: Rich Gold. HEX triplet: A8, 57 and 29. RGB value is (168,87,41). Sum of RGB (Red+Green+Blue) = 168+87+41=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A85729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85729 is #57A8D6. Grayscale: #6A6A6A. Windows color (decimal): -5744855 or 2709416. OLE color: 2709416.
HSL color Cylindrical-coordinate representation of color #A85729: hue angle of 21.73º 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 #A85729 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 41 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.34 |
| HSL | 21.73º | 0.61% | 0.41% | - |
| HSV(B) | 21.73º | 0.76% | 0.66% | - |
| XYZ | 19.96 | 15.3 | 4 | - |
| YUV | 105.98 | 91.34 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 41 | 0 | 0.48 | 0.76 | 0.34 | 21.73 | 0.61 | 0.41 |
| Hex | A8 | 57 | 29 | 0 | 30 | 4C | 22 | 16 | 3D | 29 |
| Octal | 250 | 127 | 51 | 0 | 60 | 114 | 42 | 26 | 75 | 51 |
| Binary | 10101000 | 1010111 | 101001 | 0 | 110000 | 1001100 | 100010 | 10110 | 111101 | 101001 |
Color Harmonies of #A85729
Complementary color
Monochromatic Colors of #A85729
Black with #A85729
Text Example
Text Example
White with #A85729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85729; }
p { color: rgb(168,87,41); }
H1.HeaderClassName
{
color: #A85729;
}
.AnyTagClassName
{
color: #A85729;
}
</style>
background-color css
<style>
a { background-color: #A85729; }
a { background-color: rgb(168,87,41); }
div.DivClassName
{
background-color: #A85729;
}
.BgClassName
{
background-color: #A85729;
}
</style>
border-color css
<style>
span { border-color: #A85729; }
span { border-color: rgb(168,87,41); }
td.TdClassName
{
border-color: #A85729;
}
.TagClassName
{
border-color: #A85729;
}
</style>