Shades of Bourbon #AC683F
Tints of Bourbon #AC683F
RGB
CMYK
RGB Variations
Color information
#AC683F (or 0xAC683F) is known color: Bourbon. HEX triplet: AC, 68 and 3F. RGB value is (172,104,63). Sum of RGB (Red+Green+Blue) = 172+104+63=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC683F is #5397C0. Grayscale: #777777. Windows color (decimal): -5478337 or 4155564. OLE color: 4155564.
HSL color Cylindrical-coordinate representation of color #AC683F: hue angle of 22.57º 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 #AC683F is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 63 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.33 |
| HSL | 22.57º | 0.46% | 0.46% | - |
| HSV(B) | 22.57º | 0.63% | 0.67% | - |
| XYZ | 22.86 | 19.03 | 7.17 | - |
| YUV | 119.66 | 96.03 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 63 | 0 | 0.40 | 0.63 | 0.33 | 22.57 | 0.46 | 0.46 |
| Hex | AC | 68 | 3F | 0 | 28 | 3F | 21 | 17 | 2E | 2E |
| Octal | 254 | 150 | 77 | 0 | 50 | 77 | 41 | 27 | 56 | 56 |
| Binary | 10101100 | 1101000 | 111111 | 0 | 101000 | 111111 | 100001 | 10111 | 101110 | 101110 |
Color Harmonies of #AC683F
Complementary color
Monochromatic Colors of #AC683F
Black with #AC683F
Text Example
Text Example
White with #AC683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC683F; }
p { color: rgb(172,104,63); }
H1.HeaderClassName
{
color: #AC683F;
}
.AnyTagClassName
{
color: #AC683F;
}
</style>
background-color css
<style>
a { background-color: #AC683F; }
a { background-color: rgb(172,104,63); }
div.DivClassName
{
background-color: #AC683F;
}
.BgClassName
{
background-color: #AC683F;
}
</style>
border-color css
<style>
span { border-color: #AC683F; }
span { border-color: rgb(172,104,63); }
td.TdClassName
{
border-color: #AC683F;
}
.TagClassName
{
border-color: #AC683F;
}
</style>