Shades of Golden Brown #A86217
Tints of Golden Brown #A86217
RGB
CMYK
RGB Variations
Color information
#A86217 (or 0xA86217) is known color: Golden Brown. HEX triplet: A8, 62 and 17. RGB value is (168,98,23). Sum of RGB (Red+Green+Blue) = 168+98+23=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A86217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86217 is #579DE8. Grayscale: #6E6E6E. Windows color (decimal): -5742057 or 1532584. OLE color: 1532584.
HSL color Cylindrical-coordinate representation of color #A86217: hue angle of 31.03º 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 #A86217 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 98 | 23 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.34 |
| HSL | 31.03º | 0.76% | 0.37% | - |
| HSV(B) | 31.03º | 0.86% | 0.66% | - |
| XYZ | 20.67 | 17.12 | 3.03 | - |
| YUV | 110.38 | 78.69 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 23 | 0 | 0.42 | 0.86 | 0.34 | 31.03 | 0.76 | 0.37 |
| Hex | A8 | 62 | 17 | 0 | 2A | 56 | 22 | 1F | 4C | 25 |
| Octal | 250 | 142 | 27 | 0 | 52 | 126 | 42 | 37 | 114 | 45 |
| Binary | 10101000 | 1100010 | 10111 | 0 | 101010 | 1010110 | 100010 | 11111 | 1001100 | 100101 |
Color Harmonies of #A86217
Complementary color
Monochromatic Colors of #A86217
Black with #A86217
Text Example
Text Example
White with #A86217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86217; }
p { color: rgb(168,98,23); }
H1.HeaderClassName
{
color: #A86217;
}
.AnyTagClassName
{
color: #A86217;
}
</style>
background-color css
<style>
a { background-color: #A86217; }
a { background-color: rgb(168,98,23); }
div.DivClassName
{
background-color: #A86217;
}
.BgClassName
{
background-color: #A86217;
}
</style>
border-color css
<style>
span { border-color: #A86217; }
span { border-color: rgb(168,98,23); }
td.TdClassName
{
border-color: #A86217;
}
.TagClassName
{
border-color: #A86217;
}
</style>