Shades of Bourbon #A76C39
Tints of Bourbon #A76C39
RGB
CMYK
RGB Variations
Color information
#A76C39 (or 0xA76C39) is known color: Bourbon. HEX triplet: A7, 6C and 39. RGB value is (167,108,57). Sum of RGB (Red+Green+Blue) = 167+108+57=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76C39 is #5893C6. Grayscale: #787878. Windows color (decimal): -5804999 or 3763367. OLE color: 3763367.
HSL color Cylindrical-coordinate representation of color #A76C39: hue angle of 27.82º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A76C39 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 108 | 57 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.35 |
| HSL | 27.82º | 0.49% | 0.44% | - |
| HSV(B) | 27.82º | 0.66% | 0.65% | - |
| XYZ | 22.04 | 19.24 | 6.42 | - |
| YUV | 119.83 | 92.55 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 57 | 0 | 0.35 | 0.66 | 0.35 | 27.82 | 0.49 | 0.44 |
| Hex | A7 | 6C | 39 | 0 | 23 | 42 | 23 | 1C | 31 | 2C |
| Octal | 247 | 154 | 71 | 0 | 43 | 102 | 43 | 34 | 61 | 54 |
| Binary | 10100111 | 1101100 | 111001 | 0 | 100011 | 1000010 | 100011 | 11100 | 110001 | 101100 |
Color Harmonies of #A76C39
Complementary color
Monochromatic Colors of #A76C39
Black with #A76C39
Text Example
Text Example
White with #A76C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76C39; }
p { color: rgb(167,108,57); }
H1.HeaderClassName
{
color: #A76C39;
}
.AnyTagClassName
{
color: #A76C39;
}
</style>
background-color css
<style>
a { background-color: #A76C39; }
a { background-color: rgb(167,108,57); }
div.DivClassName
{
background-color: #A76C39;
}
.BgClassName
{
background-color: #A76C39;
}
</style>
border-color css
<style>
span { border-color: #A76C39; }
span { border-color: rgb(167,108,57); }
td.TdClassName
{
border-color: #A76C39;
}
.TagClassName
{
border-color: #A76C39;
}
</style>