Shades of Rich Gold #A85825
Tints of Rich Gold #A85825
RGB
CMYK
RGB Variations
Color information
#A85825 (or 0xA85825) is known color: Rich Gold. HEX triplet: A8, 58 and 25. RGB value is (168,88,37). Sum of RGB (Red+Green+Blue) = 168+88+37=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A85825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85825 is #57A7DA. Grayscale: #6A6A6A. Windows color (decimal): -5744603 or 2447528. OLE color: 2447528.
HSL color Cylindrical-coordinate representation of color #A85825: hue angle of 23.36º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A85825 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 37 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.34 |
| HSL | 23.36º | 0.64% | 0.4% | - |
| HSV(B) | 23.36º | 0.78% | 0.66% | - |
| XYZ | 19.97 | 15.44 | 3.68 | - |
| YUV | 106.11 | 89 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 37 | 0 | 0.48 | 0.78 | 0.34 | 23.36 | 0.64 | 0.4 |
| Hex | A8 | 58 | 25 | 0 | 30 | 4E | 22 | 17 | 40 | 28 |
| Octal | 250 | 130 | 45 | 0 | 60 | 116 | 42 | 27 | 100 | 50 |
| Binary | 10101000 | 1011000 | 100101 | 0 | 110000 | 1001110 | 100010 | 10111 | 1000000 | 101000 |
Color Harmonies of #A85825
Complementary color
Monochromatic Colors of #A85825
Black with #A85825
Text Example
Text Example
White with #A85825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85825; }
p { color: rgb(168,88,37); }
H1.HeaderClassName
{
color: #A85825;
}
.AnyTagClassName
{
color: #A85825;
}
</style>
background-color css
<style>
a { background-color: #A85825; }
a { background-color: rgb(168,88,37); }
div.DivClassName
{
background-color: #A85825;
}
.BgClassName
{
background-color: #A85825;
}
</style>
border-color css
<style>
span { border-color: #A85825; }
span { border-color: rgb(168,88,37); }
td.TdClassName
{
border-color: #A85825;
}
.TagClassName
{
border-color: #A85825;
}
</style>