Shades of Rich Gold #A85826
Tints of Rich Gold #A85826
RGB
CMYK
RGB Variations
Color information
#A85826 (or 0xA85826) is known color: Rich Gold. HEX triplet: A8, 58 and 26. RGB value is (168,88,38). Sum of RGB (Red+Green+Blue) = 168+88+38=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A85826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85826 is #57A7D9. Grayscale: #6A6A6A. Windows color (decimal): -5744602 or 2513064. OLE color: 2513064.
HSL color Cylindrical-coordinate representation of color #A85826: hue angle of 23.08º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A85826 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 38 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.34 |
| HSL | 23.08º | 0.63% | 0.4% | - |
| HSV(B) | 23.08º | 0.77% | 0.66% | - |
| XYZ | 19.99 | 15.44 | 3.76 | - |
| YUV | 106.22 | 89.5 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 38 | 0 | 0.48 | 0.77 | 0.34 | 23.08 | 0.63 | 0.4 |
| Hex | A8 | 58 | 26 | 0 | 30 | 4D | 22 | 17 | 3F | 28 |
| Octal | 250 | 130 | 46 | 0 | 60 | 115 | 42 | 27 | 77 | 50 |
| Binary | 10101000 | 1011000 | 100110 | 0 | 110000 | 1001101 | 100010 | 10111 | 111111 | 101000 |
Color Harmonies of #A85826
Complementary color
Monochromatic Colors of #A85826
Black with #A85826
Text Example
Text Example
White with #A85826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85826; }
p { color: rgb(168,88,38); }
H1.HeaderClassName
{
color: #A85826;
}
.AnyTagClassName
{
color: #A85826;
}
</style>
background-color css
<style>
a { background-color: #A85826; }
a { background-color: rgb(168,88,38); }
div.DivClassName
{
background-color: #A85826;
}
.BgClassName
{
background-color: #A85826;
}
</style>
border-color css
<style>
span { border-color: #A85826; }
span { border-color: rgb(168,88,38); }
td.TdClassName
{
border-color: #A85826;
}
.TagClassName
{
border-color: #A85826;
}
</style>