Shades of Bourbon #A17341
Tints of Bourbon #A17341
RGB
CMYK
RGB Variations
Color information
#A17341 (or 0xA17341) is known color: Bourbon. HEX triplet: A1, 73 and 41. RGB value is (161,115,65). Sum of RGB (Red+Green+Blue) = 161+115+65=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A17341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17341 is #5E8CBE. Grayscale: #7B7B7B. Windows color (decimal): -6196415 or 4289441. OLE color: 4289441.
HSL color Cylindrical-coordinate representation of color #A17341: hue angle of 31.25º 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 #A17341 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 115 | 65 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.37 |
| HSL | 31.25º | 0.42% | 0.44% | - |
| HSV(B) | 31.25º | 0.6% | 0.63% | - |
| XYZ | 21.78 | 20.22 | 7.76 | - |
| YUV | 123.05 | 95.24 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 65 | 0 | 0.29 | 0.60 | 0.37 | 31.25 | 0.42 | 0.44 |
| Hex | A1 | 73 | 41 | 0 | 1D | 3C | 25 | 1F | 2A | 2C |
| Octal | 241 | 163 | 101 | 0 | 35 | 74 | 45 | 37 | 52 | 54 |
| Binary | 10100001 | 1110011 | 1000001 | 0 | 11101 | 111100 | 100101 | 11111 | 101010 | 101100 |
Color Harmonies of #A17341
Complementary color
Monochromatic Colors of #A17341
Black with #A17341
Text Example
Text Example
White with #A17341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17341; }
p { color: rgb(161,115,65); }
H1.HeaderClassName
{
color: #A17341;
}
.AnyTagClassName
{
color: #A17341;
}
</style>
background-color css
<style>
a { background-color: #A17341; }
a { background-color: rgb(161,115,65); }
div.DivClassName
{
background-color: #A17341;
}
.BgClassName
{
background-color: #A17341;
}
</style>
border-color css
<style>
span { border-color: #A17341; }
span { border-color: rgb(161,115,65); }
td.TdClassName
{
border-color: #A17341;
}
.TagClassName
{
border-color: #A17341;
}
</style>