Shades of Bourbon #AC723D
Tints of Bourbon #AC723D
RGB
CMYK
RGB Variations
Color information
#AC723D (or 0xAC723D) is known color: Bourbon. HEX triplet: AC, 72 and 3D. RGB value is (172,114,61). Sum of RGB (Red+Green+Blue) = 172+114+61=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC723D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC723D is #538DC2. Grayscale: #7D7D7D. Windows color (decimal): -5475779 or 4027052. OLE color: 4027052.
HSL color Cylindrical-coordinate representation of color #AC723D: hue angle of 28.65º 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 #AC723D is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 61 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.33 |
| HSL | 28.65º | 0.48% | 0.46% | - |
| HSV(B) | 28.65º | 0.65% | 0.67% | - |
| XYZ | 23.87 | 21.14 | 7.24 | - |
| YUV | 125.3 | 91.72 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 61 | 0 | 0.34 | 0.65 | 0.33 | 28.65 | 0.48 | 0.46 |
| Hex | AC | 72 | 3D | 0 | 22 | 41 | 21 | 1D | 30 | 2E |
| Octal | 254 | 162 | 75 | 0 | 42 | 101 | 41 | 35 | 60 | 56 |
| Binary | 10101100 | 1110010 | 111101 | 0 | 100010 | 1000001 | 100001 | 11101 | 110000 | 101110 |
Color Harmonies of #AC723D
Complementary color
Monochromatic Colors of #AC723D
Black with #AC723D
Text Example
Text Example
White with #AC723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC723D; }
p { color: rgb(172,114,61); }
H1.HeaderClassName
{
color: #AC723D;
}
.AnyTagClassName
{
color: #AC723D;
}
</style>
background-color css
<style>
a { background-color: #AC723D; }
a { background-color: rgb(172,114,61); }
div.DivClassName
{
background-color: #AC723D;
}
.BgClassName
{
background-color: #AC723D;
}
</style>
border-color css
<style>
span { border-color: #AC723D; }
span { border-color: rgb(172,114,61); }
td.TdClassName
{
border-color: #AC723D;
}
.TagClassName
{
border-color: #AC723D;
}
</style>