Shades of Bourbon #A17441
Tints of Bourbon #A17441
RGB
CMYK
RGB Variations
Color information
#A17441 (or 0xA17441) is known color: Bourbon. HEX triplet: A1, 74 and 41. RGB value is (161,116,65). Sum of RGB (Red+Green+Blue) = 161+116+65=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A17441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17441 is #5E8BBE. Grayscale: #7B7B7B. Windows color (decimal): -6196159 or 4289697. OLE color: 4289697.
HSL color Cylindrical-coordinate representation of color #A17441: hue angle of 31.88º 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 #A17441 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 65 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.37 |
| HSL | 31.88º | 0.42% | 0.44% | - |
| HSV(B) | 31.88º | 0.6% | 0.63% | - |
| XYZ | 21.9 | 20.45 | 7.79 | - |
| YUV | 123.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 65 | 0 | 0.28 | 0.60 | 0.37 | 31.88 | 0.42 | 0.44 |
| Hex | A1 | 74 | 41 | 0 | 1C | 3C | 25 | 20 | 2A | 2C |
| Octal | 241 | 164 | 101 | 0 | 34 | 74 | 45 | 40 | 52 | 54 |
| Binary | 10100001 | 1110100 | 1000001 | 0 | 11100 | 111100 | 100101 | 100000 | 101010 | 101100 |
Color Harmonies of #A17441
Complementary color
Monochromatic Colors of #A17441
Black with #A17441
Text Example
Text Example
White with #A17441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17441; }
p { color: rgb(161,116,65); }
H1.HeaderClassName
{
color: #A17441;
}
.AnyTagClassName
{
color: #A17441;
}
</style>
background-color css
<style>
a { background-color: #A17441; }
a { background-color: rgb(161,116,65); }
div.DivClassName
{
background-color: #A17441;
}
.BgClassName
{
background-color: #A17441;
}
</style>
border-color css
<style>
span { border-color: #A17441; }
span { border-color: rgb(161,116,65); }
td.TdClassName
{
border-color: #A17441;
}
.TagClassName
{
border-color: #A17441;
}
</style>