Shades of Bourbon #AC7140
Tints of Bourbon #AC7140
RGB
CMYK
RGB Variations
Color information
#AC7140 (or 0xAC7140) is known color: Bourbon. HEX triplet: AC, 71 and 40. RGB value is (172,113,64). Sum of RGB (Red+Green+Blue) = 172+113+64=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7140 is #538EBF. Grayscale: #7D7D7D. Windows color (decimal): -5476032 or 4223404. OLE color: 4223404.
HSL color Cylindrical-coordinate representation of color #AC7140: hue angle of 27.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC7140 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 64 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.33 |
| HSL | 27.22º | 0.46% | 0.46% | - |
| HSV(B) | 27.22º | 0.63% | 0.67% | - |
| XYZ | 23.84 | 20.95 | 7.64 | - |
| YUV | 125.06 | 93.55 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 64 | 0 | 0.34 | 0.63 | 0.33 | 27.22 | 0.46 | 0.46 |
| Hex | AC | 71 | 40 | 0 | 22 | 3F | 21 | 1B | 2E | 2E |
| Octal | 254 | 161 | 100 | 0 | 42 | 77 | 41 | 33 | 56 | 56 |
| Binary | 10101100 | 1110001 | 1000000 | 0 | 100010 | 111111 | 100001 | 11011 | 101110 | 101110 |
Color Harmonies of #AC7140
Complementary color
Monochromatic Colors of #AC7140
Black with #AC7140
Text Example
Text Example
White with #AC7140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7140; }
p { color: rgb(172,113,64); }
H1.HeaderClassName
{
color: #AC7140;
}
.AnyTagClassName
{
color: #AC7140;
}
</style>
background-color css
<style>
a { background-color: #AC7140; }
a { background-color: rgb(172,113,64); }
div.DivClassName
{
background-color: #AC7140;
}
.BgClassName
{
background-color: #AC7140;
}
</style>
border-color css
<style>
span { border-color: #AC7140; }
span { border-color: rgb(172,113,64); }
td.TdClassName
{
border-color: #AC7140;
}
.TagClassName
{
border-color: #AC7140;
}
</style>