Shades of Bourbon #A86C40
Tints of Bourbon #A86C40
RGB
CMYK
RGB Variations
Color information
#A86C40 (or 0xA86C40) is known color: Bourbon. HEX triplet: A8, 6C and 40. RGB value is (168,108,64). Sum of RGB (Red+Green+Blue) = 168+108+64=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86C40 is #5793BF. Grayscale: #797979. Windows color (decimal): -5739456 or 4222120. OLE color: 4222120.
HSL color Cylindrical-coordinate representation of color #A86C40: hue angle of 25.38º 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 #A86C40 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 108 | 64 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.34 |
| HSL | 25.38º | 0.45% | 0.45% | - |
| HSV(B) | 25.38º | 0.62% | 0.66% | - |
| XYZ | 22.44 | 19.42 | 7.42 | - |
| YUV | 120.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 64 | 0 | 0.36 | 0.62 | 0.34 | 25.38 | 0.45 | 0.45 |
| Hex | A8 | 6C | 40 | 0 | 24 | 3E | 22 | 19 | 2D | 2D |
| Octal | 250 | 154 | 100 | 0 | 44 | 76 | 42 | 31 | 55 | 55 |
| Binary | 10101000 | 1101100 | 1000000 | 0 | 100100 | 111110 | 100010 | 11001 | 101101 | 101101 |
Color Harmonies of #A86C40
Complementary color
Monochromatic Colors of #A86C40
Black with #A86C40
Text Example
Text Example
White with #A86C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86C40; }
p { color: rgb(168,108,64); }
H1.HeaderClassName
{
color: #A86C40;
}
.AnyTagClassName
{
color: #A86C40;
}
</style>
background-color css
<style>
a { background-color: #A86C40; }
a { background-color: rgb(168,108,64); }
div.DivClassName
{
background-color: #A86C40;
}
.BgClassName
{
background-color: #A86C40;
}
</style>
border-color css
<style>
span { border-color: #A86C40; }
span { border-color: rgb(168,108,64); }
td.TdClassName
{
border-color: #A86C40;
}
.TagClassName
{
border-color: #A86C40;
}
</style>