Shades of Bourbon #A77040
Tints of Bourbon #A77040
RGB
CMYK
RGB Variations
Color information
#A77040 (or 0xA77040) is known color: Bourbon. HEX triplet: A7, 70 and 40. RGB value is (167,112,64). Sum of RGB (Red+Green+Blue) = 167+112+64=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A77040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77040 is #588FBF. Grayscale: #7B7B7B. Windows color (decimal): -5803968 or 4223143. OLE color: 4223143.
HSL color Cylindrical-coordinate representation of color #A77040: hue angle of 27.96º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A77040 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 112 | 64 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.35 |
| HSL | 27.96º | 0.45% | 0.45% | - |
| HSV(B) | 27.96º | 0.62% | 0.65% | - |
| XYZ | 22.66 | 20.17 | 7.55 | - |
| YUV | 122.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 112 | 64 | 0 | 0.33 | 0.62 | 0.35 | 27.96 | 0.45 | 0.45 |
| Hex | A7 | 70 | 40 | 0 | 21 | 3E | 23 | 1C | 2D | 2D |
| Octal | 247 | 160 | 100 | 0 | 41 | 76 | 43 | 34 | 55 | 55 |
| Binary | 10100111 | 1110000 | 1000000 | 0 | 100001 | 111110 | 100011 | 11100 | 101101 | 101101 |
Color Harmonies of #A77040
Complementary color
Monochromatic Colors of #A77040
Black with #A77040
Text Example
Text Example
White with #A77040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77040; }
p { color: rgb(167,112,64); }
H1.HeaderClassName
{
color: #A77040;
}
.AnyTagClassName
{
color: #A77040;
}
</style>
background-color css
<style>
a { background-color: #A77040; }
a { background-color: rgb(167,112,64); }
div.DivClassName
{
background-color: #A77040;
}
.BgClassName
{
background-color: #A77040;
}
</style>
border-color css
<style>
span { border-color: #A77040; }
span { border-color: rgb(167,112,64); }
td.TdClassName
{
border-color: #A77040;
}
.TagClassName
{
border-color: #A77040;
}
</style>