Shades of Bourbon #A86840
Tints of Bourbon #A86840
RGB
CMYK
RGB Variations
Color information
#A86840 (or 0xA86840) is known color: Bourbon. HEX triplet: A8, 68 and 40. RGB value is (168,104,64). Sum of RGB (Red+Green+Blue) = 168+104+64=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A86840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86840 is #5797BF. Grayscale: #767676. Windows color (decimal): -5740480 or 4221096. OLE color: 4221096.
HSL color Cylindrical-coordinate representation of color #A86840: hue angle of 23.08º 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 #A86840 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 64 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.34 |
| HSL | 23.08º | 0.45% | 0.45% | - |
| HSV(B) | 23.08º | 0.62% | 0.66% | - |
| XYZ | 22.02 | 18.6 | 7.28 | - |
| YUV | 118.58 | 97.2 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 64 | 0 | 0.38 | 0.62 | 0.34 | 23.08 | 0.45 | 0.45 |
| Hex | A8 | 68 | 40 | 0 | 26 | 3E | 22 | 17 | 2D | 2D |
| Octal | 250 | 150 | 100 | 0 | 46 | 76 | 42 | 27 | 55 | 55 |
| Binary | 10101000 | 1101000 | 1000000 | 0 | 100110 | 111110 | 100010 | 10111 | 101101 | 101101 |
Color Harmonies of #A86840
Complementary color
Monochromatic Colors of #A86840
Black with #A86840
Text Example
Text Example
White with #A86840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86840; }
p { color: rgb(168,104,64); }
H1.HeaderClassName
{
color: #A86840;
}
.AnyTagClassName
{
color: #A86840;
}
</style>
background-color css
<style>
a { background-color: #A86840; }
a { background-color: rgb(168,104,64); }
div.DivClassName
{
background-color: #A86840;
}
.BgClassName
{
background-color: #A86840;
}
</style>
border-color css
<style>
span { border-color: #A86840; }
span { border-color: rgb(168,104,64); }
td.TdClassName
{
border-color: #A86840;
}
.TagClassName
{
border-color: #A86840;
}
</style>