Shades of Bourbon #AC6E3B
Tints of Bourbon #AC6E3B
RGB
CMYK
RGB Variations
Color information
#AC6E3B (or 0xAC6E3B) is known color: Bourbon. HEX triplet: AC, 6E and 3B. RGB value is (172,110,59). Sum of RGB (Red+Green+Blue) = 172+110+59=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E3B is #5391C4. Grayscale: #7A7A7A. Windows color (decimal): -5476805 or 3894956. OLE color: 3894956.
HSL color Cylindrical-coordinate representation of color #AC6E3B: hue angle of 27.08º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC6E3B is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 59 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.33 |
| HSL | 27.08º | 0.49% | 0.45% | - |
| HSV(B) | 27.08º | 0.66% | 0.67% | - |
| XYZ | 23.38 | 20.24 | 6.81 | - |
| YUV | 122.72 | 92.04 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 59 | 0 | 0.36 | 0.66 | 0.33 | 27.08 | 0.49 | 0.45 |
| Hex | AC | 6E | 3B | 0 | 24 | 42 | 21 | 1B | 31 | 2D |
| Octal | 254 | 156 | 73 | 0 | 44 | 102 | 41 | 33 | 61 | 55 |
| Binary | 10101100 | 1101110 | 111011 | 0 | 100100 | 1000010 | 100001 | 11011 | 110001 | 101101 |
Color Harmonies of #AC6E3B
Complementary color
Monochromatic Colors of #AC6E3B
Black with #AC6E3B
Text Example
Text Example
White with #AC6E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E3B; }
p { color: rgb(172,110,59); }
H1.HeaderClassName
{
color: #AC6E3B;
}
.AnyTagClassName
{
color: #AC6E3B;
}
</style>
background-color css
<style>
a { background-color: #AC6E3B; }
a { background-color: rgb(172,110,59); }
div.DivClassName
{
background-color: #AC6E3B;
}
.BgClassName
{
background-color: #AC6E3B;
}
</style>
border-color css
<style>
span { border-color: #AC6E3B; }
span { border-color: rgb(172,110,59); }
td.TdClassName
{
border-color: #AC6E3B;
}
.TagClassName
{
border-color: #AC6E3B;
}
</style>