Shades of Bourbon #AC7841
Tints of Bourbon #AC7841
RGB
CMYK
RGB Variations
Color information
#AC7841 (or 0xAC7841) is known color: Bourbon. HEX triplet: AC, 78 and 41. RGB value is (172,120,65). Sum of RGB (Red+Green+Blue) = 172+120+65=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7841 is #5387BE. Grayscale: #818181. Windows color (decimal): -5474239 or 4290732. OLE color: 4290732.
HSL color Cylindrical-coordinate representation of color #AC7841: hue angle of 30.84º 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 #AC7841 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 65 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.33 |
| HSL | 30.84º | 0.45% | 0.46% | - |
| HSV(B) | 30.84º | 0.62% | 0.67% | - |
| XYZ | 24.68 | 22.59 | 8.06 | - |
| YUV | 129.28 | 91.73 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 65 | 0 | 0.30 | 0.62 | 0.33 | 30.84 | 0.45 | 0.46 |
| Hex | AC | 78 | 41 | 0 | 1E | 3E | 21 | 1F | 2D | 2E |
| Octal | 254 | 170 | 101 | 0 | 36 | 76 | 41 | 37 | 55 | 56 |
| Binary | 10101100 | 1111000 | 1000001 | 0 | 11110 | 111110 | 100001 | 11111 | 101101 | 101110 |
Color Harmonies of #AC7841
Complementary color
Monochromatic Colors of #AC7841
Black with #AC7841
Text Example
Text Example
White with #AC7841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7841; }
p { color: rgb(172,120,65); }
H1.HeaderClassName
{
color: #AC7841;
}
.AnyTagClassName
{
color: #AC7841;
}
</style>
background-color css
<style>
a { background-color: #AC7841; }
a { background-color: rgb(172,120,65); }
div.DivClassName
{
background-color: #AC7841;
}
.BgClassName
{
background-color: #AC7841;
}
</style>
border-color css
<style>
span { border-color: #AC7841; }
span { border-color: rgb(172,120,65); }
td.TdClassName
{
border-color: #AC7841;
}
.TagClassName
{
border-color: #AC7841;
}
</style>