Shades of Bourbon #AC7146
Tints of Bourbon #AC7146
RGB
CMYK
RGB Variations
Color information
#AC7146 (or 0xAC7146) is known color: Bourbon. HEX triplet: AC, 71 and 46. RGB value is (172,113,70). Sum of RGB (Red+Green+Blue) = 172+113+70=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7146 is #538EB9. Grayscale: #7D7D7D. Windows color (decimal): -5476026 or 4616620. OLE color: 4616620.
HSL color Cylindrical-coordinate representation of color #AC7146: hue angle of 25.29º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC7146 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 70 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.33 |
| HSL | 25.29º | 0.42% | 0.47% | - |
| HSV(B) | 25.29º | 0.59% | 0.67% | - |
| XYZ | 24.02 | 21.02 | 8.59 | - |
| YUV | 125.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 70 | 0 | 0.34 | 0.59 | 0.33 | 25.29 | 0.42 | 0.47 |
| Hex | AC | 71 | 46 | 0 | 22 | 3B | 21 | 19 | 2A | 2F |
| Octal | 254 | 161 | 106 | 0 | 42 | 73 | 41 | 31 | 52 | 57 |
| Binary | 10101100 | 1110001 | 1000110 | 0 | 100010 | 111011 | 100001 | 11001 | 101010 | 101111 |
Color Harmonies of #AC7146
Complementary color
Monochromatic Colors of #AC7146
Black with #AC7146
Text Example
Text Example
White with #AC7146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7146; }
p { color: rgb(172,113,70); }
H1.HeaderClassName
{
color: #AC7146;
}
.AnyTagClassName
{
color: #AC7146;
}
</style>
background-color css
<style>
a { background-color: #AC7146; }
a { background-color: rgb(172,113,70); }
div.DivClassName
{
background-color: #AC7146;
}
.BgClassName
{
background-color: #AC7146;
}
</style>
border-color css
<style>
span { border-color: #AC7146; }
span { border-color: rgb(172,113,70); }
td.TdClassName
{
border-color: #AC7146;
}
.TagClassName
{
border-color: #AC7146;
}
</style>