Shades of Bourbon #A96A46
Tints of Bourbon #A96A46
RGB
CMYK
RGB Variations
Color information
#A96A46 (or 0xA96A46) is known color: Bourbon. HEX triplet: A9, 6A and 46. RGB value is (169,106,70). Sum of RGB (Red+Green+Blue) = 169+106+70=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96A46 is #5695B9. Grayscale: #787878. Windows color (decimal): -5674426 or 4614825. OLE color: 4614825.
HSL color Cylindrical-coordinate representation of color #A96A46: hue angle of 21.82º degrees, saturation: 0.41, 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 #A96A46 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 106 | 70 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.34 |
| HSL | 21.82º | 0.41% | 0.47% | - |
| HSV(B) | 21.82º | 0.59% | 0.66% | - |
| XYZ | 22.62 | 19.19 | 8.31 | - |
| YUV | 120.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 106 | 70 | 0 | 0.37 | 0.59 | 0.34 | 21.82 | 0.41 | 0.47 |
| Hex | A9 | 6A | 46 | 0 | 25 | 3B | 22 | 16 | 29 | 2F |
| Octal | 251 | 152 | 106 | 0 | 45 | 73 | 42 | 26 | 51 | 57 |
| Binary | 10101001 | 1101010 | 1000110 | 0 | 100101 | 111011 | 100010 | 10110 | 101001 | 101111 |
Color Harmonies of #A96A46
Complementary color
Monochromatic Colors of #A96A46
Black with #A96A46
Text Example
Text Example
White with #A96A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96A46; }
p { color: rgb(169,106,70); }
H1.HeaderClassName
{
color: #A96A46;
}
.AnyTagClassName
{
color: #A96A46;
}
</style>
background-color css
<style>
a { background-color: #A96A46; }
a { background-color: rgb(169,106,70); }
div.DivClassName
{
background-color: #A96A46;
}
.BgClassName
{
background-color: #A96A46;
}
</style>
border-color css
<style>
span { border-color: #A96A46; }
span { border-color: rgb(169,106,70); }
td.TdClassName
{
border-color: #A96A46;
}
.TagClassName
{
border-color: #A96A46;
}
</style>