Shades of Rich Gold #A85617
Tints of Rich Gold #A85617
RGB
CMYK
RGB Variations
Color information
#A85617 (or 0xA85617) is known color: Rich Gold. HEX triplet: A8, 56 and 17. RGB value is (168,86,23). Sum of RGB (Red+Green+Blue) = 168+86+23=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A85617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85617 is #57A9E8. Grayscale: #676767. Windows color (decimal): -5745129 or 1529512. OLE color: 1529512.
HSL color Cylindrical-coordinate representation of color #A85617: hue angle of 26.07º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A85617 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 23 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.34 |
| HSL | 26.07º | 0.76% | 0.37% | - |
| HSV(B) | 26.07º | 0.86% | 0.66% | - |
| XYZ | 19.63 | 15.04 | 2.68 | - |
| YUV | 103.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 23 | 0 | 0.49 | 0.86 | 0.34 | 26.07 | 0.76 | 0.37 |
| Hex | A8 | 56 | 17 | 0 | 31 | 56 | 22 | 1A | 4C | 25 |
| Octal | 250 | 126 | 27 | 0 | 61 | 126 | 42 | 32 | 114 | 45 |
| Binary | 10101000 | 1010110 | 10111 | 0 | 110001 | 1010110 | 100010 | 11010 | 1001100 | 100101 |
Color Harmonies of #A85617
Complementary color
Monochromatic Colors of #A85617
Black with #A85617
Text Example
Text Example
White with #A85617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85617; }
p { color: rgb(168,86,23); }
H1.HeaderClassName
{
color: #A85617;
}
.AnyTagClassName
{
color: #A85617;
}
</style>
background-color css
<style>
a { background-color: #A85617; }
a { background-color: rgb(168,86,23); }
div.DivClassName
{
background-color: #A85617;
}
.BgClassName
{
background-color: #A85617;
}
</style>
border-color css
<style>
span { border-color: #A85617; }
span { border-color: rgb(168,86,23); }
td.TdClassName
{
border-color: #A85617;
}
.TagClassName
{
border-color: #A85617;
}
</style>