Shades of Bourbon #AC753D
Tints of Bourbon #AC753D
RGB
CMYK
RGB Variations
Color information
#AC753D (or 0xAC753D) is known color: Bourbon. HEX triplet: AC, 75 and 3D. RGB value is (172,117,61). Sum of RGB (Red+Green+Blue) = 172+117+61=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC753D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC753D is #538AC2. Grayscale: #7F7F7F. Windows color (decimal): -5475011 or 4027820. OLE color: 4027820.
HSL color Cylindrical-coordinate representation of color #AC753D: hue angle of 30.27º 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 #AC753D is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 61 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.33 |
| HSL | 30.27º | 0.48% | 0.46% | - |
| HSV(B) | 30.27º | 0.65% | 0.67% | - |
| XYZ | 24.22 | 21.83 | 7.35 | - |
| YUV | 127.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 61 | 0 | 0.32 | 0.65 | 0.33 | 30.27 | 0.48 | 0.46 |
| Hex | AC | 75 | 3D | 0 | 20 | 41 | 21 | 1E | 30 | 2E |
| Octal | 254 | 165 | 75 | 0 | 40 | 101 | 41 | 36 | 60 | 56 |
| Binary | 10101100 | 1110101 | 111101 | 0 | 100000 | 1000001 | 100001 | 11110 | 110000 | 101110 |
Color Harmonies of #AC753D
Complementary color
Monochromatic Colors of #AC753D
Black with #AC753D
Text Example
Text Example
White with #AC753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC753D; }
p { color: rgb(172,117,61); }
H1.HeaderClassName
{
color: #AC753D;
}
.AnyTagClassName
{
color: #AC753D;
}
</style>
background-color css
<style>
a { background-color: #AC753D; }
a { background-color: rgb(172,117,61); }
div.DivClassName
{
background-color: #AC753D;
}
.BgClassName
{
background-color: #AC753D;
}
</style>
border-color css
<style>
span { border-color: #AC753D; }
span { border-color: rgb(172,117,61); }
td.TdClassName
{
border-color: #AC753D;
}
.TagClassName
{
border-color: #AC753D;
}
</style>