Shades of Bourbon #AC723C
Tints of Bourbon #AC723C
RGB
CMYK
RGB Variations
Color information
#AC723C (or 0xAC723C) is known color: Bourbon. HEX triplet: AC, 72 and 3C. RGB value is (172,114,60). Sum of RGB (Red+Green+Blue) = 172+114+60=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC723C is #538DC3. Grayscale: #7D7D7D. Windows color (decimal): -5475780 or 3961516. OLE color: 3961516.
HSL color Cylindrical-coordinate representation of color #AC723C: hue angle of 28.93º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC723C is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 60 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.33 |
| HSL | 28.93º | 0.48% | 0.45% | - |
| HSV(B) | 28.93º | 0.65% | 0.67% | - |
| XYZ | 23.85 | 21.13 | 7.1 | - |
| YUV | 125.19 | 91.22 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 60 | 0 | 0.34 | 0.65 | 0.33 | 28.93 | 0.48 | 0.45 |
| Hex | AC | 72 | 3C | 0 | 22 | 41 | 21 | 1D | 30 | 2D |
| Octal | 254 | 162 | 74 | 0 | 42 | 101 | 41 | 35 | 60 | 55 |
| Binary | 10101100 | 1110010 | 111100 | 0 | 100010 | 1000001 | 100001 | 11101 | 110000 | 101101 |
Color Harmonies of #AC723C
Complementary color
Monochromatic Colors of #AC723C
Black with #AC723C
Text Example
Text Example
White with #AC723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC723C; }
p { color: rgb(172,114,60); }
H1.HeaderClassName
{
color: #AC723C;
}
.AnyTagClassName
{
color: #AC723C;
}
</style>
background-color css
<style>
a { background-color: #AC723C; }
a { background-color: rgb(172,114,60); }
div.DivClassName
{
background-color: #AC723C;
}
.BgClassName
{
background-color: #AC723C;
}
</style>
border-color css
<style>
span { border-color: #AC723C; }
span { border-color: rgb(172,114,60); }
td.TdClassName
{
border-color: #AC723C;
}
.TagClassName
{
border-color: #AC723C;
}
</style>