Shades of Bourbon #AC6838
Tints of Bourbon #AC6838
RGB
CMYK
RGB Variations
Color information
#AC6838 (or 0xAC6838) is known color: Bourbon. HEX triplet: AC, 68 and 38. RGB value is (172,104,56). Sum of RGB (Red+Green+Blue) = 172+104+56=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6838 is #5397C7. Grayscale: #777777. Windows color (decimal): -5478344 or 3696812. OLE color: 3696812.
HSL color Cylindrical-coordinate representation of color #AC6838: hue angle of 24.83º 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 #AC6838 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 56 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.33 |
| HSL | 24.83º | 0.51% | 0.45% | - |
| HSV(B) | 24.83º | 0.67% | 0.67% | - |
| XYZ | 22.68 | 18.96 | 6.21 | - |
| YUV | 118.86 | 92.53 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 56 | 0 | 0.40 | 0.67 | 0.33 | 24.83 | 0.51 | 0.45 |
| Hex | AC | 68 | 38 | 0 | 28 | 43 | 21 | 19 | 33 | 2D |
| Octal | 254 | 150 | 70 | 0 | 50 | 103 | 41 | 31 | 63 | 55 |
| Binary | 10101100 | 1101000 | 111000 | 0 | 101000 | 1000011 | 100001 | 11001 | 110011 | 101101 |
Color Harmonies of #AC6838
Complementary color
Monochromatic Colors of #AC6838
Black with #AC6838
Text Example
Text Example
White with #AC6838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6838; }
p { color: rgb(172,104,56); }
H1.HeaderClassName
{
color: #AC6838;
}
.AnyTagClassName
{
color: #AC6838;
}
</style>
background-color css
<style>
a { background-color: #AC6838; }
a { background-color: rgb(172,104,56); }
div.DivClassName
{
background-color: #AC6838;
}
.BgClassName
{
background-color: #AC6838;
}
</style>
border-color css
<style>
span { border-color: #AC6838; }
span { border-color: rgb(172,104,56); }
td.TdClassName
{
border-color: #AC6838;
}
.TagClassName
{
border-color: #AC6838;
}
</style>