Shades of Bourbon #AC7241
Tints of Bourbon #AC7241
RGB
CMYK
RGB Variations
Color information
#AC7241 (or 0xAC7241) is known color: Bourbon. HEX triplet: AC, 72 and 41. RGB value is (172,114,65). Sum of RGB (Red+Green+Blue) = 172+114+65=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7241 is #538DBE. Grayscale: #7E7E7E. Windows color (decimal): -5475775 or 4289196. OLE color: 4289196.
HSL color Cylindrical-coordinate representation of color #AC7241: hue angle of 27.48º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC7241 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 65 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.33 |
| HSL | 27.48º | 0.45% | 0.46% | - |
| HSV(B) | 27.48º | 0.62% | 0.67% | - |
| XYZ | 23.98 | 21.19 | 7.83 | - |
| YUV | 125.76 | 93.72 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 65 | 0 | 0.34 | 0.62 | 0.33 | 27.48 | 0.45 | 0.46 |
| Hex | AC | 72 | 41 | 0 | 22 | 3E | 21 | 1B | 2D | 2E |
| Octal | 254 | 162 | 101 | 0 | 42 | 76 | 41 | 33 | 55 | 56 |
| Binary | 10101100 | 1110010 | 1000001 | 0 | 100010 | 111110 | 100001 | 11011 | 101101 | 101110 |
Color Harmonies of #AC7241
Complementary color
Monochromatic Colors of #AC7241
Black with #AC7241
Text Example
Text Example
White with #AC7241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7241; }
p { color: rgb(172,114,65); }
H1.HeaderClassName
{
color: #AC7241;
}
.AnyTagClassName
{
color: #AC7241;
}
</style>
background-color css
<style>
a { background-color: #AC7241; }
a { background-color: rgb(172,114,65); }
div.DivClassName
{
background-color: #AC7241;
}
.BgClassName
{
background-color: #AC7241;
}
</style>
border-color css
<style>
span { border-color: #AC7241; }
span { border-color: rgb(172,114,65); }
td.TdClassName
{
border-color: #AC7241;
}
.TagClassName
{
border-color: #AC7241;
}
</style>