Shades of Bourbon #AC733D
Tints of Bourbon #AC733D
RGB
CMYK
RGB Variations
Color information
#AC733D (or 0xAC733D) is known color: Bourbon. HEX triplet: AC, 73 and 3D. RGB value is (172,115,61). Sum of RGB (Red+Green+Blue) = 172+115+61=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC733D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC733D is #538CC2. Grayscale: #7E7E7E. Windows color (decimal): -5475523 or 4027308. OLE color: 4027308.
HSL color Cylindrical-coordinate representation of color #AC733D: hue angle of 29.19º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC733D is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 61 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.33 |
| HSL | 29.19º | 0.48% | 0.46% | - |
| HSV(B) | 29.19º | 0.65% | 0.67% | - |
| XYZ | 23.99 | 21.37 | 7.28 | - |
| YUV | 125.89 | 91.38 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 61 | 0 | 0.33 | 0.65 | 0.33 | 29.19 | 0.48 | 0.46 |
| Hex | AC | 73 | 3D | 0 | 21 | 41 | 21 | 1D | 30 | 2E |
| Octal | 254 | 163 | 75 | 0 | 41 | 101 | 41 | 35 | 60 | 56 |
| Binary | 10101100 | 1110011 | 111101 | 0 | 100001 | 1000001 | 100001 | 11101 | 110000 | 101110 |
Color Harmonies of #AC733D
Complementary color
Monochromatic Colors of #AC733D
Black with #AC733D
Text Example
Text Example
White with #AC733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC733D; }
p { color: rgb(172,115,61); }
H1.HeaderClassName
{
color: #AC733D;
}
.AnyTagClassName
{
color: #AC733D;
}
</style>
background-color css
<style>
a { background-color: #AC733D; }
a { background-color: rgb(172,115,61); }
div.DivClassName
{
background-color: #AC733D;
}
.BgClassName
{
background-color: #AC733D;
}
</style>
border-color css
<style>
span { border-color: #AC733D; }
span { border-color: rgb(172,115,61); }
td.TdClassName
{
border-color: #AC733D;
}
.TagClassName
{
border-color: #AC733D;
}
</style>