Shades of Bourbon #A96B45
Tints of Bourbon #A96B45
RGB
CMYK
RGB Variations
Color information
#A96B45 (or 0xA96B45) is known color: Bourbon. HEX triplet: A9, 6B and 45. RGB value is (169,107,69). Sum of RGB (Red+Green+Blue) = 169+107+69=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96B45 is #5694BA. Grayscale: #797979. Windows color (decimal): -5674171 or 4549545. OLE color: 4549545.
HSL color Cylindrical-coordinate representation of color #A96B45: hue angle of 22.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A96B45 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 107 | 69 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.34 |
| HSL | 22.8º | 0.42% | 0.47% | - |
| HSV(B) | 22.8º | 0.59% | 0.66% | - |
| XYZ | 22.69 | 19.38 | 8.17 | - |
| YUV | 121.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 107 | 69 | 0 | 0.37 | 0.59 | 0.34 | 22.8 | 0.42 | 0.47 |
| Hex | A9 | 6B | 45 | 0 | 25 | 3B | 22 | 17 | 2A | 2F |
| Octal | 251 | 153 | 105 | 0 | 45 | 73 | 42 | 27 | 52 | 57 |
| Binary | 10101001 | 1101011 | 1000101 | 0 | 100101 | 111011 | 100010 | 10111 | 101010 | 101111 |
Color Harmonies of #A96B45
Complementary color
Monochromatic Colors of #A96B45
Black with #A96B45
Text Example
Text Example
White with #A96B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96B45; }
p { color: rgb(169,107,69); }
H1.HeaderClassName
{
color: #A96B45;
}
.AnyTagClassName
{
color: #A96B45;
}
</style>
background-color css
<style>
a { background-color: #A96B45; }
a { background-color: rgb(169,107,69); }
div.DivClassName
{
background-color: #A96B45;
}
.BgClassName
{
background-color: #A96B45;
}
</style>
border-color css
<style>
span { border-color: #A96B45; }
span { border-color: rgb(169,107,69); }
td.TdClassName
{
border-color: #A96B45;
}
.TagClassName
{
border-color: #A96B45;
}
</style>