Shades of Bourbon #A86D3C
Tints of Bourbon #A86D3C
RGB
CMYK
RGB Variations
Color information
#A86D3C (or 0xA86D3C) is known color: Bourbon. HEX triplet: A8, 6D and 3C. RGB value is (168,109,60). Sum of RGB (Red+Green+Blue) = 168+109+60=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86D3C is #5792C3. Grayscale: #797979. Windows color (decimal): -5739204 or 3960232. OLE color: 3960232.
HSL color Cylindrical-coordinate representation of color #A86D3C: hue angle of 27.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A86D3C is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 109 | 60 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.34 |
| HSL | 27.22º | 0.47% | 0.45% | - |
| HSV(B) | 27.22º | 0.64% | 0.66% | - |
| XYZ | 22.43 | 19.59 | 6.87 | - |
| YUV | 121.06 | 93.55 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 60 | 0 | 0.35 | 0.64 | 0.34 | 27.22 | 0.47 | 0.45 |
| Hex | A8 | 6D | 3C | 0 | 23 | 40 | 22 | 1B | 2F | 2D |
| Octal | 250 | 155 | 74 | 0 | 43 | 100 | 42 | 33 | 57 | 55 |
| Binary | 10101000 | 1101101 | 111100 | 0 | 100011 | 1000000 | 100010 | 11011 | 101111 | 101101 |
Color Harmonies of #A86D3C
Complementary color
Monochromatic Colors of #A86D3C
Black with #A86D3C
Text Example
Text Example
White with #A86D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86D3C; }
p { color: rgb(168,109,60); }
H1.HeaderClassName
{
color: #A86D3C;
}
.AnyTagClassName
{
color: #A86D3C;
}
</style>
background-color css
<style>
a { background-color: #A86D3C; }
a { background-color: rgb(168,109,60); }
div.DivClassName
{
background-color: #A86D3C;
}
.BgClassName
{
background-color: #A86D3C;
}
</style>
border-color css
<style>
span { border-color: #A86D3C; }
span { border-color: rgb(168,109,60); }
td.TdClassName
{
border-color: #A86D3C;
}
.TagClassName
{
border-color: #A86D3C;
}
</style>