Shades of Bourbon #AC6F49
Tints of Bourbon #AC6F49
RGB
CMYK
RGB Variations
Color information
#AC6F49 (or 0xAC6F49) is known color: Bourbon. HEX triplet: AC, 6F and 49. RGB value is (172,111,73). Sum of RGB (Red+Green+Blue) = 172+111+73=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6F49 is #5390B6. Grayscale: #7D7D7D. Windows color (decimal): -5476535 or 4812716. OLE color: 4812716.
HSL color Cylindrical-coordinate representation of color #AC6F49: hue angle of 23.03º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC6F49 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 111 | 73 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.33 |
| HSL | 23.03º | 0.4% | 0.48% | - |
| HSV(B) | 23.03º | 0.58% | 0.67% | - |
| XYZ | 23.9 | 20.62 | 9.02 | - |
| YUV | 124.91 | 98.71 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 111 | 73 | 0 | 0.35 | 0.58 | 0.33 | 23.03 | 0.4 | 0.48 |
| Hex | AC | 6F | 49 | 0 | 23 | 3A | 21 | 17 | 28 | 30 |
| Octal | 254 | 157 | 111 | 0 | 43 | 72 | 41 | 27 | 50 | 60 |
| Binary | 10101100 | 1101111 | 1001001 | 0 | 100011 | 111010 | 100001 | 10111 | 101000 | 110000 |
Color Harmonies of #AC6F49
Complementary color
Monochromatic Colors of #AC6F49
Black with #AC6F49
Text Example
Text Example
White with #AC6F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6F49; }
p { color: rgb(172,111,73); }
H1.HeaderClassName
{
color: #AC6F49;
}
.AnyTagClassName
{
color: #AC6F49;
}
</style>
background-color css
<style>
a { background-color: #AC6F49; }
a { background-color: rgb(172,111,73); }
div.DivClassName
{
background-color: #AC6F49;
}
.BgClassName
{
background-color: #AC6F49;
}
</style>
border-color css
<style>
span { border-color: #AC6F49; }
span { border-color: rgb(172,111,73); }
td.TdClassName
{
border-color: #AC6F49;
}
.TagClassName
{
border-color: #AC6F49;
}
</style>