Shades of Bourbon #AC733B
Tints of Bourbon #AC733B
RGB
CMYK
RGB Variations
Color information
#AC733B (or 0xAC733B) is known color: Bourbon. HEX triplet: AC, 73 and 3B. RGB value is (172,115,59). Sum of RGB (Red+Green+Blue) = 172+115+59=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC733B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC733B is #538CC4. Grayscale: #7D7D7D. Windows color (decimal): -5475525 or 3896236. OLE color: 3896236.
HSL color Cylindrical-coordinate representation of color #AC733B: hue angle of 29.73º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC733B is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 59 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.33 |
| HSL | 29.73º | 0.49% | 0.45% | - |
| HSV(B) | 29.73º | 0.66% | 0.67% | - |
| XYZ | 23.93 | 21.35 | 7 | - |
| YUV | 125.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 59 | 0 | 0.33 | 0.66 | 0.33 | 29.73 | 0.49 | 0.45 |
| Hex | AC | 73 | 3B | 0 | 21 | 42 | 21 | 1E | 31 | 2D |
| Octal | 254 | 163 | 73 | 0 | 41 | 102 | 41 | 36 | 61 | 55 |
| Binary | 10101100 | 1110011 | 111011 | 0 | 100001 | 1000010 | 100001 | 11110 | 110001 | 101101 |
Color Harmonies of #AC733B
Complementary color
Monochromatic Colors of #AC733B
Black with #AC733B
Text Example
Text Example
White with #AC733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC733B; }
p { color: rgb(172,115,59); }
H1.HeaderClassName
{
color: #AC733B;
}
.AnyTagClassName
{
color: #AC733B;
}
</style>
background-color css
<style>
a { background-color: #AC733B; }
a { background-color: rgb(172,115,59); }
div.DivClassName
{
background-color: #AC733B;
}
.BgClassName
{
background-color: #AC733B;
}
</style>
border-color css
<style>
span { border-color: #AC733B; }
span { border-color: rgb(172,115,59); }
td.TdClassName
{
border-color: #AC733B;
}
.TagClassName
{
border-color: #AC733B;
}
</style>