Shades of Bourbon #AC7049
Tints of Bourbon #AC7049
RGB
CMYK
RGB Variations
Color information
#AC7049 (or 0xAC7049) is known color: Bourbon. HEX triplet: AC, 70 and 49. RGB value is (172,112,73). Sum of RGB (Red+Green+Blue) = 172+112+73=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7049 is #538FB6. Grayscale: #7D7D7D. Windows color (decimal): -5476279 or 4812972. OLE color: 4812972.
HSL color Cylindrical-coordinate representation of color #AC7049: hue angle of 23.64º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC7049 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 73 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.33 |
| HSL | 23.64º | 0.4% | 0.48% | - |
| HSV(B) | 23.64º | 0.58% | 0.67% | - |
| XYZ | 24.01 | 20.84 | 9.06 | - |
| YUV | 125.49 | 98.38 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 73 | 0 | 0.35 | 0.58 | 0.33 | 23.64 | 0.4 | 0.48 |
| Hex | AC | 70 | 49 | 0 | 23 | 3A | 21 | 18 | 28 | 30 |
| Octal | 254 | 160 | 111 | 0 | 43 | 72 | 41 | 30 | 50 | 60 |
| Binary | 10101100 | 1110000 | 1001001 | 0 | 100011 | 111010 | 100001 | 11000 | 101000 | 110000 |
Color Harmonies of #AC7049
Complementary color
Monochromatic Colors of #AC7049
Black with #AC7049
Text Example
Text Example
White with #AC7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7049; }
p { color: rgb(172,112,73); }
H1.HeaderClassName
{
color: #AC7049;
}
.AnyTagClassName
{
color: #AC7049;
}
</style>
background-color css
<style>
a { background-color: #AC7049; }
a { background-color: rgb(172,112,73); }
div.DivClassName
{
background-color: #AC7049;
}
.BgClassName
{
background-color: #AC7049;
}
</style>
border-color css
<style>
span { border-color: #AC7049; }
span { border-color: rgb(172,112,73); }
td.TdClassName
{
border-color: #AC7049;
}
.TagClassName
{
border-color: #AC7049;
}
</style>