Shades of Bourbon #A16F42
Tints of Bourbon #A16F42
RGB
CMYK
RGB Variations
Color information
#A16F42 (or 0xA16F42) is known color: Bourbon. HEX triplet: A1, 6F and 42. RGB value is (161,111,66). Sum of RGB (Red+Green+Blue) = 161+111+66=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F42 is #5E90BD. Grayscale: #797979. Windows color (decimal): -6197438 or 4353953. OLE color: 4353953.
HSL color Cylindrical-coordinate representation of color #A16F42: hue angle of 28.42º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A16F42 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 66 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.37 |
| HSL | 28.42º | 0.42% | 0.45% | - |
| HSV(B) | 28.42º | 0.59% | 0.63% | - |
| XYZ | 21.37 | 19.34 | 7.76 | - |
| YUV | 120.82 | 97.07 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 66 | 0 | 0.31 | 0.59 | 0.37 | 28.42 | 0.42 | 0.45 |
| Hex | A1 | 6F | 42 | 0 | 1F | 3B | 25 | 1C | 2A | 2D |
| Octal | 241 | 157 | 102 | 0 | 37 | 73 | 45 | 34 | 52 | 55 |
| Binary | 10100001 | 1101111 | 1000010 | 0 | 11111 | 111011 | 100101 | 11100 | 101010 | 101101 |
Color Harmonies of #A16F42
Complementary color
Monochromatic Colors of #A16F42
Black with #A16F42
Text Example
Text Example
White with #A16F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F42; }
p { color: rgb(161,111,66); }
H1.HeaderClassName
{
color: #A16F42;
}
.AnyTagClassName
{
color: #A16F42;
}
</style>
background-color css
<style>
a { background-color: #A16F42; }
a { background-color: rgb(161,111,66); }
div.DivClassName
{
background-color: #A16F42;
}
.BgClassName
{
background-color: #A16F42;
}
</style>
border-color css
<style>
span { border-color: #A16F42; }
span { border-color: rgb(161,111,66); }
td.TdClassName
{
border-color: #A16F42;
}
.TagClassName
{
border-color: #A16F42;
}
</style>