Shades of Bourbon #A76940
Tints of Bourbon #A76940
RGB
CMYK
RGB Variations
Color information
#A76940 (or 0xA76940) is known color: Bourbon. HEX triplet: A7, 69 and 40. RGB value is (167,105,64). Sum of RGB (Red+Green+Blue) = 167+105+64=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A76940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76940 is #5896BF. Grayscale: #777777. Windows color (decimal): -5805760 or 4221351. OLE color: 4221351.
HSL color Cylindrical-coordinate representation of color #A76940: hue angle of 23.88º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A76940 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 105 | 64 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.35 |
| HSL | 23.88º | 0.45% | 0.45% | - |
| HSV(B) | 23.88º | 0.62% | 0.65% | - |
| XYZ | 21.91 | 18.69 | 7.3 | - |
| YUV | 118.86 | 97.04 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 105 | 64 | 0 | 0.37 | 0.62 | 0.35 | 23.88 | 0.45 | 0.45 |
| Hex | A7 | 69 | 40 | 0 | 25 | 3E | 23 | 18 | 2D | 2D |
| Octal | 247 | 151 | 100 | 0 | 45 | 76 | 43 | 30 | 55 | 55 |
| Binary | 10100111 | 1101001 | 1000000 | 0 | 100101 | 111110 | 100011 | 11000 | 101101 | 101101 |
Color Harmonies of #A76940
Complementary color
Monochromatic Colors of #A76940
Black with #A76940
Text Example
Text Example
White with #A76940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76940; }
p { color: rgb(167,105,64); }
H1.HeaderClassName
{
color: #A76940;
}
.AnyTagClassName
{
color: #A76940;
}
</style>
background-color css
<style>
a { background-color: #A76940; }
a { background-color: rgb(167,105,64); }
div.DivClassName
{
background-color: #A76940;
}
.BgClassName
{
background-color: #A76940;
}
</style>
border-color css
<style>
span { border-color: #A76940; }
span { border-color: rgb(167,105,64); }
td.TdClassName
{
border-color: #A76940;
}
.TagClassName
{
border-color: #A76940;
}
</style>