Shades of Bourbon #AC6E40
Tints of Bourbon #AC6E40
RGB
CMYK
RGB Variations
Color information
#AC6E40 (or 0xAC6E40) is known color: Bourbon. HEX triplet: AC, 6E and 40. RGB value is (172,110,64). Sum of RGB (Red+Green+Blue) = 172+110+64=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E40 is #5391BF. Grayscale: #7B7B7B. Windows color (decimal): -5476800 or 4222636. OLE color: 4222636.
HSL color Cylindrical-coordinate representation of color #AC6E40: hue angle of 25.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC6E40 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 64 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.33 |
| HSL | 25.56º | 0.46% | 0.46% | - |
| HSV(B) | 25.56º | 0.63% | 0.67% | - |
| XYZ | 23.51 | 20.29 | 7.53 | - |
| YUV | 123.29 | 94.54 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 64 | 0 | 0.36 | 0.63 | 0.33 | 25.56 | 0.46 | 0.46 |
| Hex | AC | 6E | 40 | 0 | 24 | 3F | 21 | 1A | 2E | 2E |
| Octal | 254 | 156 | 100 | 0 | 44 | 77 | 41 | 32 | 56 | 56 |
| Binary | 10101100 | 1101110 | 1000000 | 0 | 100100 | 111111 | 100001 | 11010 | 101110 | 101110 |
Color Harmonies of #AC6E40
Complementary color
Monochromatic Colors of #AC6E40
Black with #AC6E40
Text Example
Text Example
White with #AC6E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E40; }
p { color: rgb(172,110,64); }
H1.HeaderClassName
{
color: #AC6E40;
}
.AnyTagClassName
{
color: #AC6E40;
}
</style>
background-color css
<style>
a { background-color: #AC6E40; }
a { background-color: rgb(172,110,64); }
div.DivClassName
{
background-color: #AC6E40;
}
.BgClassName
{
background-color: #AC6E40;
}
</style>
border-color css
<style>
span { border-color: #AC6E40; }
span { border-color: rgb(172,110,64); }
td.TdClassName
{
border-color: #AC6E40;
}
.TagClassName
{
border-color: #AC6E40;
}
</style>