Shades of Rich Gold #A85722
Tints of Rich Gold #A85722
RGB
CMYK
RGB Variations
Color information
#A85722 (or 0xA85722) is known color: Rich Gold. HEX triplet: A8, 57 and 22. RGB value is (168,87,34). Sum of RGB (Red+Green+Blue) = 168+87+34=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A85722 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85722 is #57A8DD. Grayscale: #696969. Windows color (decimal): -5744862 or 2250664. OLE color: 2250664.
HSL color Cylindrical-coordinate representation of color #A85722: hue angle of 23.73º 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 #A85722 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 34 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.34 |
| HSL | 23.73º | 0.66% | 0.4% | - |
| HSV(B) | 23.73º | 0.8% | 0.66% | - |
| XYZ | 19.85 | 15.26 | 3.41 | - |
| YUV | 105.18 | 87.84 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 34 | 0 | 0.48 | 0.80 | 0.34 | 23.73 | 0.66 | 0.4 |
| Hex | A8 | 57 | 22 | 0 | 30 | 50 | 22 | 18 | 42 | 28 |
| Octal | 250 | 127 | 42 | 0 | 60 | 120 | 42 | 30 | 102 | 50 |
| Binary | 10101000 | 1010111 | 100010 | 0 | 110000 | 1010000 | 100010 | 11000 | 1000010 | 101000 |
Color Harmonies of #A85722
Complementary color
Monochromatic Colors of #A85722
Black with #A85722
Text Example
Text Example
White with #A85722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85722; }
p { color: rgb(168,87,34); }
H1.HeaderClassName
{
color: #A85722;
}
.AnyTagClassName
{
color: #A85722;
}
</style>
background-color css
<style>
a { background-color: #A85722; }
a { background-color: rgb(168,87,34); }
div.DivClassName
{
background-color: #A85722;
}
.BgClassName
{
background-color: #A85722;
}
</style>
border-color css
<style>
span { border-color: #A85722; }
span { border-color: rgb(168,87,34); }
td.TdClassName
{
border-color: #A85722;
}
.TagClassName
{
border-color: #A85722;
}
</style>