Shades of Bourbon #A96740
Tints of Bourbon #A96740
RGB
CMYK
RGB Variations
Color information
#A96740 (or 0xA96740) is known color: Bourbon. HEX triplet: A9, 67 and 40. RGB value is (169,103,64). Sum of RGB (Red+Green+Blue) = 169+103+64=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A96740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96740 is #5698BF. Grayscale: #767676. Windows color (decimal): -5675200 or 4220841. OLE color: 4220841.
HSL color Cylindrical-coordinate representation of color #A96740: hue angle of 22.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A96740 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 103 | 64 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.34 |
| HSL | 22.29º | 0.45% | 0.46% | - |
| HSV(B) | 22.29º | 0.62% | 0.66% | - |
| XYZ | 22.14 | 18.51 | 7.26 | - |
| YUV | 118.29 | 97.37 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 103 | 64 | 0 | 0.39 | 0.62 | 0.34 | 22.29 | 0.45 | 0.46 |
| Hex | A9 | 67 | 40 | 0 | 27 | 3E | 22 | 16 | 2D | 2E |
| Octal | 251 | 147 | 100 | 0 | 47 | 76 | 42 | 26 | 55 | 56 |
| Binary | 10101001 | 1100111 | 1000000 | 0 | 100111 | 111110 | 100010 | 10110 | 101101 | 101110 |
Color Harmonies of #A96740
Complementary color
Monochromatic Colors of #A96740
Black with #A96740
Text Example
Text Example
White with #A96740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96740; }
p { color: rgb(169,103,64); }
H1.HeaderClassName
{
color: #A96740;
}
.AnyTagClassName
{
color: #A96740;
}
</style>
background-color css
<style>
a { background-color: #A96740; }
a { background-color: rgb(169,103,64); }
div.DivClassName
{
background-color: #A96740;
}
.BgClassName
{
background-color: #A96740;
}
</style>
border-color css
<style>
span { border-color: #A96740; }
span { border-color: rgb(169,103,64); }
td.TdClassName
{
border-color: #A96740;
}
.TagClassName
{
border-color: #A96740;
}
</style>