Shades of Bourbon #A76E43
Tints of Bourbon #A76E43
RGB
CMYK
RGB Variations
Color information
#A76E43 (or 0xA76E43) is known color: Bourbon. HEX triplet: A7, 6E and 43. RGB value is (167,110,67). Sum of RGB (Red+Green+Blue) = 167+110+67=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76E43 is #5891BC. Grayscale: #7A7A7A. Windows color (decimal): -5804477 or 4419239. OLE color: 4419239.
HSL color Cylindrical-coordinate representation of color #A76E43: hue angle of 25.8º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A76E43 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 110 | 67 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.35 |
| HSL | 25.8º | 0.43% | 0.46% | - |
| HSV(B) | 25.8º | 0.6% | 0.65% | - |
| XYZ | 22.53 | 19.77 | 7.94 | - |
| YUV | 122.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 67 | 0 | 0.34 | 0.60 | 0.35 | 25.8 | 0.43 | 0.46 |
| Hex | A7 | 6E | 43 | 0 | 22 | 3C | 23 | 1A | 2B | 2E |
| Octal | 247 | 156 | 103 | 0 | 42 | 74 | 43 | 32 | 53 | 56 |
| Binary | 10100111 | 1101110 | 1000011 | 0 | 100010 | 111100 | 100011 | 11010 | 101011 | 101110 |
Color Harmonies of #A76E43
Complementary color
Monochromatic Colors of #A76E43
Black with #A76E43
Text Example
Text Example
White with #A76E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76E43; }
p { color: rgb(167,110,67); }
H1.HeaderClassName
{
color: #A76E43;
}
.AnyTagClassName
{
color: #A76E43;
}
</style>
background-color css
<style>
a { background-color: #A76E43; }
a { background-color: rgb(167,110,67); }
div.DivClassName
{
background-color: #A76E43;
}
.BgClassName
{
background-color: #A76E43;
}
</style>
border-color css
<style>
span { border-color: #A76E43; }
span { border-color: rgb(167,110,67); }
td.TdClassName
{
border-color: #A76E43;
}
.TagClassName
{
border-color: #A76E43;
}
</style>