Shades of Bourbon #AC773F
Tints of Bourbon #AC773F
RGB
CMYK
RGB Variations
Color information
#AC773F (or 0xAC773F) is known color: Bourbon. HEX triplet: AC, 77 and 3F. RGB value is (172,119,63). Sum of RGB (Red+Green+Blue) = 172+119+63=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC773F is #5388C0. Grayscale: #808080. Windows color (decimal): -5474497 or 4159404. OLE color: 4159404.
HSL color Cylindrical-coordinate representation of color #AC773F: hue angle of 30.83º 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 #AC773F is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 63 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.33 |
| HSL | 30.83º | 0.46% | 0.46% | - |
| HSV(B) | 30.83º | 0.63% | 0.67% | - |
| XYZ | 24.51 | 22.32 | 7.72 | - |
| YUV | 128.46 | 91.06 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 63 | 0 | 0.31 | 0.63 | 0.33 | 30.83 | 0.46 | 0.46 |
| Hex | AC | 77 | 3F | 0 | 1F | 3F | 21 | 1F | 2E | 2E |
| Octal | 254 | 167 | 77 | 0 | 37 | 77 | 41 | 37 | 56 | 56 |
| Binary | 10101100 | 1110111 | 111111 | 0 | 11111 | 111111 | 100001 | 11111 | 101110 | 101110 |
Color Harmonies of #AC773F
Complementary color
Monochromatic Colors of #AC773F
Black with #AC773F
Text Example
Text Example
White with #AC773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC773F; }
p { color: rgb(172,119,63); }
H1.HeaderClassName
{
color: #AC773F;
}
.AnyTagClassName
{
color: #AC773F;
}
</style>
background-color css
<style>
a { background-color: #AC773F; }
a { background-color: rgb(172,119,63); }
div.DivClassName
{
background-color: #AC773F;
}
.BgClassName
{
background-color: #AC773F;
}
</style>
border-color css
<style>
span { border-color: #AC773F; }
span { border-color: rgb(172,119,63); }
td.TdClassName
{
border-color: #AC773F;
}
.TagClassName
{
border-color: #AC773F;
}
</style>