Shades of Bourbon #AC6D41
Tints of Bourbon #AC6D41
RGB
CMYK
RGB Variations
Color information
#AC6D41 (or 0xAC6D41) is known color: Bourbon. HEX triplet: AC, 6D and 41. RGB value is (172,109,65). Sum of RGB (Red+Green+Blue) = 172+109+65=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D41 is #5392BE. Grayscale: #7B7B7B. Windows color (decimal): -5477055 or 4287916. OLE color: 4287916.
HSL color Cylindrical-coordinate representation of color #AC6D41: hue angle of 24.67º 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 #AC6D41 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 65 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.33 |
| HSL | 24.67º | 0.45% | 0.46% | - |
| HSV(B) | 24.67º | 0.62% | 0.67% | - |
| XYZ | 23.44 | 20.09 | 7.64 | - |
| YUV | 122.82 | 95.37 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 65 | 0 | 0.37 | 0.62 | 0.33 | 24.67 | 0.45 | 0.46 |
| Hex | AC | 6D | 41 | 0 | 25 | 3E | 21 | 19 | 2D | 2E |
| Octal | 254 | 155 | 101 | 0 | 45 | 76 | 41 | 31 | 55 | 56 |
| Binary | 10101100 | 1101101 | 1000001 | 0 | 100101 | 111110 | 100001 | 11001 | 101101 | 101110 |
Color Harmonies of #AC6D41
Complementary color
Monochromatic Colors of #AC6D41
Black with #AC6D41
Text Example
Text Example
White with #AC6D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D41; }
p { color: rgb(172,109,65); }
H1.HeaderClassName
{
color: #AC6D41;
}
.AnyTagClassName
{
color: #AC6D41;
}
</style>
background-color css
<style>
a { background-color: #AC6D41; }
a { background-color: rgb(172,109,65); }
div.DivClassName
{
background-color: #AC6D41;
}
.BgClassName
{
background-color: #AC6D41;
}
</style>
border-color css
<style>
span { border-color: #AC6D41; }
span { border-color: rgb(172,109,65); }
td.TdClassName
{
border-color: #AC6D41;
}
.TagClassName
{
border-color: #AC6D41;
}
</style>