Shades of Rich Gold #A85A16
Tints of Rich Gold #A85A16
RGB
CMYK
RGB Variations
Color information
#A85A16 (or 0xA85A16) is known color: Rich Gold. HEX triplet: A8, 5A and 16. RGB value is (168,90,22). Sum of RGB (Red+Green+Blue) = 168+90+22=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85A16 is #57A5E9. Grayscale: #696969. Windows color (decimal): -5744106 or 1465000. OLE color: 1465000.
HSL color Cylindrical-coordinate representation of color #A85A16: hue angle of 27.95º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A85A16 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 90 | 22 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.34 |
| HSL | 27.95º | 0.77% | 0.37% | - |
| HSV(B) | 27.95º | 0.87% | 0.66% | - |
| XYZ | 19.95 | 15.7 | 2.74 | - |
| YUV | 105.57 | 80.84 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 22 | 0 | 0.46 | 0.87 | 0.34 | 27.95 | 0.77 | 0.37 |
| Hex | A8 | 5A | 16 | 0 | 2E | 57 | 22 | 1C | 4D | 25 |
| Octal | 250 | 132 | 26 | 0 | 56 | 127 | 42 | 34 | 115 | 45 |
| Binary | 10101000 | 1011010 | 10110 | 0 | 101110 | 1010111 | 100010 | 11100 | 1001101 | 100101 |
Color Harmonies of #A85A16
Complementary color
Monochromatic Colors of #A85A16
Black with #A85A16
Text Example
Text Example
White with #A85A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85A16; }
p { color: rgb(168,90,22); }
H1.HeaderClassName
{
color: #A85A16;
}
.AnyTagClassName
{
color: #A85A16;
}
</style>
background-color css
<style>
a { background-color: #A85A16; }
a { background-color: rgb(168,90,22); }
div.DivClassName
{
background-color: #A85A16;
}
.BgClassName
{
background-color: #A85A16;
}
</style>
border-color css
<style>
span { border-color: #A85A16; }
span { border-color: rgb(168,90,22); }
td.TdClassName
{
border-color: #A85A16;
}
.TagClassName
{
border-color: #A85A16;
}
</style>