Shades of Bourbon #AC6B40
Tints of Bourbon #AC6B40
RGB
CMYK
RGB Variations
Color information
#AC6B40 (or 0xAC6B40) is known color: Bourbon. HEX triplet: AC, 6B and 40. RGB value is (172,107,64). Sum of RGB (Red+Green+Blue) = 172+107+64=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B40 is #5394BF. Grayscale: #797979. Windows color (decimal): -5477568 or 4221868. OLE color: 4221868.
HSL color Cylindrical-coordinate representation of color #AC6B40: hue angle of 23.89º 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 #AC6B40 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 107 | 64 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.33 |
| HSL | 23.89º | 0.46% | 0.46% | - |
| HSV(B) | 23.89º | 0.63% | 0.67% | - |
| XYZ | 23.2 | 19.66 | 7.42 | - |
| YUV | 121.53 | 95.53 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 64 | 0 | 0.38 | 0.63 | 0.33 | 23.89 | 0.46 | 0.46 |
| Hex | AC | 6B | 40 | 0 | 26 | 3F | 21 | 18 | 2E | 2E |
| Octal | 254 | 153 | 100 | 0 | 46 | 77 | 41 | 30 | 56 | 56 |
| Binary | 10101100 | 1101011 | 1000000 | 0 | 100110 | 111111 | 100001 | 11000 | 101110 | 101110 |
Color Harmonies of #AC6B40
Complementary color
Monochromatic Colors of #AC6B40
Black with #AC6B40
Text Example
Text Example
White with #AC6B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6B40; }
p { color: rgb(172,107,64); }
H1.HeaderClassName
{
color: #AC6B40;
}
.AnyTagClassName
{
color: #AC6B40;
}
</style>
background-color css
<style>
a { background-color: #AC6B40; }
a { background-color: rgb(172,107,64); }
div.DivClassName
{
background-color: #AC6B40;
}
.BgClassName
{
background-color: #AC6B40;
}
</style>
border-color css
<style>
span { border-color: #AC6B40; }
span { border-color: rgb(172,107,64); }
td.TdClassName
{
border-color: #AC6B40;
}
.TagClassName
{
border-color: #AC6B40;
}
</style>