Shades of Bourbon #AC7449
Tints of Bourbon #AC7449
RGB
CMYK
RGB Variations
Color information
#AC7449 (or 0xAC7449) is known color: Bourbon. HEX triplet: AC, 74 and 49. RGB value is (172,116,73). Sum of RGB (Red+Green+Blue) = 172+116+73=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7449 is #538BB6. Grayscale: #808080. Windows color (decimal): -5475255 or 4813996. OLE color: 4813996.
HSL color Cylindrical-coordinate representation of color #AC7449: hue angle of 26.06º 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 #AC7449 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 73 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.33 |
| HSL | 26.06º | 0.4% | 0.48% | - |
| HSV(B) | 26.06º | 0.58% | 0.67% | - |
| XYZ | 24.46 | 21.74 | 9.21 | - |
| YUV | 127.84 | 97.05 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 73 | 0 | 0.33 | 0.58 | 0.33 | 26.06 | 0.4 | 0.48 |
| Hex | AC | 74 | 49 | 0 | 21 | 3A | 21 | 1A | 28 | 30 |
| Octal | 254 | 164 | 111 | 0 | 41 | 72 | 41 | 32 | 50 | 60 |
| Binary | 10101100 | 1110100 | 1001001 | 0 | 100001 | 111010 | 100001 | 11010 | 101000 | 110000 |
Color Harmonies of #AC7449
Complementary color
Monochromatic Colors of #AC7449
Black with #AC7449
Text Example
Text Example
White with #AC7449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7449; }
p { color: rgb(172,116,73); }
H1.HeaderClassName
{
color: #AC7449;
}
.AnyTagClassName
{
color: #AC7449;
}
</style>
background-color css
<style>
a { background-color: #AC7449; }
a { background-color: rgb(172,116,73); }
div.DivClassName
{
background-color: #AC7449;
}
.BgClassName
{
background-color: #AC7449;
}
</style>
border-color css
<style>
span { border-color: #AC7449; }
span { border-color: rgb(172,116,73); }
td.TdClassName
{
border-color: #AC7449;
}
.TagClassName
{
border-color: #AC7449;
}
</style>