Shades of Bourbon #A77544
Tints of Bourbon #A77544
RGB
CMYK
RGB Variations
Color information
#A77544 (or 0xA77544) is known color: Bourbon. HEX triplet: A7, 75 and 44. RGB value is (167,117,68). Sum of RGB (Red+Green+Blue) = 167+117+68=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A77544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77544 is #588ABB. Grayscale: #7E7E7E. Windows color (decimal): -5802684 or 4486567. OLE color: 4486567.
HSL color Cylindrical-coordinate representation of color #A77544: hue angle of 29.7º 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 #A77544 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 117 | 68 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.35 |
| HSL | 29.7º | 0.42% | 0.46% | - |
| HSV(B) | 29.7º | 0.59% | 0.65% | - |
| XYZ | 23.34 | 21.36 | 8.36 | - |
| YUV | 126.36 | 95.07 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 117 | 68 | 0 | 0.30 | 0.59 | 0.35 | 29.7 | 0.42 | 0.46 |
| Hex | A7 | 75 | 44 | 0 | 1E | 3B | 23 | 1E | 2A | 2E |
| Octal | 247 | 165 | 104 | 0 | 36 | 73 | 43 | 36 | 52 | 56 |
| Binary | 10100111 | 1110101 | 1000100 | 0 | 11110 | 111011 | 100011 | 11110 | 101010 | 101110 |
Color Harmonies of #A77544
Complementary color
Monochromatic Colors of #A77544
Black with #A77544
Text Example
Text Example
White with #A77544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77544; }
p { color: rgb(167,117,68); }
H1.HeaderClassName
{
color: #A77544;
}
.AnyTagClassName
{
color: #A77544;
}
</style>
background-color css
<style>
a { background-color: #A77544; }
a { background-color: rgb(167,117,68); }
div.DivClassName
{
background-color: #A77544;
}
.BgClassName
{
background-color: #A77544;
}
</style>
border-color css
<style>
span { border-color: #A77544; }
span { border-color: rgb(167,117,68); }
td.TdClassName
{
border-color: #A77544;
}
.TagClassName
{
border-color: #A77544;
}
</style>