Shades of Bourbon #A17041
Tints of Bourbon #A17041
RGB
CMYK
RGB Variations
Color information
#A17041 (or 0xA17041) is known color: Bourbon. HEX triplet: A1, 70 and 41. RGB value is (161,112,65). Sum of RGB (Red+Green+Blue) = 161+112+65=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A17041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17041 is #5E8FBE. Grayscale: #797979. Windows color (decimal): -6197183 or 4288673. OLE color: 4288673.
HSL color Cylindrical-coordinate representation of color #A17041: hue angle of 29.38º 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 #A17041 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 65 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.37 |
| HSL | 29.38º | 0.42% | 0.44% | - |
| HSV(B) | 29.38º | 0.6% | 0.63% | - |
| XYZ | 21.45 | 19.55 | 7.64 | - |
| YUV | 121.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 65 | 0 | 0.30 | 0.60 | 0.37 | 29.38 | 0.42 | 0.44 |
| Hex | A1 | 70 | 41 | 0 | 1E | 3C | 25 | 1D | 2A | 2C |
| Octal | 241 | 160 | 101 | 0 | 36 | 74 | 45 | 35 | 52 | 54 |
| Binary | 10100001 | 1110000 | 1000001 | 0 | 11110 | 111100 | 100101 | 11101 | 101010 | 101100 |
Color Harmonies of #A17041
Complementary color
Monochromatic Colors of #A17041
Black with #A17041
Text Example
Text Example
White with #A17041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17041; }
p { color: rgb(161,112,65); }
H1.HeaderClassName
{
color: #A17041;
}
.AnyTagClassName
{
color: #A17041;
}
</style>
background-color css
<style>
a { background-color: #A17041; }
a { background-color: rgb(161,112,65); }
div.DivClassName
{
background-color: #A17041;
}
.BgClassName
{
background-color: #A17041;
}
</style>
border-color css
<style>
span { border-color: #A17041; }
span { border-color: rgb(161,112,65); }
td.TdClassName
{
border-color: #A17041;
}
.TagClassName
{
border-color: #A17041;
}
</style>