Shades of Golden Brown #A86917
Tints of Golden Brown #A86917
RGB
CMYK
RGB Variations
Color information
#A86917 (or 0xA86917) is known color: Golden Brown. HEX triplet: A8, 69 and 17. RGB value is (168,105,23). Sum of RGB (Red+Green+Blue) = 168+105+23=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A86917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86917 is #5796E8. Grayscale: #727272. Windows color (decimal): -5740265 or 1534376. OLE color: 1534376.
HSL color Cylindrical-coordinate representation of color #A86917: hue angle of 33.93º 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 #A86917 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 23 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.34 |
| HSL | 33.93º | 0.76% | 0.37% | - |
| HSV(B) | 33.93º | 0.86% | 0.66% | - |
| XYZ | 21.35 | 18.49 | 3.25 | - |
| YUV | 114.49 | 76.37 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 23 | 0 | 0.38 | 0.86 | 0.34 | 33.93 | 0.76 | 0.37 |
| Hex | A8 | 69 | 17 | 0 | 26 | 56 | 22 | 22 | 4C | 25 |
| Octal | 250 | 151 | 27 | 0 | 46 | 126 | 42 | 42 | 114 | 45 |
| Binary | 10101000 | 1101001 | 10111 | 0 | 100110 | 1010110 | 100010 | 100010 | 1001100 | 100101 |
Color Harmonies of #A86917
Complementary color
Monochromatic Colors of #A86917
Black with #A86917
Text Example
Text Example
White with #A86917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86917; }
p { color: rgb(168,105,23); }
H1.HeaderClassName
{
color: #A86917;
}
.AnyTagClassName
{
color: #A86917;
}
</style>
background-color css
<style>
a { background-color: #A86917; }
a { background-color: rgb(168,105,23); }
div.DivClassName
{
background-color: #A86917;
}
.BgClassName
{
background-color: #A86917;
}
</style>
border-color css
<style>
span { border-color: #A86917; }
span { border-color: rgb(168,105,23); }
td.TdClassName
{
border-color: #A86917;
}
.TagClassName
{
border-color: #A86917;
}
</style>