Shades of Bourbon #AC7046
Tints of Bourbon #AC7046
RGB
CMYK
RGB Variations
Color information
#AC7046 (or 0xAC7046) is known color: Bourbon. HEX triplet: AC, 70 and 46. RGB value is (172,112,70). Sum of RGB (Red+Green+Blue) = 172+112+70=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7046 is #538FB9. Grayscale: #7D7D7D. Windows color (decimal): -5476282 or 4616364. OLE color: 4616364.
HSL color Cylindrical-coordinate representation of color #AC7046: hue angle of 24.71º 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 #AC7046 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 70 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.33 |
| HSL | 24.71º | 0.42% | 0.47% | - |
| HSV(B) | 24.71º | 0.59% | 0.67% | - |
| XYZ | 23.91 | 20.8 | 8.55 | - |
| YUV | 125.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 70 | 0 | 0.35 | 0.59 | 0.33 | 24.71 | 0.42 | 0.47 |
| Hex | AC | 70 | 46 | 0 | 23 | 3B | 21 | 19 | 2A | 2F |
| Octal | 254 | 160 | 106 | 0 | 43 | 73 | 41 | 31 | 52 | 57 |
| Binary | 10101100 | 1110000 | 1000110 | 0 | 100011 | 111011 | 100001 | 11001 | 101010 | 101111 |
Color Harmonies of #AC7046
Complementary color
Monochromatic Colors of #AC7046
Black with #AC7046
Text Example
Text Example
White with #AC7046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7046; }
p { color: rgb(172,112,70); }
H1.HeaderClassName
{
color: #AC7046;
}
.AnyTagClassName
{
color: #AC7046;
}
</style>
background-color css
<style>
a { background-color: #AC7046; }
a { background-color: rgb(172,112,70); }
div.DivClassName
{
background-color: #AC7046;
}
.BgClassName
{
background-color: #AC7046;
}
</style>
border-color css
<style>
span { border-color: #AC7046; }
span { border-color: rgb(172,112,70); }
td.TdClassName
{
border-color: #AC7046;
}
.TagClassName
{
border-color: #AC7046;
}
</style>