Shades of Bourbon #A76C3A
Tints of Bourbon #A76C3A
RGB
CMYK
RGB Variations
Color information
#A76C3A (or 0xA76C3A) is known color: Bourbon. HEX triplet: A7, 6C and 3A. RGB value is (167,108,58). Sum of RGB (Red+Green+Blue) = 167+108+58=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76C3A is #5893C5. Grayscale: #787878. Windows color (decimal): -5804998 or 3828903. OLE color: 3828903.
HSL color Cylindrical-coordinate representation of color #A76C3A: hue angle of 27.52º 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 #A76C3A is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 108 | 58 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.35 |
| HSL | 27.52º | 0.48% | 0.44% | - |
| HSV(B) | 27.52º | 0.65% | 0.65% | - |
| XYZ | 22.06 | 19.25 | 6.56 | - |
| YUV | 119.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 58 | 0 | 0.35 | 0.65 | 0.35 | 27.52 | 0.48 | 0.44 |
| Hex | A7 | 6C | 3A | 0 | 23 | 41 | 23 | 1C | 30 | 2C |
| Octal | 247 | 154 | 72 | 0 | 43 | 101 | 43 | 34 | 60 | 54 |
| Binary | 10100111 | 1101100 | 111010 | 0 | 100011 | 1000001 | 100011 | 11100 | 110000 | 101100 |
Color Harmonies of #A76C3A
Complementary color
Monochromatic Colors of #A76C3A
Black with #A76C3A
Text Example
Text Example
White with #A76C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76C3A; }
p { color: rgb(167,108,58); }
H1.HeaderClassName
{
color: #A76C3A;
}
.AnyTagClassName
{
color: #A76C3A;
}
</style>
background-color css
<style>
a { background-color: #A76C3A; }
a { background-color: rgb(167,108,58); }
div.DivClassName
{
background-color: #A76C3A;
}
.BgClassName
{
background-color: #A76C3A;
}
</style>
border-color css
<style>
span { border-color: #A76C3A; }
span { border-color: rgb(167,108,58); }
td.TdClassName
{
border-color: #A76C3A;
}
.TagClassName
{
border-color: #A76C3A;
}
</style>