Shades of Rich Gold #A85022
Tints of Rich Gold #A85022
RGB
CMYK
RGB Variations
Color information
#A85022 (or 0xA85022) is known color: Rich Gold. HEX triplet: A8, 50 and 22. RGB value is (168,80,34). Sum of RGB (Red+Green+Blue) = 168+80+34=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A85022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85022 is #57AFDD. Grayscale: #656565. Windows color (decimal): -5746654 or 2248872. OLE color: 2248872.
HSL color Cylindrical-coordinate representation of color #A85022: hue angle of 20.6º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A85022 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 80 | 34 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.34 |
| HSL | 20.6º | 0.66% | 0.4% | - |
| HSV(B) | 20.6º | 0.8% | 0.66% | - |
| XYZ | 19.31 | 14.18 | 3.23 | - |
| YUV | 101.07 | 90.15 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 34 | 0 | 0.52 | 0.80 | 0.34 | 20.6 | 0.66 | 0.4 |
| Hex | A8 | 50 | 22 | 0 | 34 | 50 | 22 | 15 | 42 | 28 |
| Octal | 250 | 120 | 42 | 0 | 64 | 120 | 42 | 25 | 102 | 50 |
| Binary | 10101000 | 1010000 | 100010 | 0 | 110100 | 1010000 | 100010 | 10101 | 1000010 | 101000 |
Color Harmonies of #A85022
Complementary color
Monochromatic Colors of #A85022
Black with #A85022
Text Example
Text Example
White with #A85022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85022; }
p { color: rgb(168,80,34); }
H1.HeaderClassName
{
color: #A85022;
}
.AnyTagClassName
{
color: #A85022;
}
</style>
background-color css
<style>
a { background-color: #A85022; }
a { background-color: rgb(168,80,34); }
div.DivClassName
{
background-color: #A85022;
}
.BgClassName
{
background-color: #A85022;
}
</style>
border-color css
<style>
span { border-color: #A85022; }
span { border-color: rgb(168,80,34); }
td.TdClassName
{
border-color: #A85022;
}
.TagClassName
{
border-color: #A85022;
}
</style>