Shades of Bourbon #AC703D
Tints of Bourbon #AC703D
RGB
CMYK
RGB Variations
Color information
#AC703D (or 0xAC703D) is known color: Bourbon. HEX triplet: AC, 70 and 3D. RGB value is (172,112,61). Sum of RGB (Red+Green+Blue) = 172+112+61=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC703D is #538FC2. Grayscale: #7C7C7C. Windows color (decimal): -5476291 or 4026540. OLE color: 4026540.
HSL color Cylindrical-coordinate representation of color #AC703D: hue angle of 27.57º 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 #AC703D is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 61 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.33 |
| HSL | 27.57º | 0.48% | 0.46% | - |
| HSV(B) | 27.57º | 0.65% | 0.67% | - |
| XYZ | 23.65 | 20.7 | 7.16 | - |
| YUV | 124.13 | 92.38 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 61 | 0 | 0.35 | 0.65 | 0.33 | 27.57 | 0.48 | 0.46 |
| Hex | AC | 70 | 3D | 0 | 23 | 41 | 21 | 1C | 30 | 2E |
| Octal | 254 | 160 | 75 | 0 | 43 | 101 | 41 | 34 | 60 | 56 |
| Binary | 10101100 | 1110000 | 111101 | 0 | 100011 | 1000001 | 100001 | 11100 | 110000 | 101110 |
Color Harmonies of #AC703D
Complementary color
Monochromatic Colors of #AC703D
Black with #AC703D
Text Example
Text Example
White with #AC703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC703D; }
p { color: rgb(172,112,61); }
H1.HeaderClassName
{
color: #AC703D;
}
.AnyTagClassName
{
color: #AC703D;
}
</style>
background-color css
<style>
a { background-color: #AC703D; }
a { background-color: rgb(172,112,61); }
div.DivClassName
{
background-color: #AC703D;
}
.BgClassName
{
background-color: #AC703D;
}
</style>
border-color css
<style>
span { border-color: #AC703D; }
span { border-color: rgb(172,112,61); }
td.TdClassName
{
border-color: #AC703D;
}
.TagClassName
{
border-color: #AC703D;
}
</style>