Shades of Bourbon #A77343
Tints of Bourbon #A77343
RGB
CMYK
RGB Variations
Color information
#A77343 (or 0xA77343) is known color: Bourbon. HEX triplet: A7, 73 and 43. RGB value is (167,115,67). Sum of RGB (Red+Green+Blue) = 167+115+67=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A77343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77343 is #588CBC. Grayscale: #7D7D7D. Windows color (decimal): -5803197 or 4420519. OLE color: 4420519.
HSL color Cylindrical-coordinate representation of color #A77343: hue angle of 28.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 #A77343 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 115 | 67 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.35 |
| HSL | 28.8º | 0.43% | 0.46% | - |
| HSV(B) | 28.8º | 0.6% | 0.65% | - |
| XYZ | 23.08 | 20.88 | 8.12 | - |
| YUV | 125.08 | 95.23 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 67 | 0 | 0.31 | 0.60 | 0.35 | 28.8 | 0.43 | 0.46 |
| Hex | A7 | 73 | 43 | 0 | 1F | 3C | 23 | 1D | 2B | 2E |
| Octal | 247 | 163 | 103 | 0 | 37 | 74 | 43 | 35 | 53 | 56 |
| Binary | 10100111 | 1110011 | 1000011 | 0 | 11111 | 111100 | 100011 | 11101 | 101011 | 101110 |
Color Harmonies of #A77343
Complementary color
Monochromatic Colors of #A77343
Black with #A77343
Text Example
Text Example
White with #A77343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77343; }
p { color: rgb(167,115,67); }
H1.HeaderClassName
{
color: #A77343;
}
.AnyTagClassName
{
color: #A77343;
}
</style>
background-color css
<style>
a { background-color: #A77343; }
a { background-color: rgb(167,115,67); }
div.DivClassName
{
background-color: #A77343;
}
.BgClassName
{
background-color: #A77343;
}
</style>
border-color css
<style>
span { border-color: #A77343; }
span { border-color: rgb(167,115,67); }
td.TdClassName
{
border-color: #A77343;
}
.TagClassName
{
border-color: #A77343;
}
</style>