Shades of Bourbon #A17043
Tints of Bourbon #A17043
RGB
CMYK
RGB Variations
Color information
#A17043 (or 0xA17043) is known color: Bourbon. HEX triplet: A1, 70 and 43. RGB value is (161,112,67). Sum of RGB (Red+Green+Blue) = 161+112+67=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A17043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17043 is #5E8FBC. Grayscale: #797979. Windows color (decimal): -6197181 or 4419745. OLE color: 4419745.
HSL color Cylindrical-coordinate representation of color #A17043: hue angle of 28.72º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A17043 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 67 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.37 |
| HSL | 28.72º | 0.41% | 0.45% | - |
| HSV(B) | 28.72º | 0.58% | 0.63% | - |
| XYZ | 21.51 | 19.57 | 7.95 | - |
| YUV | 121.52 | 97.23 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 67 | 0 | 0.30 | 0.58 | 0.37 | 28.72 | 0.41 | 0.45 |
| Hex | A1 | 70 | 43 | 0 | 1E | 3A | 25 | 1D | 29 | 2D |
| Octal | 241 | 160 | 103 | 0 | 36 | 72 | 45 | 35 | 51 | 55 |
| Binary | 10100001 | 1110000 | 1000011 | 0 | 11110 | 111010 | 100101 | 11101 | 101001 | 101101 |
Color Harmonies of #A17043
Complementary color
Monochromatic Colors of #A17043
Black with #A17043
Text Example
Text Example
White with #A17043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17043; }
p { color: rgb(161,112,67); }
H1.HeaderClassName
{
color: #A17043;
}
.AnyTagClassName
{
color: #A17043;
}
</style>
background-color css
<style>
a { background-color: #A17043; }
a { background-color: rgb(161,112,67); }
div.DivClassName
{
background-color: #A17043;
}
.BgClassName
{
background-color: #A17043;
}
</style>
border-color css
<style>
span { border-color: #A17043; }
span { border-color: rgb(161,112,67); }
td.TdClassName
{
border-color: #A17043;
}
.TagClassName
{
border-color: #A17043;
}
</style>