Shades of Bourbon #AC6F40
Tints of Bourbon #AC6F40
RGB
CMYK
RGB Variations
Color information
#AC6F40 (or 0xAC6F40) is known color: Bourbon. HEX triplet: AC, 6F and 40. RGB value is (172,111,64). Sum of RGB (Red+Green+Blue) = 172+111+64=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6F40 is #5390BF. Grayscale: #7C7C7C. Windows color (decimal): -5476544 or 4222892. OLE color: 4222892.
HSL color Cylindrical-coordinate representation of color #AC6F40: hue angle of 26.11º 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 #AC6F40 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 111 | 64 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.33 |
| HSL | 26.11º | 0.46% | 0.46% | - |
| HSV(B) | 26.11º | 0.63% | 0.67% | - |
| XYZ | 23.62 | 20.51 | 7.56 | - |
| YUV | 123.88 | 94.21 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 111 | 64 | 0 | 0.35 | 0.63 | 0.33 | 26.11 | 0.46 | 0.46 |
| Hex | AC | 6F | 40 | 0 | 23 | 3F | 21 | 1A | 2E | 2E |
| Octal | 254 | 157 | 100 | 0 | 43 | 77 | 41 | 32 | 56 | 56 |
| Binary | 10101100 | 1101111 | 1000000 | 0 | 100011 | 111111 | 100001 | 11010 | 101110 | 101110 |
Color Harmonies of #AC6F40
Complementary color
Monochromatic Colors of #AC6F40
Black with #AC6F40
Text Example
Text Example
White with #AC6F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6F40; }
p { color: rgb(172,111,64); }
H1.HeaderClassName
{
color: #AC6F40;
}
.AnyTagClassName
{
color: #AC6F40;
}
</style>
background-color css
<style>
a { background-color: #AC6F40; }
a { background-color: rgb(172,111,64); }
div.DivClassName
{
background-color: #AC6F40;
}
.BgClassName
{
background-color: #AC6F40;
}
</style>
border-color css
<style>
span { border-color: #AC6F40; }
span { border-color: rgb(172,111,64); }
td.TdClassName
{
border-color: #AC6F40;
}
.TagClassName
{
border-color: #AC6F40;
}
</style>