Shades of Bourbon #A96F40
Tints of Bourbon #A96F40
RGB
CMYK
RGB Variations
Color information
#A96F40 (or 0xA96F40) is known color: Bourbon. HEX triplet: A9, 6F and 40. RGB value is (169,111,64). Sum of RGB (Red+Green+Blue) = 169+111+64=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96F40 is #5690BF. Grayscale: #7B7B7B. Windows color (decimal): -5673152 or 4222889. OLE color: 4222889.
HSL color Cylindrical-coordinate representation of color #A96F40: hue angle of 26.86º degrees, saturation: 0.45, 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 #A96F40 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 111 | 64 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.34 |
| HSL | 26.86º | 0.45% | 0.46% | - |
| HSV(B) | 26.86º | 0.62% | 0.66% | - |
| XYZ | 22.97 | 20.17 | 7.53 | - |
| YUV | 122.98 | 94.72 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 64 | 0 | 0.34 | 0.62 | 0.34 | 26.86 | 0.45 | 0.46 |
| Hex | A9 | 6F | 40 | 0 | 22 | 3E | 22 | 1B | 2D | 2E |
| Octal | 251 | 157 | 100 | 0 | 42 | 76 | 42 | 33 | 55 | 56 |
| Binary | 10101001 | 1101111 | 1000000 | 0 | 100010 | 111110 | 100010 | 11011 | 101101 | 101110 |
Color Harmonies of #A96F40
Complementary color
Monochromatic Colors of #A96F40
Black with #A96F40
Text Example
Text Example
White with #A96F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96F40; }
p { color: rgb(169,111,64); }
H1.HeaderClassName
{
color: #A96F40;
}
.AnyTagClassName
{
color: #A96F40;
}
</style>
background-color css
<style>
a { background-color: #A96F40; }
a { background-color: rgb(169,111,64); }
div.DivClassName
{
background-color: #A96F40;
}
.BgClassName
{
background-color: #A96F40;
}
</style>
border-color css
<style>
span { border-color: #A96F40; }
span { border-color: rgb(169,111,64); }
td.TdClassName
{
border-color: #A96F40;
}
.TagClassName
{
border-color: #A96F40;
}
</style>