Shades of Bourbon #A77345
Tints of Bourbon #A77345
RGB
CMYK
RGB Variations
Color information
#A77345 (or 0xA77345) is known color: Bourbon. HEX triplet: A7, 73 and 45. RGB value is (167,115,69). Sum of RGB (Red+Green+Blue) = 167+115+69=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A77345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77345 is #588CBA. Grayscale: #7D7D7D. Windows color (decimal): -5803195 or 4551591. OLE color: 4551591.
HSL color Cylindrical-coordinate representation of color #A77345: hue angle of 28.16º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A77345 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 115 | 69 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.35 |
| HSL | 28.16º | 0.42% | 0.46% | - |
| HSV(B) | 28.16º | 0.59% | 0.65% | - |
| XYZ | 23.14 | 20.91 | 8.45 | - |
| YUV | 125.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 69 | 0 | 0.31 | 0.59 | 0.35 | 28.16 | 0.42 | 0.46 |
| Hex | A7 | 73 | 45 | 0 | 1F | 3B | 23 | 1C | 2A | 2E |
| Octal | 247 | 163 | 105 | 0 | 37 | 73 | 43 | 34 | 52 | 56 |
| Binary | 10100111 | 1110011 | 1000101 | 0 | 11111 | 111011 | 100011 | 11100 | 101010 | 101110 |
Color Harmonies of #A77345
Complementary color
Monochromatic Colors of #A77345
Black with #A77345
Text Example
Text Example
White with #A77345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77345; }
p { color: rgb(167,115,69); }
H1.HeaderClassName
{
color: #A77345;
}
.AnyTagClassName
{
color: #A77345;
}
</style>
background-color css
<style>
a { background-color: #A77345; }
a { background-color: rgb(167,115,69); }
div.DivClassName
{
background-color: #A77345;
}
.BgClassName
{
background-color: #A77345;
}
</style>
border-color css
<style>
span { border-color: #A77345; }
span { border-color: rgb(167,115,69); }
td.TdClassName
{
border-color: #A77345;
}
.TagClassName
{
border-color: #A77345;
}
</style>