Shades of Bourbon #A86D41
Tints of Bourbon #A86D41
RGB
CMYK
RGB Variations
Color information
#A86D41 (or 0xA86D41) is known color: Bourbon. HEX triplet: A8, 6D and 41. RGB value is (168,109,65). Sum of RGB (Red+Green+Blue) = 168+109+65=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86D41 is #5792BE. Grayscale: #797979. Windows color (decimal): -5739199 or 4287912. OLE color: 4287912.
HSL color Cylindrical-coordinate representation of color #A86D41: hue angle of 25.63º 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 #A86D41 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 109 | 65 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.34 |
| HSL | 25.63º | 0.44% | 0.46% | - |
| HSV(B) | 25.63º | 0.61% | 0.66% | - |
| XYZ | 22.57 | 19.64 | 7.6 | - |
| YUV | 121.63 | 96.05 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 65 | 0 | 0.35 | 0.61 | 0.34 | 25.63 | 0.44 | 0.46 |
| Hex | A8 | 6D | 41 | 0 | 23 | 3D | 22 | 1A | 2C | 2E |
| Octal | 250 | 155 | 101 | 0 | 43 | 75 | 42 | 32 | 54 | 56 |
| Binary | 10101000 | 1101101 | 1000001 | 0 | 100011 | 111101 | 100010 | 11010 | 101100 | 101110 |
Color Harmonies of #A86D41
Complementary color
Monochromatic Colors of #A86D41
Black with #A86D41
Text Example
Text Example
White with #A86D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86D41; }
p { color: rgb(168,109,65); }
H1.HeaderClassName
{
color: #A86D41;
}
.AnyTagClassName
{
color: #A86D41;
}
</style>
background-color css
<style>
a { background-color: #A86D41; }
a { background-color: rgb(168,109,65); }
div.DivClassName
{
background-color: #A86D41;
}
.BgClassName
{
background-color: #A86D41;
}
</style>
border-color css
<style>
span { border-color: #A86D41; }
span { border-color: rgb(168,109,65); }
td.TdClassName
{
border-color: #A86D41;
}
.TagClassName
{
border-color: #A86D41;
}
</style>