Shades of Bourbon #A96E3B
Tints of Bourbon #A96E3B
RGB
CMYK
RGB Variations
Color information
#A96E3B (or 0xA96E3B) is known color: Bourbon. HEX triplet: A9, 6E and 3B. RGB value is (169,110,59). Sum of RGB (Red+Green+Blue) = 169+110+59=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96E3B is #5691C4. Grayscale: #7A7A7A. Windows color (decimal): -5673413 or 3894953. OLE color: 3894953.
HSL color Cylindrical-coordinate representation of color #A96E3B: hue angle of 27.82º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A96E3B is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 59 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.34 |
| HSL | 27.82º | 0.48% | 0.45% | - |
| HSV(B) | 27.82º | 0.65% | 0.66% | - |
| XYZ | 22.73 | 19.9 | 6.78 | - |
| YUV | 121.83 | 92.55 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 59 | 0 | 0.35 | 0.65 | 0.34 | 27.82 | 0.48 | 0.45 |
| Hex | A9 | 6E | 3B | 0 | 23 | 41 | 22 | 1C | 30 | 2D |
| Octal | 251 | 156 | 73 | 0 | 43 | 101 | 42 | 34 | 60 | 55 |
| Binary | 10101001 | 1101110 | 111011 | 0 | 100011 | 1000001 | 100010 | 11100 | 110000 | 101101 |
Color Harmonies of #A96E3B
Complementary color
Monochromatic Colors of #A96E3B
Black with #A96E3B
Text Example
Text Example
White with #A96E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E3B; }
p { color: rgb(169,110,59); }
H1.HeaderClassName
{
color: #A96E3B;
}
.AnyTagClassName
{
color: #A96E3B;
}
</style>
background-color css
<style>
a { background-color: #A96E3B; }
a { background-color: rgb(169,110,59); }
div.DivClassName
{
background-color: #A96E3B;
}
.BgClassName
{
background-color: #A96E3B;
}
</style>
border-color css
<style>
span { border-color: #A96E3B; }
span { border-color: rgb(169,110,59); }
td.TdClassName
{
border-color: #A96E3B;
}
.TagClassName
{
border-color: #A96E3B;
}
</style>