Shades of Bourbon #A76E3B
Tints of Bourbon #A76E3B
RGB
CMYK
RGB Variations
Color information
#A76E3B (or 0xA76E3B) is known color: Bourbon. HEX triplet: A7, 6E and 3B. RGB value is (167,110,59). Sum of RGB (Red+Green+Blue) = 167+110+59=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76E3B is #5891C4. Grayscale: #797979. Windows color (decimal): -5804485 or 3894951. OLE color: 3894951.
HSL color Cylindrical-coordinate representation of color #A76E3B: hue angle of 28.33º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A76E3B is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 110 | 59 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.35 |
| HSL | 28.33º | 0.48% | 0.44% | - |
| HSV(B) | 28.33º | 0.65% | 0.65% | - |
| XYZ | 22.3 | 19.68 | 6.76 | - |
| YUV | 121.23 | 92.88 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 59 | 0 | 0.34 | 0.65 | 0.35 | 28.33 | 0.48 | 0.44 |
| Hex | A7 | 6E | 3B | 0 | 22 | 41 | 23 | 1C | 30 | 2C |
| Octal | 247 | 156 | 73 | 0 | 42 | 101 | 43 | 34 | 60 | 54 |
| Binary | 10100111 | 1101110 | 111011 | 0 | 100010 | 1000001 | 100011 | 11100 | 110000 | 101100 |
Color Harmonies of #A76E3B
Complementary color
Monochromatic Colors of #A76E3B
Black with #A76E3B
Text Example
Text Example
White with #A76E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76E3B; }
p { color: rgb(167,110,59); }
H1.HeaderClassName
{
color: #A76E3B;
}
.AnyTagClassName
{
color: #A76E3B;
}
</style>
background-color css
<style>
a { background-color: #A76E3B; }
a { background-color: rgb(167,110,59); }
div.DivClassName
{
background-color: #A76E3B;
}
.BgClassName
{
background-color: #A76E3B;
}
</style>
border-color css
<style>
span { border-color: #A76E3B; }
span { border-color: rgb(167,110,59); }
td.TdClassName
{
border-color: #A76E3B;
}
.TagClassName
{
border-color: #A76E3B;
}
</style>