Shades of Bourbon #AC7143
Tints of Bourbon #AC7143
RGB
CMYK
RGB Variations
Color information
#AC7143 (or 0xAC7143) is known color: Bourbon. HEX triplet: AC, 71 and 43. RGB value is (172,113,67). Sum of RGB (Red+Green+Blue) = 172+113+67=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7143 is #538EBC. Grayscale: #7D7D7D. Windows color (decimal): -5476029 or 4420012. OLE color: 4420012.
HSL color Cylindrical-coordinate representation of color #AC7143: hue angle of 26.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC7143 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 67 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.33 |
| HSL | 26.29º | 0.44% | 0.47% | - |
| HSV(B) | 26.29º | 0.61% | 0.67% | - |
| XYZ | 23.93 | 20.99 | 8.1 | - |
| YUV | 125.4 | 95.05 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 67 | 0 | 0.34 | 0.61 | 0.33 | 26.29 | 0.44 | 0.47 |
| Hex | AC | 71 | 43 | 0 | 22 | 3D | 21 | 1A | 2C | 2F |
| Octal | 254 | 161 | 103 | 0 | 42 | 75 | 41 | 32 | 54 | 57 |
| Binary | 10101100 | 1110001 | 1000011 | 0 | 100010 | 111101 | 100001 | 11010 | 101100 | 101111 |
Color Harmonies of #AC7143
Complementary color
Monochromatic Colors of #AC7143
Black with #AC7143
Text Example
Text Example
White with #AC7143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7143; }
p { color: rgb(172,113,67); }
H1.HeaderClassName
{
color: #AC7143;
}
.AnyTagClassName
{
color: #AC7143;
}
</style>
background-color css
<style>
a { background-color: #AC7143; }
a { background-color: rgb(172,113,67); }
div.DivClassName
{
background-color: #AC7143;
}
.BgClassName
{
background-color: #AC7143;
}
</style>
border-color css
<style>
span { border-color: #AC7143; }
span { border-color: rgb(172,113,67); }
td.TdClassName
{
border-color: #AC7143;
}
.TagClassName
{
border-color: #AC7143;
}
</style>