Shades of Bourbon #A86941
Tints of Bourbon #A86941
RGB
CMYK
RGB Variations
Color information
#A86941 (or 0xA86941) is known color: Bourbon. HEX triplet: A8, 69 and 41. RGB value is (168,105,65). Sum of RGB (Red+Green+Blue) = 168+105+65=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A86941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86941 is #5796BE. Grayscale: #777777. Windows color (decimal): -5740223 or 4286888. OLE color: 4286888.
HSL color Cylindrical-coordinate representation of color #A86941: hue angle of 23.3º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A86941 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 65 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.34 |
| HSL | 23.3º | 0.44% | 0.46% | - |
| HSV(B) | 23.3º | 0.61% | 0.66% | - |
| XYZ | 22.15 | 18.81 | 7.46 | - |
| YUV | 119.28 | 97.37 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 65 | 0 | 0.38 | 0.61 | 0.34 | 23.3 | 0.44 | 0.46 |
| Hex | A8 | 69 | 41 | 0 | 26 | 3D | 22 | 17 | 2C | 2E |
| Octal | 250 | 151 | 101 | 0 | 46 | 75 | 42 | 27 | 54 | 56 |
| Binary | 10101000 | 1101001 | 1000001 | 0 | 100110 | 111101 | 100010 | 10111 | 101100 | 101110 |
Color Harmonies of #A86941
Complementary color
Monochromatic Colors of #A86941
Black with #A86941
Text Example
Text Example
White with #A86941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86941; }
p { color: rgb(168,105,65); }
H1.HeaderClassName
{
color: #A86941;
}
.AnyTagClassName
{
color: #A86941;
}
</style>
background-color css
<style>
a { background-color: #A86941; }
a { background-color: rgb(168,105,65); }
div.DivClassName
{
background-color: #A86941;
}
.BgClassName
{
background-color: #A86941;
}
</style>
border-color css
<style>
span { border-color: #A86941; }
span { border-color: rgb(168,105,65); }
td.TdClassName
{
border-color: #A86941;
}
.TagClassName
{
border-color: #A86941;
}
</style>