Shades of Bourbon #AC6D39
Tints of Bourbon #AC6D39
RGB
CMYK
RGB Variations
Color information
#AC6D39 (or 0xAC6D39) is known color: Bourbon. HEX triplet: AC, 6D and 39. RGB value is (172,109,57). Sum of RGB (Red+Green+Blue) = 172+109+57=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D39 is #5392C6. Grayscale: #7A7A7A. Windows color (decimal): -5477063 or 3763628. OLE color: 3763628.
HSL color Cylindrical-coordinate representation of color #AC6D39: hue angle of 27.13º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC6D39 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 57 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.33 |
| HSL | 27.13º | 0.5% | 0.45% | - |
| HSV(B) | 27.13º | 0.67% | 0.67% | - |
| XYZ | 23.22 | 20 | 6.51 | - |
| YUV | 121.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 57 | 0 | 0.37 | 0.67 | 0.33 | 27.13 | 0.5 | 0.45 |
| Hex | AC | 6D | 39 | 0 | 25 | 43 | 21 | 1B | 32 | 2D |
| Octal | 254 | 155 | 71 | 0 | 45 | 103 | 41 | 33 | 62 | 55 |
| Binary | 10101100 | 1101101 | 111001 | 0 | 100101 | 1000011 | 100001 | 11011 | 110010 | 101101 |
Color Harmonies of #AC6D39
Complementary color
Monochromatic Colors of #AC6D39
Black with #AC6D39
Text Example
Text Example
White with #AC6D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D39; }
p { color: rgb(172,109,57); }
H1.HeaderClassName
{
color: #AC6D39;
}
.AnyTagClassName
{
color: #AC6D39;
}
</style>
background-color css
<style>
a { background-color: #AC6D39; }
a { background-color: rgb(172,109,57); }
div.DivClassName
{
background-color: #AC6D39;
}
.BgClassName
{
background-color: #AC6D39;
}
</style>
border-color css
<style>
span { border-color: #AC6D39; }
span { border-color: rgb(172,109,57); }
td.TdClassName
{
border-color: #AC6D39;
}
.TagClassName
{
border-color: #AC6D39;
}
</style>