Shades of Bourbon #A17046
Tints of Bourbon #A17046
RGB
CMYK
RGB Variations
Color information
#A17046 (or 0xA17046) is known color: Bourbon. HEX triplet: A1, 70 and 46. RGB value is (161,112,70). Sum of RGB (Red+Green+Blue) = 161+112+70=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A17046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17046 is #5E8FB9. Grayscale: #7A7A7A. Windows color (decimal): -6197178 or 4616353. OLE color: 4616353.
HSL color Cylindrical-coordinate representation of color #A17046: hue angle of 27.69º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A17046 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 70 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.37 |
| HSL | 27.69º | 0.39% | 0.45% | - |
| HSV(B) | 27.69º | 0.57% | 0.63% | - |
| XYZ | 21.6 | 19.61 | 8.44 | - |
| YUV | 121.86 | 98.73 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 70 | 0 | 0.30 | 0.57 | 0.37 | 27.69 | 0.39 | 0.45 |
| Hex | A1 | 70 | 46 | 0 | 1E | 39 | 25 | 1C | 27 | 2D |
| Octal | 241 | 160 | 106 | 0 | 36 | 71 | 45 | 34 | 47 | 55 |
| Binary | 10100001 | 1110000 | 1000110 | 0 | 11110 | 111001 | 100101 | 11100 | 100111 | 101101 |
Color Harmonies of #A17046
Complementary color
Monochromatic Colors of #A17046
Black with #A17046
Text Example
Text Example
White with #A17046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17046; }
p { color: rgb(161,112,70); }
H1.HeaderClassName
{
color: #A17046;
}
.AnyTagClassName
{
color: #A17046;
}
</style>
background-color css
<style>
a { background-color: #A17046; }
a { background-color: rgb(161,112,70); }
div.DivClassName
{
background-color: #A17046;
}
.BgClassName
{
background-color: #A17046;
}
</style>
border-color css
<style>
span { border-color: #A17046; }
span { border-color: rgb(161,112,70); }
td.TdClassName
{
border-color: #A17046;
}
.TagClassName
{
border-color: #A17046;
}
</style>