Shades of Bourbon #A77142
Tints of Bourbon #A77142
RGB
CMYK
RGB Variations
Color information
#A77142 (or 0xA77142) is known color: Bourbon. HEX triplet: A7, 71 and 42. RGB value is (167,113,66). Sum of RGB (Red+Green+Blue) = 167+113+66=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A77142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77142 is #588EBD. Grayscale: #7C7C7C. Windows color (decimal): -5803710 or 4354471. OLE color: 4354471.
HSL color Cylindrical-coordinate representation of color #A77142: hue angle of 27.92º 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 #A77142 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 113 | 66 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.35 |
| HSL | 27.92º | 0.43% | 0.46% | - |
| HSV(B) | 27.92º | 0.6% | 0.65% | - |
| XYZ | 22.82 | 20.42 | 7.89 | - |
| YUV | 123.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 113 | 66 | 0 | 0.32 | 0.60 | 0.35 | 27.92 | 0.43 | 0.46 |
| Hex | A7 | 71 | 42 | 0 | 20 | 3C | 23 | 1C | 2B | 2E |
| Octal | 247 | 161 | 102 | 0 | 40 | 74 | 43 | 34 | 53 | 56 |
| Binary | 10100111 | 1110001 | 1000010 | 0 | 100000 | 111100 | 100011 | 11100 | 101011 | 101110 |
Color Harmonies of #A77142
Complementary color
Monochromatic Colors of #A77142
Black with #A77142
Text Example
Text Example
White with #A77142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77142; }
p { color: rgb(167,113,66); }
H1.HeaderClassName
{
color: #A77142;
}
.AnyTagClassName
{
color: #A77142;
}
</style>
background-color css
<style>
a { background-color: #A77142; }
a { background-color: rgb(167,113,66); }
div.DivClassName
{
background-color: #A77142;
}
.BgClassName
{
background-color: #A77142;
}
</style>
border-color css
<style>
span { border-color: #A77142; }
span { border-color: rgb(167,113,66); }
td.TdClassName
{
border-color: #A77142;
}
.TagClassName
{
border-color: #A77142;
}
</style>