Shades of Bourbon #AC7044
Tints of Bourbon #AC7044
RGB
CMYK
RGB Variations
Color information
#AC7044 (or 0xAC7044) is known color: Bourbon. HEX triplet: AC, 70 and 44. RGB value is (172,112,68). Sum of RGB (Red+Green+Blue) = 172+112+68=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7044 is #538FBB. Grayscale: #7D7D7D. Windows color (decimal): -5476284 or 4485292. OLE color: 4485292.
HSL color Cylindrical-coordinate representation of color #AC7044: hue angle of 25.38º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC7044 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 68 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.33 |
| HSL | 25.38º | 0.43% | 0.47% | - |
| HSV(B) | 25.38º | 0.6% | 0.67% | - |
| XYZ | 23.85 | 20.78 | 8.22 | - |
| YUV | 124.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 68 | 0 | 0.35 | 0.60 | 0.33 | 25.38 | 0.43 | 0.47 |
| Hex | AC | 70 | 44 | 0 | 23 | 3C | 21 | 19 | 2B | 2F |
| Octal | 254 | 160 | 104 | 0 | 43 | 74 | 41 | 31 | 53 | 57 |
| Binary | 10101100 | 1110000 | 1000100 | 0 | 100011 | 111100 | 100001 | 11001 | 101011 | 101111 |
Color Harmonies of #AC7044
Complementary color
Monochromatic Colors of #AC7044
Black with #AC7044
Text Example
Text Example
White with #AC7044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7044; }
p { color: rgb(172,112,68); }
H1.HeaderClassName
{
color: #AC7044;
}
.AnyTagClassName
{
color: #AC7044;
}
</style>
background-color css
<style>
a { background-color: #AC7044; }
a { background-color: rgb(172,112,68); }
div.DivClassName
{
background-color: #AC7044;
}
.BgClassName
{
background-color: #AC7044;
}
</style>
border-color css
<style>
span { border-color: #AC7044; }
span { border-color: rgb(172,112,68); }
td.TdClassName
{
border-color: #AC7044;
}
.TagClassName
{
border-color: #AC7044;
}
</style>