Shades of Bourbon #AC6C44
Tints of Bourbon #AC6C44
RGB
CMYK
RGB Variations
Color information
#AC6C44 (or 0xAC6C44) is known color: Bourbon. HEX triplet: AC, 6C and 44. RGB value is (172,108,68). Sum of RGB (Red+Green+Blue) = 172+108+68=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C44 is #5393BB. Grayscale: #7A7A7A. Windows color (decimal): -5477308 or 4484268. OLE color: 4484268.
HSL color Cylindrical-coordinate representation of color #AC6C44: hue angle of 23.08º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC6C44 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 68 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.33 |
| HSL | 23.08º | 0.43% | 0.47% | - |
| HSV(B) | 23.08º | 0.6% | 0.67% | - |
| XYZ | 23.42 | 19.91 | 8.08 | - |
| YUV | 122.58 | 97.2 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 68 | 0 | 0.37 | 0.60 | 0.33 | 23.08 | 0.43 | 0.47 |
| Hex | AC | 6C | 44 | 0 | 25 | 3C | 21 | 17 | 2B | 2F |
| Octal | 254 | 154 | 104 | 0 | 45 | 74 | 41 | 27 | 53 | 57 |
| Binary | 10101100 | 1101100 | 1000100 | 0 | 100101 | 111100 | 100001 | 10111 | 101011 | 101111 |
Color Harmonies of #AC6C44
Complementary color
Monochromatic Colors of #AC6C44
Black with #AC6C44
Text Example
Text Example
White with #AC6C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C44; }
p { color: rgb(172,108,68); }
H1.HeaderClassName
{
color: #AC6C44;
}
.AnyTagClassName
{
color: #AC6C44;
}
</style>
background-color css
<style>
a { background-color: #AC6C44; }
a { background-color: rgb(172,108,68); }
div.DivClassName
{
background-color: #AC6C44;
}
.BgClassName
{
background-color: #AC6C44;
}
</style>
border-color css
<style>
span { border-color: #AC6C44; }
span { border-color: rgb(172,108,68); }
td.TdClassName
{
border-color: #AC6C44;
}
.TagClassName
{
border-color: #AC6C44;
}
</style>