Shades of Bourbon #AC6738
Tints of Bourbon #AC6738
RGB
CMYK
RGB Variations
Color information
#AC6738 (or 0xAC6738) is known color: Bourbon. HEX triplet: AC, 67 and 38. RGB value is (172,103,56). Sum of RGB (Red+Green+Blue) = 172+103+56=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6738 is #5398C7. Grayscale: #767676. Windows color (decimal): -5478600 or 3696556. OLE color: 3696556.
HSL color Cylindrical-coordinate representation of color #AC6738: hue angle of 24.31º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC6738 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 56 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.33 |
| HSL | 24.31º | 0.51% | 0.45% | - |
| HSV(B) | 24.31º | 0.67% | 0.67% | - |
| XYZ | 22.58 | 18.76 | 6.17 | - |
| YUV | 118.27 | 92.86 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 56 | 0 | 0.40 | 0.67 | 0.33 | 24.31 | 0.51 | 0.45 |
| Hex | AC | 67 | 38 | 0 | 28 | 43 | 21 | 18 | 33 | 2D |
| Octal | 254 | 147 | 70 | 0 | 50 | 103 | 41 | 30 | 63 | 55 |
| Binary | 10101100 | 1100111 | 111000 | 0 | 101000 | 1000011 | 100001 | 11000 | 110011 | 101101 |
Color Harmonies of #AC6738
Complementary color
Monochromatic Colors of #AC6738
Black with #AC6738
Text Example
Text Example
White with #AC6738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6738; }
p { color: rgb(172,103,56); }
H1.HeaderClassName
{
color: #AC6738;
}
.AnyTagClassName
{
color: #AC6738;
}
</style>
background-color css
<style>
a { background-color: #AC6738; }
a { background-color: rgb(172,103,56); }
div.DivClassName
{
background-color: #AC6738;
}
.BgClassName
{
background-color: #AC6738;
}
</style>
border-color css
<style>
span { border-color: #AC6738; }
span { border-color: rgb(172,103,56); }
td.TdClassName
{
border-color: #AC6738;
}
.TagClassName
{
border-color: #AC6738;
}
</style>