Shades of Bourbon #AC7246
Tints of Bourbon #AC7246
RGB
CMYK
RGB Variations
Color information
#AC7246 (or 0xAC7246) is known color: Bourbon. HEX triplet: AC, 72 and 46. RGB value is (172,114,70). Sum of RGB (Red+Green+Blue) = 172+114+70=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7246 is #538DB9. Grayscale: #7E7E7E. Windows color (decimal): -5475770 or 4616876. OLE color: 4616876.
HSL color Cylindrical-coordinate representation of color #AC7246: hue angle of 25.88º 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 #AC7246 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 70 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.33 |
| HSL | 25.88º | 0.42% | 0.47% | - |
| HSV(B) | 25.88º | 0.59% | 0.67% | - |
| XYZ | 24.14 | 21.25 | 8.62 | - |
| YUV | 126.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 70 | 0 | 0.34 | 0.59 | 0.33 | 25.88 | 0.42 | 0.47 |
| Hex | AC | 72 | 46 | 0 | 22 | 3B | 21 | 1A | 2A | 2F |
| Octal | 254 | 162 | 106 | 0 | 42 | 73 | 41 | 32 | 52 | 57 |
| Binary | 10101100 | 1110010 | 1000110 | 0 | 100010 | 111011 | 100001 | 11010 | 101010 | 101111 |
Color Harmonies of #AC7246
Complementary color
Monochromatic Colors of #AC7246
Black with #AC7246
Text Example
Text Example
White with #AC7246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7246; }
p { color: rgb(172,114,70); }
H1.HeaderClassName
{
color: #AC7246;
}
.AnyTagClassName
{
color: #AC7246;
}
</style>
background-color css
<style>
a { background-color: #AC7246; }
a { background-color: rgb(172,114,70); }
div.DivClassName
{
background-color: #AC7246;
}
.BgClassName
{
background-color: #AC7246;
}
</style>
border-color css
<style>
span { border-color: #AC7246; }
span { border-color: rgb(172,114,70); }
td.TdClassName
{
border-color: #AC7246;
}
.TagClassName
{
border-color: #AC7246;
}
</style>