Shades of Rich Gold #A85210
Tints of Rich Gold #A85210
RGB
CMYK
RGB Variations
Color information
#A85210 (or 0xA85210) is known color: Rich Gold. HEX triplet: A8, 52 and 10. RGB value is (168,82,16). Sum of RGB (Red+Green+Blue) = 168+82+16=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A85210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85210 is #57ADEF. Grayscale: #646464. Windows color (decimal): -5746160 or 1069736. OLE color: 1069736.
HSL color Cylindrical-coordinate representation of color #A85210: hue angle of 26.05º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A85210 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 16 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.34 |
| HSL | 26.05º | 0.83% | 0.36% | - |
| HSV(B) | 26.05º | 0.9% | 0.66% | - |
| XYZ | 19.26 | 14.4 | 2.25 | - |
| YUV | 100.19 | 80.49 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 16 | 0 | 0.51 | 0.90 | 0.34 | 26.05 | 0.83 | 0.36 |
| Hex | A8 | 52 | 10 | 0 | 33 | 5A | 22 | 1A | 53 | 24 |
| Octal | 250 | 122 | 20 | 0 | 63 | 132 | 42 | 32 | 123 | 44 |
| Binary | 10101000 | 1010010 | 10000 | 0 | 110011 | 1011010 | 100010 | 11010 | 1010011 | 100100 |
Color Harmonies of #A85210
Complementary color
Monochromatic Colors of #A85210
Black with #A85210
Text Example
Text Example
White with #A85210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85210; }
p { color: rgb(168,82,16); }
H1.HeaderClassName
{
color: #A85210;
}
.AnyTagClassName
{
color: #A85210;
}
</style>
background-color css
<style>
a { background-color: #A85210; }
a { background-color: rgb(168,82,16); }
div.DivClassName
{
background-color: #A85210;
}
.BgClassName
{
background-color: #A85210;
}
</style>
border-color css
<style>
span { border-color: #A85210; }
span { border-color: rgb(168,82,16); }
td.TdClassName
{
border-color: #A85210;
}
.TagClassName
{
border-color: #A85210;
}
</style>