Shades of Bourbon #A86A40
Tints of Bourbon #A86A40
RGB
CMYK
RGB Variations
Color information
#A86A40 (or 0xA86A40) is known color: Bourbon. HEX triplet: A8, 6A and 40. RGB value is (168,106,64). Sum of RGB (Red+Green+Blue) = 168+106+64=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86A40 is #5795BF. Grayscale: #777777. Windows color (decimal): -5739968 or 4221608. OLE color: 4221608.
HSL color Cylindrical-coordinate representation of color #A86A40: hue angle of 24.23º 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 #A86A40 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 106 | 64 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.34 |
| HSL | 24.23º | 0.45% | 0.45% | - |
| HSV(B) | 24.23º | 0.62% | 0.66% | - |
| XYZ | 22.23 | 19 | 7.35 | - |
| YUV | 119.75 | 96.54 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 64 | 0 | 0.37 | 0.62 | 0.34 | 24.23 | 0.45 | 0.45 |
| Hex | A8 | 6A | 40 | 0 | 25 | 3E | 22 | 18 | 2D | 2D |
| Octal | 250 | 152 | 100 | 0 | 45 | 76 | 42 | 30 | 55 | 55 |
| Binary | 10101000 | 1101010 | 1000000 | 0 | 100101 | 111110 | 100010 | 11000 | 101101 | 101101 |
Color Harmonies of #A86A40
Complementary color
Monochromatic Colors of #A86A40
Black with #A86A40
Text Example
Text Example
White with #A86A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86A40; }
p { color: rgb(168,106,64); }
H1.HeaderClassName
{
color: #A86A40;
}
.AnyTagClassName
{
color: #A86A40;
}
</style>
background-color css
<style>
a { background-color: #A86A40; }
a { background-color: rgb(168,106,64); }
div.DivClassName
{
background-color: #A86A40;
}
.BgClassName
{
background-color: #A86A40;
}
</style>
border-color css
<style>
span { border-color: #A86A40; }
span { border-color: rgb(168,106,64); }
td.TdClassName
{
border-color: #A86A40;
}
.TagClassName
{
border-color: #A86A40;
}
</style>