Shades of Bourbon #A86B3E
Tints of Bourbon #A86B3E
RGB
CMYK
RGB Variations
Color information
#A86B3E (or 0xA86B3E) is known color: Bourbon. HEX triplet: A8, 6B and 3E. RGB value is (168,107,62). Sum of RGB (Red+Green+Blue) = 168+107+62=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86B3E is #5794C1. Grayscale: #787878. Windows color (decimal): -5739714 or 4090792. OLE color: 4090792.
HSL color Cylindrical-coordinate representation of color #A86B3E: hue angle of 25.47º 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 #A86B3E is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 107 | 62 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.34 |
| HSL | 25.47º | 0.46% | 0.45% | - |
| HSV(B) | 25.47º | 0.63% | 0.66% | - |
| XYZ | 22.28 | 19.19 | 7.09 | - |
| YUV | 120.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 107 | 62 | 0 | 0.36 | 0.63 | 0.34 | 25.47 | 0.46 | 0.45 |
| Hex | A8 | 6B | 3E | 0 | 24 | 3F | 22 | 19 | 2E | 2D |
| Octal | 250 | 153 | 76 | 0 | 44 | 77 | 42 | 31 | 56 | 55 |
| Binary | 10101000 | 1101011 | 111110 | 0 | 100100 | 111111 | 100010 | 11001 | 101110 | 101101 |
Color Harmonies of #A86B3E
Complementary color
Monochromatic Colors of #A86B3E
Black with #A86B3E
Text Example
Text Example
White with #A86B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86B3E; }
p { color: rgb(168,107,62); }
H1.HeaderClassName
{
color: #A86B3E;
}
.AnyTagClassName
{
color: #A86B3E;
}
</style>
background-color css
<style>
a { background-color: #A86B3E; }
a { background-color: rgb(168,107,62); }
div.DivClassName
{
background-color: #A86B3E;
}
.BgClassName
{
background-color: #A86B3E;
}
</style>
border-color css
<style>
span { border-color: #A86B3E; }
span { border-color: rgb(168,107,62); }
td.TdClassName
{
border-color: #A86B3E;
}
.TagClassName
{
border-color: #A86B3E;
}
</style>