Shades of Bourbon #A16C43
Tints of Bourbon #A16C43
RGB
CMYK
RGB Variations
Color information
#A16C43 (or 0xA16C43) is known color: Bourbon. HEX triplet: A1, 6C and 43. RGB value is (161,108,67). Sum of RGB (Red+Green+Blue) = 161+108+67=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16C43 is #5E93BC. Grayscale: #777777. Windows color (decimal): -6198205 or 4418721. OLE color: 4418721.
HSL color Cylindrical-coordinate representation of color #A16C43: hue angle of 26.17º 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 #A16C43 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 67 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.37 |
| HSL | 26.17º | 0.41% | 0.45% | - |
| HSV(B) | 26.17º | 0.58% | 0.63% | - |
| XYZ | 21.07 | 18.71 | 7.81 | - |
| YUV | 119.17 | 98.56 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 67 | 0 | 0.33 | 0.58 | 0.37 | 26.17 | 0.41 | 0.45 |
| Hex | A1 | 6C | 43 | 0 | 21 | 3A | 25 | 1A | 29 | 2D |
| Octal | 241 | 154 | 103 | 0 | 41 | 72 | 45 | 32 | 51 | 55 |
| Binary | 10100001 | 1101100 | 1000011 | 0 | 100001 | 111010 | 100101 | 11010 | 101001 | 101101 |
Color Harmonies of #A16C43
Complementary color
Monochromatic Colors of #A16C43
Black with #A16C43
Text Example
Text Example
White with #A16C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C43; }
p { color: rgb(161,108,67); }
H1.HeaderClassName
{
color: #A16C43;
}
.AnyTagClassName
{
color: #A16C43;
}
</style>
background-color css
<style>
a { background-color: #A16C43; }
a { background-color: rgb(161,108,67); }
div.DivClassName
{
background-color: #A16C43;
}
.BgClassName
{
background-color: #A16C43;
}
</style>
border-color css
<style>
span { border-color: #A16C43; }
span { border-color: rgb(161,108,67); }
td.TdClassName
{
border-color: #A16C43;
}
.TagClassName
{
border-color: #A16C43;
}
</style>