Shades of Bourbon #AC7142
Tints of Bourbon #AC7142
RGB
CMYK
RGB Variations
Color information
#AC7142 (or 0xAC7142) is known color: Bourbon. HEX triplet: AC, 71 and 42. RGB value is (172,113,66). Sum of RGB (Red+Green+Blue) = 172+113+66=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7142 is #538EBD. Grayscale: #7D7D7D. Windows color (decimal): -5476030 or 4354476. OLE color: 4354476.
HSL color Cylindrical-coordinate representation of color #AC7142: hue angle of 26.6º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC7142 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 66 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.33 |
| HSL | 26.6º | 0.45% | 0.47% | - |
| HSV(B) | 26.6º | 0.62% | 0.67% | - |
| XYZ | 23.9 | 20.97 | 7.94 | - |
| YUV | 125.28 | 94.55 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 66 | 0 | 0.34 | 0.62 | 0.33 | 26.6 | 0.45 | 0.47 |
| Hex | AC | 71 | 42 | 0 | 22 | 3E | 21 | 1B | 2D | 2F |
| Octal | 254 | 161 | 102 | 0 | 42 | 76 | 41 | 33 | 55 | 57 |
| Binary | 10101100 | 1110001 | 1000010 | 0 | 100010 | 111110 | 100001 | 11011 | 101101 | 101111 |
Color Harmonies of #AC7142
Complementary color
Monochromatic Colors of #AC7142
Black with #AC7142
Text Example
Text Example
White with #AC7142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7142; }
p { color: rgb(172,113,66); }
H1.HeaderClassName
{
color: #AC7142;
}
.AnyTagClassName
{
color: #AC7142;
}
</style>
background-color css
<style>
a { background-color: #AC7142; }
a { background-color: rgb(172,113,66); }
div.DivClassName
{
background-color: #AC7142;
}
.BgClassName
{
background-color: #AC7142;
}
</style>
border-color css
<style>
span { border-color: #AC7142; }
span { border-color: rgb(172,113,66); }
td.TdClassName
{
border-color: #AC7142;
}
.TagClassName
{
border-color: #AC7142;
}
</style>