Shades of Bourbon #AC7341
Tints of Bourbon #AC7341
RGB
CMYK
RGB Variations
Color information
#AC7341 (or 0xAC7341) is known color: Bourbon. HEX triplet: AC, 73 and 41. RGB value is (172,115,65). Sum of RGB (Red+Green+Blue) = 172+115+65=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7341 is #538CBE. Grayscale: #7E7E7E. Windows color (decimal): -5475519 or 4289452. OLE color: 4289452.
HSL color Cylindrical-coordinate representation of color #AC7341: hue angle of 28.04º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC7341 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 65 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.33 |
| HSL | 28.04º | 0.45% | 0.46% | - |
| HSV(B) | 28.04º | 0.62% | 0.67% | - |
| XYZ | 24.1 | 21.41 | 7.86 | - |
| YUV | 126.34 | 93.38 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 65 | 0 | 0.33 | 0.62 | 0.33 | 28.04 | 0.45 | 0.46 |
| Hex | AC | 73 | 41 | 0 | 21 | 3E | 21 | 1C | 2D | 2E |
| Octal | 254 | 163 | 101 | 0 | 41 | 76 | 41 | 34 | 55 | 56 |
| Binary | 10101100 | 1110011 | 1000001 | 0 | 100001 | 111110 | 100001 | 11100 | 101101 | 101110 |
Color Harmonies of #AC7341
Complementary color
Monochromatic Colors of #AC7341
Black with #AC7341
Text Example
Text Example
White with #AC7341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7341; }
p { color: rgb(172,115,65); }
H1.HeaderClassName
{
color: #AC7341;
}
.AnyTagClassName
{
color: #AC7341;
}
</style>
background-color css
<style>
a { background-color: #AC7341; }
a { background-color: rgb(172,115,65); }
div.DivClassName
{
background-color: #AC7341;
}
.BgClassName
{
background-color: #AC7341;
}
</style>
border-color css
<style>
span { border-color: #AC7341; }
span { border-color: rgb(172,115,65); }
td.TdClassName
{
border-color: #AC7341;
}
.TagClassName
{
border-color: #AC7341;
}
</style>