Shades of Rich Gold #A85112
Tints of Rich Gold #A85112
RGB
CMYK
RGB Variations
Color information
#A85112 (or 0xA85112) is known color: Rich Gold. HEX triplet: A8, 51 and 12. RGB value is (168,81,18). Sum of RGB (Red+Green+Blue) = 168+81+18=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A85112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85112 is #57AEED. Grayscale: #646464. Windows color (decimal): -5746414 or 1200552. OLE color: 1200552.
HSL color Cylindrical-coordinate representation of color #A85112: hue angle of 25.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A85112 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 81 | 18 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.34 |
| HSL | 25.2º | 0.81% | 0.36% | - |
| HSV(B) | 25.2º | 0.89% | 0.66% | - |
| XYZ | 19.2 | 14.25 | 2.31 | - |
| YUV | 99.83 | 81.82 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 18 | 0 | 0.52 | 0.89 | 0.34 | 25.2 | 0.81 | 0.36 |
| Hex | A8 | 51 | 12 | 0 | 34 | 59 | 22 | 19 | 51 | 24 |
| Octal | 250 | 121 | 22 | 0 | 64 | 131 | 42 | 31 | 121 | 44 |
| Binary | 10101000 | 1010001 | 10010 | 0 | 110100 | 1011001 | 100010 | 11001 | 1010001 | 100100 |
Color Harmonies of #A85112
Complementary color
Monochromatic Colors of #A85112
Black with #A85112
Text Example
Text Example
White with #A85112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85112; }
p { color: rgb(168,81,18); }
H1.HeaderClassName
{
color: #A85112;
}
.AnyTagClassName
{
color: #A85112;
}
</style>
background-color css
<style>
a { background-color: #A85112; }
a { background-color: rgb(168,81,18); }
div.DivClassName
{
background-color: #A85112;
}
.BgClassName
{
background-color: #A85112;
}
</style>
border-color css
<style>
span { border-color: #A85112; }
span { border-color: rgb(168,81,18); }
td.TdClassName
{
border-color: #A85112;
}
.TagClassName
{
border-color: #A85112;
}
</style>