Shades of Bourbon #A17144
Tints of Bourbon #A17144
RGB
CMYK
RGB Variations
Color information
#A17144 (or 0xA17144) is known color: Bourbon. HEX triplet: A1, 71 and 44. RGB value is (161,113,68). Sum of RGB (Red+Green+Blue) = 161+113+68=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A17144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17144 is #5E8EBB. Grayscale: #7A7A7A. Windows color (decimal): -6196924 or 4485537. OLE color: 4485537.
HSL color Cylindrical-coordinate representation of color #A17144: hue angle of 29.03º 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 #A17144 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 113 | 68 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.37 |
| HSL | 29.03º | 0.41% | 0.45% | - |
| HSV(B) | 29.03º | 0.58% | 0.63% | - |
| XYZ | 21.65 | 19.8 | 8.15 | - |
| YUV | 122.22 | 97.4 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 68 | 0 | 0.30 | 0.58 | 0.37 | 29.03 | 0.41 | 0.45 |
| Hex | A1 | 71 | 44 | 0 | 1E | 3A | 25 | 1D | 29 | 2D |
| Octal | 241 | 161 | 104 | 0 | 36 | 72 | 45 | 35 | 51 | 55 |
| Binary | 10100001 | 1110001 | 1000100 | 0 | 11110 | 111010 | 100101 | 11101 | 101001 | 101101 |
Color Harmonies of #A17144
Complementary color
Monochromatic Colors of #A17144
Black with #A17144
Text Example
Text Example
White with #A17144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17144; }
p { color: rgb(161,113,68); }
H1.HeaderClassName
{
color: #A17144;
}
.AnyTagClassName
{
color: #A17144;
}
</style>
background-color css
<style>
a { background-color: #A17144; }
a { background-color: rgb(161,113,68); }
div.DivClassName
{
background-color: #A17144;
}
.BgClassName
{
background-color: #A17144;
}
</style>
border-color css
<style>
span { border-color: #A17144; }
span { border-color: rgb(161,113,68); }
td.TdClassName
{
border-color: #A17144;
}
.TagClassName
{
border-color: #A17144;
}
</style>