Shades of Bourbon #AC743F
Tints of Bourbon #AC743F
RGB
CMYK
RGB Variations
Color information
#AC743F (or 0xAC743F) is known color: Bourbon. HEX triplet: AC, 74 and 3F. RGB value is (172,116,63). Sum of RGB (Red+Green+Blue) = 172+116+63=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC743F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC743F is #538BC0. Grayscale: #7E7E7E. Windows color (decimal): -5475265 or 4158636. OLE color: 4158636.
HSL color Cylindrical-coordinate representation of color #AC743F: hue angle of 29.17º 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 #AC743F is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 63 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.33 |
| HSL | 29.17º | 0.46% | 0.46% | - |
| HSV(B) | 29.17º | 0.63% | 0.67% | - |
| XYZ | 24.16 | 21.62 | 7.6 | - |
| YUV | 126.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 63 | 0 | 0.33 | 0.63 | 0.33 | 29.17 | 0.46 | 0.46 |
| Hex | AC | 74 | 3F | 0 | 21 | 3F | 21 | 1D | 2E | 2E |
| Octal | 254 | 164 | 77 | 0 | 41 | 77 | 41 | 35 | 56 | 56 |
| Binary | 10101100 | 1110100 | 111111 | 0 | 100001 | 111111 | 100001 | 11101 | 101110 | 101110 |
Color Harmonies of #AC743F
Complementary color
Monochromatic Colors of #AC743F
Black with #AC743F
Text Example
Text Example
White with #AC743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC743F; }
p { color: rgb(172,116,63); }
H1.HeaderClassName
{
color: #AC743F;
}
.AnyTagClassName
{
color: #AC743F;
}
</style>
background-color css
<style>
a { background-color: #AC743F; }
a { background-color: rgb(172,116,63); }
div.DivClassName
{
background-color: #AC743F;
}
.BgClassName
{
background-color: #AC743F;
}
</style>
border-color css
<style>
span { border-color: #AC743F; }
span { border-color: rgb(172,116,63); }
td.TdClassName
{
border-color: #AC743F;
}
.TagClassName
{
border-color: #AC743F;
}
</style>