Shades of Bourbon #AC6F3F
Tints of Bourbon #AC6F3F
RGB
CMYK
RGB Variations
Color information
#AC6F3F (or 0xAC6F3F) is known color: Bourbon. HEX triplet: AC, 6F and 3F. RGB value is (172,111,63). Sum of RGB (Red+Green+Blue) = 172+111+63=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6F3F is #5390C0. Grayscale: #7C7C7C. Windows color (decimal): -5476545 or 4157356. OLE color: 4157356.
HSL color Cylindrical-coordinate representation of color #AC6F3F: hue angle of 26.42º 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 #AC6F3F is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 111 | 63 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.33 |
| HSL | 26.42º | 0.46% | 0.46% | - |
| HSV(B) | 26.42º | 0.63% | 0.67% | - |
| XYZ | 23.59 | 20.5 | 7.42 | - |
| YUV | 123.77 | 93.71 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 111 | 63 | 0 | 0.35 | 0.63 | 0.33 | 26.42 | 0.46 | 0.46 |
| Hex | AC | 6F | 3F | 0 | 23 | 3F | 21 | 1A | 2E | 2E |
| Octal | 254 | 157 | 77 | 0 | 43 | 77 | 41 | 32 | 56 | 56 |
| Binary | 10101100 | 1101111 | 111111 | 0 | 100011 | 111111 | 100001 | 11010 | 101110 | 101110 |
Color Harmonies of #AC6F3F
Complementary color
Monochromatic Colors of #AC6F3F
Black with #AC6F3F
Text Example
Text Example
White with #AC6F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6F3F; }
p { color: rgb(172,111,63); }
H1.HeaderClassName
{
color: #AC6F3F;
}
.AnyTagClassName
{
color: #AC6F3F;
}
</style>
background-color css
<style>
a { background-color: #AC6F3F; }
a { background-color: rgb(172,111,63); }
div.DivClassName
{
background-color: #AC6F3F;
}
.BgClassName
{
background-color: #AC6F3F;
}
</style>
border-color css
<style>
span { border-color: #AC6F3F; }
span { border-color: rgb(172,111,63); }
td.TdClassName
{
border-color: #AC6F3F;
}
.TagClassName
{
border-color: #AC6F3F;
}
</style>