Shades of Bourbon #A47149
Tints of Bourbon #A47149
RGB
CMYK
RGB Variations
Color information
#A47149 (or 0xA47149) is known color: Bourbon. HEX triplet: A4, 71 and 49. RGB value is (164,113,73). Sum of RGB (Red+Green+Blue) = 164+113+73=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A47149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47149 is #5B8EB6. Grayscale: #7B7B7B. Windows color (decimal): -6000311 or 4813220. OLE color: 4813220.
HSL color Cylindrical-coordinate representation of color #A47149: hue angle of 26.37º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A47149 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 113 | 73 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.36 |
| HSL | 26.37º | 0.38% | 0.46% | - |
| HSV(B) | 26.37º | 0.55% | 0.64% | - |
| XYZ | 22.42 | 20.18 | 9.02 | - |
| YUV | 123.69 | 99.4 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 73 | 0 | 0.31 | 0.55 | 0.36 | 26.37 | 0.38 | 0.46 |
| Hex | A4 | 71 | 49 | 0 | 1F | 37 | 24 | 1A | 26 | 2E |
| Octal | 244 | 161 | 111 | 0 | 37 | 67 | 44 | 32 | 46 | 56 |
| Binary | 10100100 | 1110001 | 1001001 | 0 | 11111 | 110111 | 100100 | 11010 | 100110 | 101110 |
Color Harmonies of #A47149
Complementary color
Monochromatic Colors of #A47149
Black with #A47149
Text Example
Text Example
White with #A47149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47149; }
p { color: rgb(164,113,73); }
H1.HeaderClassName
{
color: #A47149;
}
.AnyTagClassName
{
color: #A47149;
}
</style>
background-color css
<style>
a { background-color: #A47149; }
a { background-color: rgb(164,113,73); }
div.DivClassName
{
background-color: #A47149;
}
.BgClassName
{
background-color: #A47149;
}
</style>
border-color css
<style>
span { border-color: #A47149; }
span { border-color: rgb(164,113,73); }
td.TdClassName
{
border-color: #A47149;
}
.TagClassName
{
border-color: #A47149;
}
</style>