Shades of Bourbon #A96839
Tints of Bourbon #A96839
RGB
CMYK
RGB Variations
Color information
#A96839 (or 0xA96839) is known color: Bourbon. HEX triplet: A9, 68 and 39. RGB value is (169,104,57). Sum of RGB (Red+Green+Blue) = 169+104+57=330 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.21% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 169 - color contains mainly: red. Hex color #A96839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96839 is #5697C6. Grayscale: #767676. Windows color (decimal): -5674951 or 3762345. OLE color: 3762345.
HSL color Cylindrical-coordinate representation of color #A96839: hue angle of 25.18º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A96839 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 57 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.34 |
| HSL | 25.18º | 0.5% | 0.44% | - |
| HSV(B) | 25.18º | 0.66% | 0.66% | - |
| XYZ | 22.05 | 18.63 | 6.3 | - |
| YUV | 118.08 | 93.53 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 57 | 0 | 0.38 | 0.66 | 0.34 | 25.18 | 0.5 | 0.44 |
| Hex | A9 | 68 | 39 | 0 | 26 | 42 | 22 | 19 | 32 | 2C |
| Octal | 251 | 150 | 71 | 0 | 46 | 102 | 42 | 31 | 62 | 54 |
| Binary | 10101001 | 1101000 | 111001 | 0 | 100110 | 1000010 | 100010 | 11001 | 110010 | 101100 |
Color Harmonies of #A96839
Complementary color
Monochromatic Colors of #A96839
Black with #A96839
Text Example
Text Example
White with #A96839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96839; }
p { color: rgb(169,104,57); }
H1.HeaderClassName
{
color: #A96839;
}
.AnyTagClassName
{
color: #A96839;
}
</style>
background-color css
<style>
a { background-color: #A96839; }
a { background-color: rgb(169,104,57); }
div.DivClassName
{
background-color: #A96839;
}
.BgClassName
{
background-color: #A96839;
}
</style>
border-color css
<style>
span { border-color: #A96839; }
span { border-color: rgb(169,104,57); }
td.TdClassName
{
border-color: #A96839;
}
.TagClassName
{
border-color: #A96839;
}
</style>