Shades of Bourbon #AC764C
Tints of Bourbon #AC764C
RGB
CMYK
RGB Variations
Color information
#AC764C (or 0xAC764C) is known color: Bourbon. HEX triplet: AC, 76 and 4C. RGB value is (172,118,76). Sum of RGB (Red+Green+Blue) = 172+118+76=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC764C is #5389B3. Grayscale: #818181. Windows color (decimal): -5474740 or 5011116. OLE color: 5011116.
HSL color Cylindrical-coordinate representation of color #AC764C: hue angle of 26.25º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC764C is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 76 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.33 |
| HSL | 26.25º | 0.39% | 0.49% | - |
| HSV(B) | 26.25º | 0.56% | 0.67% | - |
| XYZ | 24.8 | 22.25 | 9.83 | - |
| YUV | 129.36 | 97.89 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 76 | 0 | 0.31 | 0.56 | 0.33 | 26.25 | 0.39 | 0.49 |
| Hex | AC | 76 | 4C | 0 | 1F | 38 | 21 | 1A | 27 | 31 |
| Octal | 254 | 166 | 114 | 0 | 37 | 70 | 41 | 32 | 47 | 61 |
| Binary | 10101100 | 1110110 | 1001100 | 0 | 11111 | 111000 | 100001 | 11010 | 100111 | 110001 |
Color Harmonies of #AC764C
Complementary color
Monochromatic Colors of #AC764C
Black with #AC764C
Text Example
Text Example
White with #AC764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC764C; }
p { color: rgb(172,118,76); }
H1.HeaderClassName
{
color: #AC764C;
}
.AnyTagClassName
{
color: #AC764C;
}
</style>
background-color css
<style>
a { background-color: #AC764C; }
a { background-color: rgb(172,118,76); }
div.DivClassName
{
background-color: #AC764C;
}
.BgClassName
{
background-color: #AC764C;
}
</style>
border-color css
<style>
span { border-color: #AC764C; }
span { border-color: rgb(172,118,76); }
td.TdClassName
{
border-color: #AC764C;
}
.TagClassName
{
border-color: #AC764C;
}
</style>