Shades of Bourbon #A96D47
Tints of Bourbon #A96D47
RGB
CMYK
RGB Variations
Color information
#A96D47 (or 0xA96D47) is known color: Bourbon. HEX triplet: A9, 6D and 47. RGB value is (169,109,71). Sum of RGB (Red+Green+Blue) = 169+109+71=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96D47 is #5692B8. Grayscale: #7A7A7A. Windows color (decimal): -5673657 or 4681129. OLE color: 4681129.
HSL color Cylindrical-coordinate representation of color #A96D47: hue angle of 23.27º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A96D47 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 109 | 71 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.34 |
| HSL | 23.27º | 0.41% | 0.47% | - |
| HSV(B) | 23.27º | 0.58% | 0.66% | - |
| XYZ | 22.97 | 19.83 | 8.58 | - |
| YUV | 122.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 109 | 71 | 0 | 0.36 | 0.58 | 0.34 | 23.27 | 0.41 | 0.47 |
| Hex | A9 | 6D | 47 | 0 | 24 | 3A | 22 | 17 | 29 | 2F |
| Octal | 251 | 155 | 107 | 0 | 44 | 72 | 42 | 27 | 51 | 57 |
| Binary | 10101001 | 1101101 | 1000111 | 0 | 100100 | 111010 | 100010 | 10111 | 101001 | 101111 |
Color Harmonies of #A96D47
Complementary color
Monochromatic Colors of #A96D47
Black with #A96D47
Text Example
Text Example
White with #A96D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96D47; }
p { color: rgb(169,109,71); }
H1.HeaderClassName
{
color: #A96D47;
}
.AnyTagClassName
{
color: #A96D47;
}
</style>
background-color css
<style>
a { background-color: #A96D47; }
a { background-color: rgb(169,109,71); }
div.DivClassName
{
background-color: #A96D47;
}
.BgClassName
{
background-color: #A96D47;
}
</style>
border-color css
<style>
span { border-color: #A96D47; }
span { border-color: rgb(169,109,71); }
td.TdClassName
{
border-color: #A96D47;
}
.TagClassName
{
border-color: #A96D47;
}
</style>