Shades of Bourbon #A16C40
Tints of Bourbon #A16C40
RGB
CMYK
RGB Variations
Color information
#A16C40 (or 0xA16C40) is known color: Bourbon. HEX triplet: A1, 6C and 40. RGB value is (161,108,64). Sum of RGB (Red+Green+Blue) = 161+108+64=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16C40 is #5E93BF. Grayscale: #777777. Windows color (decimal): -6198208 or 4222113. OLE color: 4222113.
HSL color Cylindrical-coordinate representation of color #A16C40: hue angle of 27.22º degrees, saturation: 0.43, 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 #A16C40 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 64 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.37 |
| HSL | 27.22º | 0.43% | 0.44% | - |
| HSV(B) | 27.22º | 0.6% | 0.63% | - |
| XYZ | 20.99 | 18.67 | 7.35 | - |
| YUV | 118.83 | 97.06 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 64 | 0 | 0.33 | 0.60 | 0.37 | 27.22 | 0.43 | 0.44 |
| Hex | A1 | 6C | 40 | 0 | 21 | 3C | 25 | 1B | 2B | 2C |
| Octal | 241 | 154 | 100 | 0 | 41 | 74 | 45 | 33 | 53 | 54 |
| Binary | 10100001 | 1101100 | 1000000 | 0 | 100001 | 111100 | 100101 | 11011 | 101011 | 101100 |
Color Harmonies of #A16C40
Complementary color
Monochromatic Colors of #A16C40
Black with #A16C40
Text Example
Text Example
White with #A16C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C40; }
p { color: rgb(161,108,64); }
H1.HeaderClassName
{
color: #A16C40;
}
.AnyTagClassName
{
color: #A16C40;
}
</style>
background-color css
<style>
a { background-color: #A16C40; }
a { background-color: rgb(161,108,64); }
div.DivClassName
{
background-color: #A16C40;
}
.BgClassName
{
background-color: #A16C40;
}
</style>
border-color css
<style>
span { border-color: #A16C40; }
span { border-color: rgb(161,108,64); }
td.TdClassName
{
border-color: #A16C40;
}
.TagClassName
{
border-color: #A16C40;
}
</style>