Shades of Bourbon #AC783E
Tints of Bourbon #AC783E
RGB
CMYK
RGB Variations
Color information
#AC783E (or 0xAC783E) is known color: Bourbon. HEX triplet: AC, 78 and 3E. RGB value is (172,120,62). Sum of RGB (Red+Green+Blue) = 172+120+62=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC783E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC783E is #5387C1. Grayscale: #818181. Windows color (decimal): -5474242 or 4094124. OLE color: 4094124.
HSL color Cylindrical-coordinate representation of color #AC783E: hue angle of 31.64º 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 #AC783E is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 62 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.33 |
| HSL | 31.64º | 0.47% | 0.46% | - |
| HSV(B) | 31.64º | 0.64% | 0.67% | - |
| XYZ | 24.6 | 22.55 | 7.61 | - |
| YUV | 128.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 62 | 0 | 0.30 | 0.64 | 0.33 | 31.64 | 0.47 | 0.46 |
| Hex | AC | 78 | 3E | 0 | 1E | 40 | 21 | 20 | 2F | 2E |
| Octal | 254 | 170 | 76 | 0 | 36 | 100 | 41 | 40 | 57 | 56 |
| Binary | 10101100 | 1111000 | 111110 | 0 | 11110 | 1000000 | 100001 | 100000 | 101111 | 101110 |
Color Harmonies of #AC783E
Complementary color
Monochromatic Colors of #AC783E
Black with #AC783E
Text Example
Text Example
White with #AC783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC783E; }
p { color: rgb(172,120,62); }
H1.HeaderClassName
{
color: #AC783E;
}
.AnyTagClassName
{
color: #AC783E;
}
</style>
background-color css
<style>
a { background-color: #AC783E; }
a { background-color: rgb(172,120,62); }
div.DivClassName
{
background-color: #AC783E;
}
.BgClassName
{
background-color: #AC783E;
}
</style>
border-color css
<style>
span { border-color: #AC783E; }
span { border-color: rgb(172,120,62); }
td.TdClassName
{
border-color: #AC783E;
}
.TagClassName
{
border-color: #AC783E;
}
</style>