Shades of Bourbon #AC793F
Tints of Bourbon #AC793F
RGB
CMYK
RGB Variations
Color information
#AC793F (or 0xAC793F) is known color: Bourbon. HEX triplet: AC, 79 and 3F. RGB value is (172,121,63). Sum of RGB (Red+Green+Blue) = 172+121+63=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC793F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC793F is #5386C0. Grayscale: #818181. Windows color (decimal): -5473985 or 4159916. OLE color: 4159916.
HSL color Cylindrical-coordinate representation of color #AC793F: hue angle of 31.93º 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 #AC793F is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 121 | 63 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.33 |
| HSL | 31.93º | 0.46% | 0.46% | - |
| HSV(B) | 31.93º | 0.63% | 0.67% | - |
| XYZ | 24.75 | 22.8 | 7.8 | - |
| YUV | 129.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 63 | 0 | 0.30 | 0.63 | 0.33 | 31.93 | 0.46 | 0.46 |
| Hex | AC | 79 | 3F | 0 | 1E | 3F | 21 | 20 | 2E | 2E |
| Octal | 254 | 171 | 77 | 0 | 36 | 77 | 41 | 40 | 56 | 56 |
| Binary | 10101100 | 1111001 | 111111 | 0 | 11110 | 111111 | 100001 | 100000 | 101110 | 101110 |
Color Harmonies of #AC793F
Complementary color
Monochromatic Colors of #AC793F
Black with #AC793F
Text Example
Text Example
White with #AC793F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC793F; }
p { color: rgb(172,121,63); }
H1.HeaderClassName
{
color: #AC793F;
}
.AnyTagClassName
{
color: #AC793F;
}
</style>
background-color css
<style>
a { background-color: #AC793F; }
a { background-color: rgb(172,121,63); }
div.DivClassName
{
background-color: #AC793F;
}
.BgClassName
{
background-color: #AC793F;
}
</style>
border-color css
<style>
span { border-color: #AC793F; }
span { border-color: rgb(172,121,63); }
td.TdClassName
{
border-color: #AC793F;
}
.TagClassName
{
border-color: #AC793F;
}
</style>