Shades of Bourbon #A16E41
Tints of Bourbon #A16E41
RGB
CMYK
RGB Variations
Color information
#A16E41 (or 0xA16E41) is known color: Bourbon. HEX triplet: A1, 6E and 41. RGB value is (161,110,65). Sum of RGB (Red+Green+Blue) = 161+110+65=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E41 is #5E91BE. Grayscale: #787878. Windows color (decimal): -6197695 or 4288161. OLE color: 4288161.
HSL color Cylindrical-coordinate representation of color #A16E41: hue angle of 28.12º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A16E41 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 65 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.37 |
| HSL | 28.13º | 0.42% | 0.44% | - |
| HSV(B) | 28.13º | 0.6% | 0.63% | - |
| XYZ | 21.23 | 19.11 | 7.57 | - |
| YUV | 120.12 | 96.9 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 65 | 0 | 0.32 | 0.60 | 0.37 | 28.13 | 0.42 | 0.44 |
| Hex | A1 | 6E | 41 | 0 | 20 | 3C | 25 | 1C | 2A | 2C |
| Octal | 241 | 156 | 101 | 0 | 40 | 74 | 45 | 34 | 52 | 54 |
| Binary | 10100001 | 1101110 | 1000001 | 0 | 100000 | 111100 | 100101 | 11100 | 101010 | 101100 |
Color Harmonies of #A16E41
Complementary color
Monochromatic Colors of #A16E41
Black with #A16E41
Text Example
Text Example
White with #A16E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E41; }
p { color: rgb(161,110,65); }
H1.HeaderClassName
{
color: #A16E41;
}
.AnyTagClassName
{
color: #A16E41;
}
</style>
background-color css
<style>
a { background-color: #A16E41; }
a { background-color: rgb(161,110,65); }
div.DivClassName
{
background-color: #A16E41;
}
.BgClassName
{
background-color: #A16E41;
}
</style>
border-color css
<style>
span { border-color: #A16E41; }
span { border-color: rgb(161,110,65); }
td.TdClassName
{
border-color: #A16E41;
}
.TagClassName
{
border-color: #A16E41;
}
</style>