Shades of Bourbon #AC7346
Tints of Bourbon #AC7346
RGB
CMYK
RGB Variations
Color information
#AC7346 (or 0xAC7346) is known color: Bourbon. HEX triplet: AC, 73 and 46. RGB value is (172,115,70). Sum of RGB (Red+Green+Blue) = 172+115+70=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7346 is #538CB9. Grayscale: #7F7F7F. Windows color (decimal): -5475514 or 4617132. OLE color: 4617132.
HSL color Cylindrical-coordinate representation of color #AC7346: hue angle of 26.47º 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 #AC7346 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 70 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.33 |
| HSL | 26.47º | 0.42% | 0.47% | - |
| HSV(B) | 26.47º | 0.59% | 0.67% | - |
| XYZ | 24.25 | 21.47 | 8.66 | - |
| YUV | 126.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 70 | 0 | 0.33 | 0.59 | 0.33 | 26.47 | 0.42 | 0.47 |
| Hex | AC | 73 | 46 | 0 | 21 | 3B | 21 | 1A | 2A | 2F |
| Octal | 254 | 163 | 106 | 0 | 41 | 73 | 41 | 32 | 52 | 57 |
| Binary | 10101100 | 1110011 | 1000110 | 0 | 100001 | 111011 | 100001 | 11010 | 101010 | 101111 |
Color Harmonies of #AC7346
Complementary color
Monochromatic Colors of #AC7346
Black with #AC7346
Text Example
Text Example
White with #AC7346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7346; }
p { color: rgb(172,115,70); }
H1.HeaderClassName
{
color: #AC7346;
}
.AnyTagClassName
{
color: #AC7346;
}
</style>
background-color css
<style>
a { background-color: #AC7346; }
a { background-color: rgb(172,115,70); }
div.DivClassName
{
background-color: #AC7346;
}
.BgClassName
{
background-color: #AC7346;
}
</style>
border-color css
<style>
span { border-color: #AC7346; }
span { border-color: rgb(172,115,70); }
td.TdClassName
{
border-color: #AC7346;
}
.TagClassName
{
border-color: #AC7346;
}
</style>