Shades of Bourbon #AC6E41
Tints of Bourbon #AC6E41
RGB
CMYK
RGB Variations
Color information
#AC6E41 (or 0xAC6E41) is known color: Bourbon. HEX triplet: AC, 6E and 41. RGB value is (172,110,65). Sum of RGB (Red+Green+Blue) = 172+110+65=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E41 is #5391BE. Grayscale: #7B7B7B. Windows color (decimal): -5476799 or 4288172. OLE color: 4288172.
HSL color Cylindrical-coordinate representation of color #AC6E41: hue angle of 25.23º 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 #AC6E41 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 65 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.33 |
| HSL | 25.23º | 0.45% | 0.46% | - |
| HSV(B) | 25.23º | 0.62% | 0.67% | - |
| XYZ | 23.54 | 20.3 | 7.68 | - |
| YUV | 123.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 65 | 0 | 0.36 | 0.62 | 0.33 | 25.23 | 0.45 | 0.46 |
| Hex | AC | 6E | 41 | 0 | 24 | 3E | 21 | 19 | 2D | 2E |
| Octal | 254 | 156 | 101 | 0 | 44 | 76 | 41 | 31 | 55 | 56 |
| Binary | 10101100 | 1101110 | 1000001 | 0 | 100100 | 111110 | 100001 | 11001 | 101101 | 101110 |
Color Harmonies of #AC6E41
Complementary color
Monochromatic Colors of #AC6E41
Black with #AC6E41
Text Example
Text Example
White with #AC6E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E41; }
p { color: rgb(172,110,65); }
H1.HeaderClassName
{
color: #AC6E41;
}
.AnyTagClassName
{
color: #AC6E41;
}
</style>
background-color css
<style>
a { background-color: #AC6E41; }
a { background-color: rgb(172,110,65); }
div.DivClassName
{
background-color: #AC6E41;
}
.BgClassName
{
background-color: #AC6E41;
}
</style>
border-color css
<style>
span { border-color: #AC6E41; }
span { border-color: rgb(172,110,65); }
td.TdClassName
{
border-color: #AC6E41;
}
.TagClassName
{
border-color: #AC6E41;
}
</style>