Shades of Bourbon #A86C3E
Tints of Bourbon #A86C3E
RGB
CMYK
RGB Variations
Color information
#A86C3E (or 0xA86C3E) is known color: Bourbon. HEX triplet: A8, 6C and 3E. RGB value is (168,108,62). Sum of RGB (Red+Green+Blue) = 168+108+62=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86C3E is #5793C1. Grayscale: #787878. Windows color (decimal): -5739458 or 4091048. OLE color: 4091048.
HSL color Cylindrical-coordinate representation of color #A86C3E: hue angle of 26.04º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A86C3E is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 108 | 62 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.34 |
| HSL | 26.04º | 0.46% | 0.45% | - |
| HSV(B) | 26.04º | 0.63% | 0.66% | - |
| XYZ | 22.38 | 19.4 | 7.12 | - |
| YUV | 120.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 62 | 0 | 0.36 | 0.63 | 0.34 | 26.04 | 0.46 | 0.45 |
| Hex | A8 | 6C | 3E | 0 | 24 | 3F | 22 | 1A | 2E | 2D |
| Octal | 250 | 154 | 76 | 0 | 44 | 77 | 42 | 32 | 56 | 55 |
| Binary | 10101000 | 1101100 | 111110 | 0 | 100100 | 111111 | 100010 | 11010 | 101110 | 101101 |
Color Harmonies of #A86C3E
Complementary color
Monochromatic Colors of #A86C3E
Black with #A86C3E
Text Example
Text Example
White with #A86C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86C3E; }
p { color: rgb(168,108,62); }
H1.HeaderClassName
{
color: #A86C3E;
}
.AnyTagClassName
{
color: #A86C3E;
}
</style>
background-color css
<style>
a { background-color: #A86C3E; }
a { background-color: rgb(168,108,62); }
div.DivClassName
{
background-color: #A86C3E;
}
.BgClassName
{
background-color: #A86C3E;
}
</style>
border-color css
<style>
span { border-color: #A86C3E; }
span { border-color: rgb(168,108,62); }
td.TdClassName
{
border-color: #A86C3E;
}
.TagClassName
{
border-color: #A86C3E;
}
</style>