Shades of Bourbon #AC7242
Tints of Bourbon #AC7242
RGB
CMYK
RGB Variations
Color information
#AC7242 (or 0xAC7242) is known color: Bourbon. HEX triplet: AC, 72 and 42. RGB value is (172,114,66). Sum of RGB (Red+Green+Blue) = 172+114+66=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7242 is #538DBD. Grayscale: #7E7E7E. Windows color (decimal): -5475774 or 4354732. OLE color: 4354732.
HSL color Cylindrical-coordinate representation of color #AC7242: hue angle of 27.17º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC7242 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 66 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.33 |
| HSL | 27.17º | 0.45% | 0.47% | - |
| HSV(B) | 27.17º | 0.62% | 0.67% | - |
| XYZ | 24.01 | 21.2 | 7.98 | - |
| YUV | 125.87 | 94.22 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 66 | 0 | 0.34 | 0.62 | 0.33 | 27.17 | 0.45 | 0.47 |
| Hex | AC | 72 | 42 | 0 | 22 | 3E | 21 | 1B | 2D | 2F |
| Octal | 254 | 162 | 102 | 0 | 42 | 76 | 41 | 33 | 55 | 57 |
| Binary | 10101100 | 1110010 | 1000010 | 0 | 100010 | 111110 | 100001 | 11011 | 101101 | 101111 |
Color Harmonies of #AC7242
Complementary color
Monochromatic Colors of #AC7242
Black with #AC7242
Text Example
Text Example
White with #AC7242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7242; }
p { color: rgb(172,114,66); }
H1.HeaderClassName
{
color: #AC7242;
}
.AnyTagClassName
{
color: #AC7242;
}
</style>
background-color css
<style>
a { background-color: #AC7242; }
a { background-color: rgb(172,114,66); }
div.DivClassName
{
background-color: #AC7242;
}
.BgClassName
{
background-color: #AC7242;
}
</style>
border-color css
<style>
span { border-color: #AC7242; }
span { border-color: rgb(172,114,66); }
td.TdClassName
{
border-color: #AC7242;
}
.TagClassName
{
border-color: #AC7242;
}
</style>