Shades of Bourbon #AC7647
Tints of Bourbon #AC7647
RGB
CMYK
RGB Variations
Color information
#AC7647 (or 0xAC7647) is known color: Bourbon. HEX triplet: AC, 76 and 47. RGB value is (172,118,71). Sum of RGB (Red+Green+Blue) = 172+118+71=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7647 is #5389B8. Grayscale: #818181. Windows color (decimal): -5474745 or 4683436. OLE color: 4683436.
HSL color Cylindrical-coordinate representation of color #AC7647: hue angle of 27.92º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC7647 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 71 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.33 |
| HSL | 27.92º | 0.42% | 0.48% | - |
| HSV(B) | 27.92º | 0.59% | 0.67% | - |
| XYZ | 24.63 | 22.18 | 8.94 | - |
| YUV | 128.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 71 | 0 | 0.31 | 0.59 | 0.33 | 27.92 | 0.42 | 0.48 |
| Hex | AC | 76 | 47 | 0 | 1F | 3B | 21 | 1C | 2A | 30 |
| Octal | 254 | 166 | 107 | 0 | 37 | 73 | 41 | 34 | 52 | 60 |
| Binary | 10101100 | 1110110 | 1000111 | 0 | 11111 | 111011 | 100001 | 11100 | 101010 | 110000 |
Color Harmonies of #AC7647
Complementary color
Monochromatic Colors of #AC7647
Black with #AC7647
Text Example
Text Example
White with #AC7647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7647; }
p { color: rgb(172,118,71); }
H1.HeaderClassName
{
color: #AC7647;
}
.AnyTagClassName
{
color: #AC7647;
}
</style>
background-color css
<style>
a { background-color: #AC7647; }
a { background-color: rgb(172,118,71); }
div.DivClassName
{
background-color: #AC7647;
}
.BgClassName
{
background-color: #AC7647;
}
</style>
border-color css
<style>
span { border-color: #AC7647; }
span { border-color: rgb(172,118,71); }
td.TdClassName
{
border-color: #AC7647;
}
.TagClassName
{
border-color: #AC7647;
}
</style>