Shades of Bourbon #AC7141
Tints of Bourbon #AC7141
RGB
CMYK
RGB Variations
Color information
#AC7141 (or 0xAC7141) is known color: Bourbon. HEX triplet: AC, 71 and 41. RGB value is (172,113,65). Sum of RGB (Red+Green+Blue) = 172+113+65=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7141 is #538EBE. Grayscale: #7D7D7D. Windows color (decimal): -5476031 or 4288940. OLE color: 4288940.
HSL color Cylindrical-coordinate representation of color #AC7141: hue angle of 26.92º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC7141 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 65 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.33 |
| HSL | 26.92º | 0.45% | 0.46% | - |
| HSV(B) | 26.92º | 0.62% | 0.67% | - |
| XYZ | 23.87 | 20.96 | 7.79 | - |
| YUV | 125.17 | 94.05 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 65 | 0 | 0.34 | 0.62 | 0.33 | 26.92 | 0.45 | 0.46 |
| Hex | AC | 71 | 41 | 0 | 22 | 3E | 21 | 1B | 2D | 2E |
| Octal | 254 | 161 | 101 | 0 | 42 | 76 | 41 | 33 | 55 | 56 |
| Binary | 10101100 | 1110001 | 1000001 | 0 | 100010 | 111110 | 100001 | 11011 | 101101 | 101110 |
Color Harmonies of #AC7141
Complementary color
Monochromatic Colors of #AC7141
Black with #AC7141
Text Example
Text Example
White with #AC7141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7141; }
p { color: rgb(172,113,65); }
H1.HeaderClassName
{
color: #AC7141;
}
.AnyTagClassName
{
color: #AC7141;
}
</style>
background-color css
<style>
a { background-color: #AC7141; }
a { background-color: rgb(172,113,65); }
div.DivClassName
{
background-color: #AC7141;
}
.BgClassName
{
background-color: #AC7141;
}
</style>
border-color css
<style>
span { border-color: #AC7141; }
span { border-color: rgb(172,113,65); }
td.TdClassName
{
border-color: #AC7141;
}
.TagClassName
{
border-color: #AC7141;
}
</style>