Shades of Bourbon #AC6D44
Tints of Bourbon #AC6D44
RGB
CMYK
RGB Variations
Color information
#AC6D44 (or 0xAC6D44) is known color: Bourbon. HEX triplet: AC, 6D and 44. RGB value is (172,109,68). Sum of RGB (Red+Green+Blue) = 172+109+68=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D44 is #5392BB. Grayscale: #7B7B7B. Windows color (decimal): -5477052 or 4484524. OLE color: 4484524.
HSL color Cylindrical-coordinate representation of color #AC6D44: hue angle of 23.65º 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 #AC6D44 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 68 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.33 |
| HSL | 23.65º | 0.43% | 0.47% | - |
| HSV(B) | 23.65º | 0.6% | 0.67% | - |
| XYZ | 23.53 | 20.13 | 8.11 | - |
| YUV | 123.16 | 96.87 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 68 | 0 | 0.37 | 0.60 | 0.33 | 23.65 | 0.43 | 0.47 |
| Hex | AC | 6D | 44 | 0 | 25 | 3C | 21 | 18 | 2B | 2F |
| Octal | 254 | 155 | 104 | 0 | 45 | 74 | 41 | 30 | 53 | 57 |
| Binary | 10101100 | 1101101 | 1000100 | 0 | 100101 | 111100 | 100001 | 11000 | 101011 | 101111 |
Color Harmonies of #AC6D44
Complementary color
Monochromatic Colors of #AC6D44
Black with #AC6D44
Text Example
Text Example
White with #AC6D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D44; }
p { color: rgb(172,109,68); }
H1.HeaderClassName
{
color: #AC6D44;
}
.AnyTagClassName
{
color: #AC6D44;
}
</style>
background-color css
<style>
a { background-color: #AC6D44; }
a { background-color: rgb(172,109,68); }
div.DivClassName
{
background-color: #AC6D44;
}
.BgClassName
{
background-color: #AC6D44;
}
</style>
border-color css
<style>
span { border-color: #AC6D44; }
span { border-color: rgb(172,109,68); }
td.TdClassName
{
border-color: #AC6D44;
}
.TagClassName
{
border-color: #AC6D44;
}
</style>