Shades of Golden Brown #A86F17
Tints of Golden Brown #A86F17
RGB
CMYK
RGB Variations
Color information
#A86F17 (or 0xA86F17) is known color: Golden Brown. HEX triplet: A8, 6F and 17. RGB value is (168,111,23). Sum of RGB (Red+Green+Blue) = 168+111+23=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86F17 is #5790E8. Grayscale: #767676. Windows color (decimal): -5738729 or 1535912. OLE color: 1535912.
HSL color Cylindrical-coordinate representation of color #A86F17: hue angle of 36.41º 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 #A86F17 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 111 | 23 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.34 |
| HSL | 36.41º | 0.76% | 0.37% | - |
| HSV(B) | 36.41º | 0.86% | 0.66% | - |
| XYZ | 21.99 | 19.76 | 3.46 | - |
| YUV | 118.01 | 74.38 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 23 | 0 | 0.34 | 0.86 | 0.34 | 36.41 | 0.76 | 0.37 |
| Hex | A8 | 6F | 17 | 0 | 22 | 56 | 22 | 24 | 4C | 25 |
| Octal | 250 | 157 | 27 | 0 | 42 | 126 | 42 | 44 | 114 | 45 |
| Binary | 10101000 | 1101111 | 10111 | 0 | 100010 | 1010110 | 100010 | 100100 | 1001100 | 100101 |
Color Harmonies of #A86F17
Complementary color
Monochromatic Colors of #A86F17
Black with #A86F17
Text Example
Text Example
White with #A86F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86F17; }
p { color: rgb(168,111,23); }
H1.HeaderClassName
{
color: #A86F17;
}
.AnyTagClassName
{
color: #A86F17;
}
</style>
background-color css
<style>
a { background-color: #A86F17; }
a { background-color: rgb(168,111,23); }
div.DivClassName
{
background-color: #A86F17;
}
.BgClassName
{
background-color: #A86F17;
}
</style>
border-color css
<style>
span { border-color: #A86F17; }
span { border-color: rgb(168,111,23); }
td.TdClassName
{
border-color: #A86F17;
}
.TagClassName
{
border-color: #A86F17;
}
</style>