Shades of Bourbon #AC6C47
Tints of Bourbon #AC6C47
RGB
CMYK
RGB Variations
Color information
#AC6C47 (or 0xAC6C47) is known color: Bourbon. HEX triplet: AC, 6C and 47. RGB value is (172,108,71). Sum of RGB (Red+Green+Blue) = 172+108+71=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C47 is #5393B8. Grayscale: #7B7B7B. Windows color (decimal): -5477305 or 4680876. OLE color: 4680876.
HSL color Cylindrical-coordinate representation of color #AC6C47: hue angle of 21.98º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC6C47 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 71 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.33 |
| HSL | 21.98º | 0.42% | 0.48% | - |
| HSV(B) | 21.98º | 0.59% | 0.67% | - |
| XYZ | 23.51 | 19.95 | 8.57 | - |
| YUV | 122.92 | 98.7 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 71 | 0 | 0.37 | 0.59 | 0.33 | 21.98 | 0.42 | 0.48 |
| Hex | AC | 6C | 47 | 0 | 25 | 3B | 21 | 16 | 2A | 30 |
| Octal | 254 | 154 | 107 | 0 | 45 | 73 | 41 | 26 | 52 | 60 |
| Binary | 10101100 | 1101100 | 1000111 | 0 | 100101 | 111011 | 100001 | 10110 | 101010 | 110000 |
Color Harmonies of #AC6C47
Complementary color
Monochromatic Colors of #AC6C47
Black with #AC6C47
Text Example
Text Example
White with #AC6C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C47; }
p { color: rgb(172,108,71); }
H1.HeaderClassName
{
color: #AC6C47;
}
.AnyTagClassName
{
color: #AC6C47;
}
</style>
background-color css
<style>
a { background-color: #AC6C47; }
a { background-color: rgb(172,108,71); }
div.DivClassName
{
background-color: #AC6C47;
}
.BgClassName
{
background-color: #AC6C47;
}
</style>
border-color css
<style>
span { border-color: #AC6C47; }
span { border-color: rgb(172,108,71); }
td.TdClassName
{
border-color: #AC6C47;
}
.TagClassName
{
border-color: #AC6C47;
}
</style>