Shades of Bourbon #AC703E
Tints of Bourbon #AC703E
RGB
CMYK
RGB Variations
Color information
#AC703E (or 0xAC703E) is known color: Bourbon. HEX triplet: AC, 70 and 3E. RGB value is (172,112,62). Sum of RGB (Red+Green+Blue) = 172+112+62=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC703E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC703E is #538FC1. Grayscale: #7C7C7C. Windows color (decimal): -5476290 or 4092076. OLE color: 4092076.
HSL color Cylindrical-coordinate representation of color #AC703E: hue angle of 27.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC703E is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 62 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.33 |
| HSL | 27.27º | 0.47% | 0.46% | - |
| HSV(B) | 27.27º | 0.64% | 0.67% | - |
| XYZ | 23.68 | 20.71 | 7.31 | - |
| YUV | 124.24 | 92.88 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 62 | 0 | 0.35 | 0.64 | 0.33 | 27.27 | 0.47 | 0.46 |
| Hex | AC | 70 | 3E | 0 | 23 | 40 | 21 | 1B | 2F | 2E |
| Octal | 254 | 160 | 76 | 0 | 43 | 100 | 41 | 33 | 57 | 56 |
| Binary | 10101100 | 1110000 | 111110 | 0 | 100011 | 1000000 | 100001 | 11011 | 101111 | 101110 |
Color Harmonies of #AC703E
Complementary color
Monochromatic Colors of #AC703E
Black with #AC703E
Text Example
Text Example
White with #AC703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC703E; }
p { color: rgb(172,112,62); }
H1.HeaderClassName
{
color: #AC703E;
}
.AnyTagClassName
{
color: #AC703E;
}
</style>
background-color css
<style>
a { background-color: #AC703E; }
a { background-color: rgb(172,112,62); }
div.DivClassName
{
background-color: #AC703E;
}
.BgClassName
{
background-color: #AC703E;
}
</style>
border-color css
<style>
span { border-color: #AC703E; }
span { border-color: rgb(172,112,62); }
td.TdClassName
{
border-color: #AC703E;
}
.TagClassName
{
border-color: #AC703E;
}
</style>