Shades of Bourbon #A76D3E
Tints of Bourbon #A76D3E
RGB
CMYK
RGB Variations
Color information
#A76D3E (or 0xA76D3E) is known color: Bourbon. HEX triplet: A7, 6D and 3E. RGB value is (167,109,62). Sum of RGB (Red+Green+Blue) = 167+109+62=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76D3E is #5892C1. Grayscale: #797979. Windows color (decimal): -5804738 or 4091303. OLE color: 4091303.
HSL color Cylindrical-coordinate representation of color #A76D3E: hue angle of 26.86º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A76D3E is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 109 | 62 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.35 |
| HSL | 26.86º | 0.46% | 0.45% | - |
| HSV(B) | 26.86º | 0.63% | 0.65% | - |
| XYZ | 22.27 | 19.5 | 7.15 | - |
| YUV | 120.98 | 94.72 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 62 | 0 | 0.35 | 0.63 | 0.35 | 26.86 | 0.46 | 0.45 |
| Hex | A7 | 6D | 3E | 0 | 23 | 3F | 23 | 1B | 2E | 2D |
| Octal | 247 | 155 | 76 | 0 | 43 | 77 | 43 | 33 | 56 | 55 |
| Binary | 10100111 | 1101101 | 111110 | 0 | 100011 | 111111 | 100011 | 11011 | 101110 | 101101 |
Color Harmonies of #A76D3E
Complementary color
Monochromatic Colors of #A76D3E
Black with #A76D3E
Text Example
Text Example
White with #A76D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76D3E; }
p { color: rgb(167,109,62); }
H1.HeaderClassName
{
color: #A76D3E;
}
.AnyTagClassName
{
color: #A76D3E;
}
</style>
background-color css
<style>
a { background-color: #A76D3E; }
a { background-color: rgb(167,109,62); }
div.DivClassName
{
background-color: #A76D3E;
}
.BgClassName
{
background-color: #A76D3E;
}
</style>
border-color css
<style>
span { border-color: #A76D3E; }
span { border-color: rgb(167,109,62); }
td.TdClassName
{
border-color: #A76D3E;
}
.TagClassName
{
border-color: #A76D3E;
}
</style>