Shades of Bourbon #AC703F
Tints of Bourbon #AC703F
RGB
CMYK
RGB Variations
Color information
#AC703F (or 0xAC703F) is known color: Bourbon. HEX triplet: AC, 70 and 3F. RGB value is (172,112,63). Sum of RGB (Red+Green+Blue) = 172+112+63=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC703F is #538FC0. Grayscale: #7C7C7C. Windows color (decimal): -5476289 or 4157612. OLE color: 4157612.
HSL color Cylindrical-coordinate representation of color #AC703F: hue angle of 26.97º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC703F is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 63 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.33 |
| HSL | 26.97º | 0.46% | 0.46% | - |
| HSV(B) | 26.97º | 0.63% | 0.67% | - |
| XYZ | 23.7 | 20.72 | 7.45 | - |
| YUV | 124.35 | 93.38 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 63 | 0 | 0.35 | 0.63 | 0.33 | 26.97 | 0.46 | 0.46 |
| Hex | AC | 70 | 3F | 0 | 23 | 3F | 21 | 1B | 2E | 2E |
| Octal | 254 | 160 | 77 | 0 | 43 | 77 | 41 | 33 | 56 | 56 |
| Binary | 10101100 | 1110000 | 111111 | 0 | 100011 | 111111 | 100001 | 11011 | 101110 | 101110 |
Color Harmonies of #AC703F
Complementary color
Monochromatic Colors of #AC703F
Black with #AC703F
Text Example
Text Example
White with #AC703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC703F; }
p { color: rgb(172,112,63); }
H1.HeaderClassName
{
color: #AC703F;
}
.AnyTagClassName
{
color: #AC703F;
}
</style>
background-color css
<style>
a { background-color: #AC703F; }
a { background-color: rgb(172,112,63); }
div.DivClassName
{
background-color: #AC703F;
}
.BgClassName
{
background-color: #AC703F;
}
</style>
border-color css
<style>
span { border-color: #AC703F; }
span { border-color: rgb(172,112,63); }
td.TdClassName
{
border-color: #AC703F;
}
.TagClassName
{
border-color: #AC703F;
}
</style>