Shades of Bourbon #A96841
Tints of Bourbon #A96841
RGB
CMYK
RGB Variations
Color information
#A96841 (or 0xA96841) is known color: Bourbon. HEX triplet: A9, 68 and 41. RGB value is (169,104,65). Sum of RGB (Red+Green+Blue) = 169+104+65=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A96841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96841 is #5697BE. Grayscale: #777777. Windows color (decimal): -5674943 or 4286633. OLE color: 4286633.
HSL color Cylindrical-coordinate representation of color #A96841: hue angle of 22.5º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A96841 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 65 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.34 |
| HSL | 22.5º | 0.44% | 0.46% | - |
| HSV(B) | 22.5º | 0.62% | 0.66% | - |
| XYZ | 22.27 | 18.72 | 7.44 | - |
| YUV | 118.99 | 97.53 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 65 | 0 | 0.38 | 0.62 | 0.34 | 22.5 | 0.44 | 0.46 |
| Hex | A9 | 68 | 41 | 0 | 26 | 3E | 22 | 16 | 2C | 2E |
| Octal | 251 | 150 | 101 | 0 | 46 | 76 | 42 | 26 | 54 | 56 |
| Binary | 10101001 | 1101000 | 1000001 | 0 | 100110 | 111110 | 100010 | 10110 | 101100 | 101110 |
Color Harmonies of #A96841
Complementary color
Monochromatic Colors of #A96841
Black with #A96841
Text Example
Text Example
White with #A96841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96841; }
p { color: rgb(169,104,65); }
H1.HeaderClassName
{
color: #A96841;
}
.AnyTagClassName
{
color: #A96841;
}
</style>
background-color css
<style>
a { background-color: #A96841; }
a { background-color: rgb(169,104,65); }
div.DivClassName
{
background-color: #A96841;
}
.BgClassName
{
background-color: #A96841;
}
</style>
border-color css
<style>
span { border-color: #A96841; }
span { border-color: rgb(169,104,65); }
td.TdClassName
{
border-color: #A96841;
}
.TagClassName
{
border-color: #A96841;
}
</style>