Shades of Bourbon #A17045
Tints of Bourbon #A17045
RGB
CMYK
RGB Variations
Color information
#A17045 (or 0xA17045) is known color: Bourbon. HEX triplet: A1, 70 and 45. RGB value is (161,112,69). Sum of RGB (Red+Green+Blue) = 161+112+69=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A17045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17045 is #5E8FBA. Grayscale: #797979. Windows color (decimal): -6197179 or 4550817. OLE color: 4550817.
HSL color Cylindrical-coordinate representation of color #A17045: hue angle of 28.04º degrees, saturation: 0.4, 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 #A17045 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 69 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.37 |
| HSL | 28.04º | 0.4% | 0.45% | - |
| HSV(B) | 28.04º | 0.57% | 0.63% | - |
| XYZ | 21.57 | 19.6 | 8.28 | - |
| YUV | 121.75 | 98.23 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 69 | 0 | 0.30 | 0.57 | 0.37 | 28.04 | 0.4 | 0.45 |
| Hex | A1 | 70 | 45 | 0 | 1E | 39 | 25 | 1C | 28 | 2D |
| Octal | 241 | 160 | 105 | 0 | 36 | 71 | 45 | 34 | 50 | 55 |
| Binary | 10100001 | 1110000 | 1000101 | 0 | 11110 | 111001 | 100101 | 11100 | 101000 | 101101 |
Color Harmonies of #A17045
Complementary color
Monochromatic Colors of #A17045
Black with #A17045
Text Example
Text Example
White with #A17045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17045; }
p { color: rgb(161,112,69); }
H1.HeaderClassName
{
color: #A17045;
}
.AnyTagClassName
{
color: #A17045;
}
</style>
background-color css
<style>
a { background-color: #A17045; }
a { background-color: rgb(161,112,69); }
div.DivClassName
{
background-color: #A17045;
}
.BgClassName
{
background-color: #A17045;
}
</style>
border-color css
<style>
span { border-color: #A17045; }
span { border-color: rgb(161,112,69); }
td.TdClassName
{
border-color: #A17045;
}
.TagClassName
{
border-color: #A17045;
}
</style>