Shades of Bourbon #AC6D3F
Tints of Bourbon #AC6D3F
RGB
CMYK
RGB Variations
Color information
#AC6D3F (or 0xAC6D3F) is known color: Bourbon. HEX triplet: AC, 6D and 3F. RGB value is (172,109,63). Sum of RGB (Red+Green+Blue) = 172+109+63=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D3F is #5392C0. Grayscale: #7A7A7A. Windows color (decimal): -5477057 or 4156844. OLE color: 4156844.
HSL color Cylindrical-coordinate representation of color #AC6D3F: hue angle of 25.32º 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 #AC6D3F is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 63 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.33 |
| HSL | 25.32º | 0.46% | 0.46% | - |
| HSV(B) | 25.32º | 0.63% | 0.67% | - |
| XYZ | 23.38 | 20.07 | 7.34 | - |
| YUV | 122.59 | 94.37 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 63 | 0 | 0.37 | 0.63 | 0.33 | 25.32 | 0.46 | 0.46 |
| Hex | AC | 6D | 3F | 0 | 25 | 3F | 21 | 19 | 2E | 2E |
| Octal | 254 | 155 | 77 | 0 | 45 | 77 | 41 | 31 | 56 | 56 |
| Binary | 10101100 | 1101101 | 111111 | 0 | 100101 | 111111 | 100001 | 11001 | 101110 | 101110 |
Color Harmonies of #AC6D3F
Complementary color
Monochromatic Colors of #AC6D3F
Black with #AC6D3F
Text Example
Text Example
White with #AC6D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D3F; }
p { color: rgb(172,109,63); }
H1.HeaderClassName
{
color: #AC6D3F;
}
.AnyTagClassName
{
color: #AC6D3F;
}
</style>
background-color css
<style>
a { background-color: #AC6D3F; }
a { background-color: rgb(172,109,63); }
div.DivClassName
{
background-color: #AC6D3F;
}
.BgClassName
{
background-color: #AC6D3F;
}
</style>
border-color css
<style>
span { border-color: #AC6D3F; }
span { border-color: rgb(172,109,63); }
td.TdClassName
{
border-color: #AC6D3F;
}
.TagClassName
{
border-color: #AC6D3F;
}
</style>