Shades of Bourbon #A96A41
Tints of Bourbon #A96A41
RGB
CMYK
RGB Variations
Color information
#A96A41 (or 0xA96A41) is known color: Bourbon. HEX triplet: A9, 6A and 41. RGB value is (169,106,65). Sum of RGB (Red+Green+Blue) = 169+106+65=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96A41 is #5695BE. Grayscale: #787878. Windows color (decimal): -5674431 or 4287145. OLE color: 4287145.
HSL color Cylindrical-coordinate representation of color #A96A41: hue angle of 23.65º 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 #A96A41 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 106 | 65 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.34 |
| HSL | 23.65º | 0.44% | 0.46% | - |
| HSV(B) | 23.65º | 0.62% | 0.66% | - |
| XYZ | 22.47 | 19.12 | 7.51 | - |
| YUV | 120.16 | 96.87 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 106 | 65 | 0 | 0.37 | 0.62 | 0.34 | 23.65 | 0.44 | 0.46 |
| Hex | A9 | 6A | 41 | 0 | 25 | 3E | 22 | 18 | 2C | 2E |
| Octal | 251 | 152 | 101 | 0 | 45 | 76 | 42 | 30 | 54 | 56 |
| Binary | 10101001 | 1101010 | 1000001 | 0 | 100101 | 111110 | 100010 | 11000 | 101100 | 101110 |
Color Harmonies of #A96A41
Complementary color
Monochromatic Colors of #A96A41
Black with #A96A41
Text Example
Text Example
White with #A96A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96A41; }
p { color: rgb(169,106,65); }
H1.HeaderClassName
{
color: #A96A41;
}
.AnyTagClassName
{
color: #A96A41;
}
</style>
background-color css
<style>
a { background-color: #A96A41; }
a { background-color: rgb(169,106,65); }
div.DivClassName
{
background-color: #A96A41;
}
.BgClassName
{
background-color: #A96A41;
}
</style>
border-color css
<style>
span { border-color: #A96A41; }
span { border-color: rgb(169,106,65); }
td.TdClassName
{
border-color: #A96A41;
}
.TagClassName
{
border-color: #A96A41;
}
</style>