Shades of Bourbon #A77647
Tints of Bourbon #A77647
RGB
CMYK
RGB Variations
Color information
#A77647 (or 0xA77647) is known color: Bourbon. HEX triplet: A7, 76 and 47. RGB value is (167,118,71). Sum of RGB (Red+Green+Blue) = 167+118+71=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A77647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77647 is #5889B8. Grayscale: #7F7F7F. Windows color (decimal): -5802425 or 4683431. OLE color: 4683431.
HSL color Cylindrical-coordinate representation of color #A77647: hue angle of 29.38º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A77647 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 118 | 71 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.35 |
| HSL | 29.38º | 0.4% | 0.47% | - |
| HSV(B) | 29.38º | 0.57% | 0.65% | - |
| XYZ | 23.55 | 21.63 | 8.89 | - |
| YUV | 127.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 71 | 0 | 0.29 | 0.57 | 0.35 | 29.38 | 0.4 | 0.47 |
| Hex | A7 | 76 | 47 | 0 | 1D | 39 | 23 | 1D | 28 | 2F |
| Octal | 247 | 166 | 107 | 0 | 35 | 71 | 43 | 35 | 50 | 57 |
| Binary | 10100111 | 1110110 | 1000111 | 0 | 11101 | 111001 | 100011 | 11101 | 101000 | 101111 |
Color Harmonies of #A77647
Complementary color
Monochromatic Colors of #A77647
Black with #A77647
Text Example
Text Example
White with #A77647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77647; }
p { color: rgb(167,118,71); }
H1.HeaderClassName
{
color: #A77647;
}
.AnyTagClassName
{
color: #A77647;
}
</style>
background-color css
<style>
a { background-color: #A77647; }
a { background-color: rgb(167,118,71); }
div.DivClassName
{
background-color: #A77647;
}
.BgClassName
{
background-color: #A77647;
}
</style>
border-color css
<style>
span { border-color: #A77647; }
span { border-color: rgb(167,118,71); }
td.TdClassName
{
border-color: #A77647;
}
.TagClassName
{
border-color: #A77647;
}
</style>