Shades of Bourbon #A17241
Tints of Bourbon #A17241
RGB
CMYK
RGB Variations
Color information
#A17241 (or 0xA17241) is known color: Bourbon. HEX triplet: A1, 72 and 41. RGB value is (161,114,65). Sum of RGB (Red+Green+Blue) = 161+114+65=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A17241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17241 is #5E8DBE. Grayscale: #7A7A7A. Windows color (decimal): -6196671 or 4289185. OLE color: 4289185.
HSL color Cylindrical-coordinate representation of color #A17241: hue angle of 30.63º 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 #A17241 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 114 | 65 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.37 |
| HSL | 30.63º | 0.42% | 0.44% | - |
| HSV(B) | 30.63º | 0.6% | 0.63% | - |
| XYZ | 21.67 | 19.99 | 7.72 | - |
| YUV | 122.47 | 95.57 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 65 | 0 | 0.29 | 0.60 | 0.37 | 30.63 | 0.42 | 0.44 |
| Hex | A1 | 72 | 41 | 0 | 1D | 3C | 25 | 1F | 2A | 2C |
| Octal | 241 | 162 | 101 | 0 | 35 | 74 | 45 | 37 | 52 | 54 |
| Binary | 10100001 | 1110010 | 1000001 | 0 | 11101 | 111100 | 100101 | 11111 | 101010 | 101100 |
Color Harmonies of #A17241
Complementary color
Monochromatic Colors of #A17241
Black with #A17241
Text Example
Text Example
White with #A17241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17241; }
p { color: rgb(161,114,65); }
H1.HeaderClassName
{
color: #A17241;
}
.AnyTagClassName
{
color: #A17241;
}
</style>
background-color css
<style>
a { background-color: #A17241; }
a { background-color: rgb(161,114,65); }
div.DivClassName
{
background-color: #A17241;
}
.BgClassName
{
background-color: #A17241;
}
</style>
border-color css
<style>
span { border-color: #A17241; }
span { border-color: rgb(161,114,65); }
td.TdClassName
{
border-color: #A17241;
}
.TagClassName
{
border-color: #A17241;
}
</style>