Shades of Bourbon #AC6D45
Tints of Bourbon #AC6D45
RGB
CMYK
RGB Variations
Color information
#AC6D45 (or 0xAC6D45) is known color: Bourbon. HEX triplet: AC, 6D and 45. RGB value is (172,109,69). Sum of RGB (Red+Green+Blue) = 172+109+69=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D45 is #5392BA. Grayscale: #7B7B7B. Windows color (decimal): -5477051 or 4550060. OLE color: 4550060.
HSL color Cylindrical-coordinate representation of color #AC6D45: hue angle of 23.3º 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 #AC6D45 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 69 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.33 |
| HSL | 23.3º | 0.43% | 0.47% | - |
| HSV(B) | 23.3º | 0.6% | 0.67% | - |
| XYZ | 23.56 | 20.14 | 8.28 | - |
| YUV | 123.28 | 97.37 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 69 | 0 | 0.37 | 0.60 | 0.33 | 23.3 | 0.43 | 0.47 |
| Hex | AC | 6D | 45 | 0 | 25 | 3C | 21 | 17 | 2B | 2F |
| Octal | 254 | 155 | 105 | 0 | 45 | 74 | 41 | 27 | 53 | 57 |
| Binary | 10101100 | 1101101 | 1000101 | 0 | 100101 | 111100 | 100001 | 10111 | 101011 | 101111 |
Color Harmonies of #AC6D45
Complementary color
Monochromatic Colors of #AC6D45
Black with #AC6D45
Text Example
Text Example
White with #AC6D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D45; }
p { color: rgb(172,109,69); }
H1.HeaderClassName
{
color: #AC6D45;
}
.AnyTagClassName
{
color: #AC6D45;
}
</style>
background-color css
<style>
a { background-color: #AC6D45; }
a { background-color: rgb(172,109,69); }
div.DivClassName
{
background-color: #AC6D45;
}
.BgClassName
{
background-color: #AC6D45;
}
</style>
border-color css
<style>
span { border-color: #AC6D45; }
span { border-color: rgb(172,109,69); }
td.TdClassName
{
border-color: #AC6D45;
}
.TagClassName
{
border-color: #AC6D45;
}
</style>