Shades of Golden Brown #A86A17
Tints of Golden Brown #A86A17
RGB
CMYK
RGB Variations
Color information
#A86A17 (or 0xA86A17) is known color: Golden Brown. HEX triplet: A8, 6A and 17. RGB value is (168,106,23). Sum of RGB (Red+Green+Blue) = 168+106+23=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86A17 is #5795E8. Grayscale: #737373. Windows color (decimal): -5740009 or 1534632. OLE color: 1534632.
HSL color Cylindrical-coordinate representation of color #A86A17: hue angle of 34.34º 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 #A86A17 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 106 | 23 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.34 |
| HSL | 34.34º | 0.76% | 0.37% | - |
| HSV(B) | 34.34º | 0.86% | 0.66% | - |
| XYZ | 21.46 | 18.69 | 3.29 | - |
| YUV | 115.08 | 76.04 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 23 | 0 | 0.37 | 0.86 | 0.34 | 34.34 | 0.76 | 0.37 |
| Hex | A8 | 6A | 17 | 0 | 25 | 56 | 22 | 22 | 4C | 25 |
| Octal | 250 | 152 | 27 | 0 | 45 | 126 | 42 | 42 | 114 | 45 |
| Binary | 10101000 | 1101010 | 10111 | 0 | 100101 | 1010110 | 100010 | 100010 | 1001100 | 100101 |
Color Harmonies of #A86A17
Complementary color
Monochromatic Colors of #A86A17
Black with #A86A17
Text Example
Text Example
White with #A86A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86A17; }
p { color: rgb(168,106,23); }
H1.HeaderClassName
{
color: #A86A17;
}
.AnyTagClassName
{
color: #A86A17;
}
</style>
background-color css
<style>
a { background-color: #A86A17; }
a { background-color: rgb(168,106,23); }
div.DivClassName
{
background-color: #A86A17;
}
.BgClassName
{
background-color: #A86A17;
}
</style>
border-color css
<style>
span { border-color: #A86A17; }
span { border-color: rgb(168,106,23); }
td.TdClassName
{
border-color: #A86A17;
}
.TagClassName
{
border-color: #A86A17;
}
</style>