Shades of Bourbon #AC6A42
Tints of Bourbon #AC6A42
RGB
CMYK
RGB Variations
Color information
#AC6A42 (or 0xAC6A42) is known color: Bourbon. HEX triplet: AC, 6A and 42. RGB value is (172,106,66). Sum of RGB (Red+Green+Blue) = 172+106+66=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A42 is #5395BD. Grayscale: #797979. Windows color (decimal): -5477822 or 4352684. OLE color: 4352684.
HSL color Cylindrical-coordinate representation of color #AC6A42: hue angle of 22.64º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC6A42 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 106 | 66 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.33 |
| HSL | 22.64º | 0.45% | 0.47% | - |
| HSV(B) | 22.64º | 0.62% | 0.67% | - |
| XYZ | 23.15 | 19.47 | 7.69 | - |
| YUV | 121.17 | 96.87 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 66 | 0 | 0.38 | 0.62 | 0.33 | 22.64 | 0.45 | 0.47 |
| Hex | AC | 6A | 42 | 0 | 26 | 3E | 21 | 17 | 2D | 2F |
| Octal | 254 | 152 | 102 | 0 | 46 | 76 | 41 | 27 | 55 | 57 |
| Binary | 10101100 | 1101010 | 1000010 | 0 | 100110 | 111110 | 100001 | 10111 | 101101 | 101111 |
Color Harmonies of #AC6A42
Complementary color
Monochromatic Colors of #AC6A42
Black with #AC6A42
Text Example
Text Example
White with #AC6A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6A42; }
p { color: rgb(172,106,66); }
H1.HeaderClassName
{
color: #AC6A42;
}
.AnyTagClassName
{
color: #AC6A42;
}
</style>
background-color css
<style>
a { background-color: #AC6A42; }
a { background-color: rgb(172,106,66); }
div.DivClassName
{
background-color: #AC6A42;
}
.BgClassName
{
background-color: #AC6A42;
}
</style>
border-color css
<style>
span { border-color: #AC6A42; }
span { border-color: rgb(172,106,66); }
td.TdClassName
{
border-color: #AC6A42;
}
.TagClassName
{
border-color: #AC6A42;
}
</style>