Shades of Bourbon #A77440
Tints of Bourbon #A77440
RGB
CMYK
RGB Variations
Color information
#A77440 (or 0xA77440) is known color: Bourbon. HEX triplet: A7, 74 and 40. RGB value is (167,116,64). Sum of RGB (Red+Green+Blue) = 167+116+64=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A77440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77440 is #588BBF. Grayscale: #7D7D7D. Windows color (decimal): -5802944 or 4224167. OLE color: 4224167.
HSL color Cylindrical-coordinate representation of color #A77440: hue angle of 30.29º 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 #A77440 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 116 | 64 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.35 |
| HSL | 30.29º | 0.45% | 0.45% | - |
| HSV(B) | 30.29º | 0.62% | 0.65% | - |
| XYZ | 23.11 | 21.08 | 7.7 | - |
| YUV | 125.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 64 | 0 | 0.31 | 0.62 | 0.35 | 30.29 | 0.45 | 0.45 |
| Hex | A7 | 74 | 40 | 0 | 1F | 3E | 23 | 1E | 2D | 2D |
| Octal | 247 | 164 | 100 | 0 | 37 | 76 | 43 | 36 | 55 | 55 |
| Binary | 10100111 | 1110100 | 1000000 | 0 | 11111 | 111110 | 100011 | 11110 | 101101 | 101101 |
Color Harmonies of #A77440
Complementary color
Monochromatic Colors of #A77440
Black with #A77440
Text Example
Text Example
White with #A77440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77440; }
p { color: rgb(167,116,64); }
H1.HeaderClassName
{
color: #A77440;
}
.AnyTagClassName
{
color: #A77440;
}
</style>
background-color css
<style>
a { background-color: #A77440; }
a { background-color: rgb(167,116,64); }
div.DivClassName
{
background-color: #A77440;
}
.BgClassName
{
background-color: #A77440;
}
</style>
border-color css
<style>
span { border-color: #A77440; }
span { border-color: rgb(167,116,64); }
td.TdClassName
{
border-color: #A77440;
}
.TagClassName
{
border-color: #A77440;
}
</style>