Shades of Rich Gold #A85522
Tints of Rich Gold #A85522
RGB
CMYK
RGB Variations
Color information
#A85522 (or 0xA85522) is known color: Rich Gold. HEX triplet: A8, 55 and 22. RGB value is (168,85,34). Sum of RGB (Red+Green+Blue) = 168+85+34=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A85522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85522 is #57AADD. Grayscale: #686868. Windows color (decimal): -5745374 or 2250152. OLE color: 2250152.
HSL color Cylindrical-coordinate representation of color #A85522: hue angle of 22.84º 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 #A85522 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 85 | 34 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.34 |
| HSL | 22.84º | 0.66% | 0.4% | - |
| HSV(B) | 22.84º | 0.8% | 0.66% | - |
| XYZ | 19.69 | 14.94 | 3.36 | - |
| YUV | 104 | 88.5 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 34 | 0 | 0.49 | 0.80 | 0.34 | 22.84 | 0.66 | 0.4 |
| Hex | A8 | 55 | 22 | 0 | 31 | 50 | 22 | 17 | 42 | 28 |
| Octal | 250 | 125 | 42 | 0 | 61 | 120 | 42 | 27 | 102 | 50 |
| Binary | 10101000 | 1010101 | 100010 | 0 | 110001 | 1010000 | 100010 | 10111 | 1000010 | 101000 |
Color Harmonies of #A85522
Complementary color
Monochromatic Colors of #A85522
Black with #A85522
Text Example
Text Example
White with #A85522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85522; }
p { color: rgb(168,85,34); }
H1.HeaderClassName
{
color: #A85522;
}
.AnyTagClassName
{
color: #A85522;
}
</style>
background-color css
<style>
a { background-color: #A85522; }
a { background-color: rgb(168,85,34); }
div.DivClassName
{
background-color: #A85522;
}
.BgClassName
{
background-color: #A85522;
}
</style>
border-color css
<style>
span { border-color: #A85522; }
span { border-color: rgb(168,85,34); }
td.TdClassName
{
border-color: #A85522;
}
.TagClassName
{
border-color: #A85522;
}
</style>