Shades of Bourbon #A86940
Tints of Bourbon #A86940
RGB
CMYK
RGB Variations
Color information
#A86940 (or 0xA86940) is known color: Bourbon. HEX triplet: A8, 69 and 40. RGB value is (168,105,64). Sum of RGB (Red+Green+Blue) = 168+105+64=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A86940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86940 is #5796BF. Grayscale: #777777. Windows color (decimal): -5740224 or 4221352. OLE color: 4221352.
HSL color Cylindrical-coordinate representation of color #A86940: hue angle of 23.65º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A86940 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 64 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.34 |
| HSL | 23.65º | 0.45% | 0.45% | - |
| HSV(B) | 23.65º | 0.62% | 0.66% | - |
| XYZ | 22.13 | 18.8 | 7.31 | - |
| YUV | 119.16 | 96.87 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 64 | 0 | 0.38 | 0.62 | 0.34 | 23.65 | 0.45 | 0.45 |
| Hex | A8 | 69 | 40 | 0 | 26 | 3E | 22 | 18 | 2D | 2D |
| Octal | 250 | 151 | 100 | 0 | 46 | 76 | 42 | 30 | 55 | 55 |
| Binary | 10101000 | 1101001 | 1000000 | 0 | 100110 | 111110 | 100010 | 11000 | 101101 | 101101 |
Color Harmonies of #A86940
Complementary color
Monochromatic Colors of #A86940
Black with #A86940
Text Example
Text Example
White with #A86940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86940; }
p { color: rgb(168,105,64); }
H1.HeaderClassName
{
color: #A86940;
}
.AnyTagClassName
{
color: #A86940;
}
</style>
background-color css
<style>
a { background-color: #A86940; }
a { background-color: rgb(168,105,64); }
div.DivClassName
{
background-color: #A86940;
}
.BgClassName
{
background-color: #A86940;
}
</style>
border-color css
<style>
span { border-color: #A86940; }
span { border-color: rgb(168,105,64); }
td.TdClassName
{
border-color: #A86940;
}
.TagClassName
{
border-color: #A86940;
}
</style>