Shades of Bourbon #AC6B42
Tints of Bourbon #AC6B42
RGB
CMYK
RGB Variations
Color information
#AC6B42 (or 0xAC6B42) is known color: Bourbon. HEX triplet: AC, 6B and 42. RGB value is (172,107,66). Sum of RGB (Red+Green+Blue) = 172+107+66=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B42 is #5394BD. Grayscale: #797979. Windows color (decimal): -5477566 or 4352940. OLE color: 4352940.
HSL color Cylindrical-coordinate representation of color #AC6B42: hue angle of 23.21º 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 #AC6B42 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 107 | 66 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.33 |
| HSL | 23.21º | 0.45% | 0.47% | - |
| HSV(B) | 23.21º | 0.62% | 0.67% | - |
| XYZ | 23.25 | 19.68 | 7.73 | - |
| YUV | 121.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 66 | 0 | 0.38 | 0.62 | 0.33 | 23.21 | 0.45 | 0.47 |
| Hex | AC | 6B | 42 | 0 | 26 | 3E | 21 | 17 | 2D | 2F |
| Octal | 254 | 153 | 102 | 0 | 46 | 76 | 41 | 27 | 55 | 57 |
| Binary | 10101100 | 1101011 | 1000010 | 0 | 100110 | 111110 | 100001 | 10111 | 101101 | 101111 |
Color Harmonies of #AC6B42
Complementary color
Monochromatic Colors of #AC6B42
Black with #AC6B42
Text Example
Text Example
White with #AC6B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6B42; }
p { color: rgb(172,107,66); }
H1.HeaderClassName
{
color: #AC6B42;
}
.AnyTagClassName
{
color: #AC6B42;
}
</style>
background-color css
<style>
a { background-color: #AC6B42; }
a { background-color: rgb(172,107,66); }
div.DivClassName
{
background-color: #AC6B42;
}
.BgClassName
{
background-color: #AC6B42;
}
</style>
border-color css
<style>
span { border-color: #AC6B42; }
span { border-color: rgb(172,107,66); }
td.TdClassName
{
border-color: #AC6B42;
}
.TagClassName
{
border-color: #AC6B42;
}
</style>