Shades of Bourbon #AC6A37
Tints of Bourbon #AC6A37
RGB
CMYK
RGB Variations
Color information
#AC6A37 (or 0xAC6A37) is known color: Bourbon. HEX triplet: AC, 6A and 37. RGB value is (172,106,55). Sum of RGB (Red+Green+Blue) = 172+106+55=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A37 is #5395C8. Grayscale: #787878. Windows color (decimal): -5477833 or 3631788. OLE color: 3631788.
HSL color Cylindrical-coordinate representation of color #AC6A37: hue angle of 26.15º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC6A37 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 106 | 55 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.33 |
| HSL | 26.15º | 0.52% | 0.45% | - |
| HSV(B) | 26.15º | 0.68% | 0.67% | - |
| XYZ | 22.86 | 19.35 | 6.15 | - |
| YUV | 119.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 55 | 0 | 0.38 | 0.68 | 0.33 | 26.15 | 0.52 | 0.45 |
| Hex | AC | 6A | 37 | 0 | 26 | 44 | 21 | 1A | 34 | 2D |
| Octal | 254 | 152 | 67 | 0 | 46 | 104 | 41 | 32 | 64 | 55 |
| Binary | 10101100 | 1101010 | 110111 | 0 | 100110 | 1000100 | 100001 | 11010 | 110100 | 101101 |
Color Harmonies of #AC6A37
Complementary color
Monochromatic Colors of #AC6A37
Black with #AC6A37
Text Example
Text Example
White with #AC6A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6A37; }
p { color: rgb(172,106,55); }
H1.HeaderClassName
{
color: #AC6A37;
}
.AnyTagClassName
{
color: #AC6A37;
}
</style>
background-color css
<style>
a { background-color: #AC6A37; }
a { background-color: rgb(172,106,55); }
div.DivClassName
{
background-color: #AC6A37;
}
.BgClassName
{
background-color: #AC6A37;
}
</style>
border-color css
<style>
span { border-color: #AC6A37; }
span { border-color: rgb(172,106,55); }
td.TdClassName
{
border-color: #AC6A37;
}
.TagClassName
{
border-color: #AC6A37;
}
</style>