Shades of Bourbon #A16D43
Tints of Bourbon #A16D43
RGB
CMYK
RGB Variations
Color information
#A16D43 (or 0xA16D43) is known color: Bourbon. HEX triplet: A1, 6D and 43. RGB value is (161,109,67). Sum of RGB (Red+Green+Blue) = 161+109+67=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D43 is #5E92BC. Grayscale: #777777. Windows color (decimal): -6197949 or 4418977. OLE color: 4418977.
HSL color Cylindrical-coordinate representation of color #A16D43: hue angle of 26.81º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A16D43 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 67 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.37 |
| HSL | 26.81º | 0.41% | 0.45% | - |
| HSV(B) | 26.81º | 0.58% | 0.63% | - |
| XYZ | 21.18 | 18.92 | 7.85 | - |
| YUV | 119.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 67 | 0 | 0.32 | 0.58 | 0.37 | 26.81 | 0.41 | 0.45 |
| Hex | A1 | 6D | 43 | 0 | 20 | 3A | 25 | 1B | 29 | 2D |
| Octal | 241 | 155 | 103 | 0 | 40 | 72 | 45 | 33 | 51 | 55 |
| Binary | 10100001 | 1101101 | 1000011 | 0 | 100000 | 111010 | 100101 | 11011 | 101001 | 101101 |
Color Harmonies of #A16D43
Complementary color
Monochromatic Colors of #A16D43
Black with #A16D43
Text Example
Text Example
White with #A16D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D43; }
p { color: rgb(161,109,67); }
H1.HeaderClassName
{
color: #A16D43;
}
.AnyTagClassName
{
color: #A16D43;
}
</style>
background-color css
<style>
a { background-color: #A16D43; }
a { background-color: rgb(161,109,67); }
div.DivClassName
{
background-color: #A16D43;
}
.BgClassName
{
background-color: #A16D43;
}
</style>
border-color css
<style>
span { border-color: #A16D43; }
span { border-color: rgb(161,109,67); }
td.TdClassName
{
border-color: #A16D43;
}
.TagClassName
{
border-color: #A16D43;
}
</style>