Shades of Bourbon #AC683D
Tints of Bourbon #AC683D
RGB
CMYK
RGB Variations
Color information
#AC683D (or 0xAC683D) is known color: Bourbon. HEX triplet: AC, 68 and 3D. RGB value is (172,104,61). Sum of RGB (Red+Green+Blue) = 172+104+61=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC683D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC683D is #5397C2. Grayscale: #777777. Windows color (decimal): -5478339 or 4024492. OLE color: 4024492.
HSL color Cylindrical-coordinate representation of color #AC683D: hue angle of 23.24º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC683D is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 61 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.33 |
| HSL | 23.24º | 0.48% | 0.46% | - |
| HSV(B) | 23.24º | 0.65% | 0.67% | - |
| XYZ | 22.81 | 19.01 | 6.88 | - |
| YUV | 119.43 | 95.03 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 61 | 0 | 0.40 | 0.65 | 0.33 | 23.24 | 0.48 | 0.46 |
| Hex | AC | 68 | 3D | 0 | 28 | 41 | 21 | 17 | 30 | 2E |
| Octal | 254 | 150 | 75 | 0 | 50 | 101 | 41 | 27 | 60 | 56 |
| Binary | 10101100 | 1101000 | 111101 | 0 | 101000 | 1000001 | 100001 | 10111 | 110000 | 101110 |
Color Harmonies of #AC683D
Complementary color
Monochromatic Colors of #AC683D
Black with #AC683D
Text Example
Text Example
White with #AC683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC683D; }
p { color: rgb(172,104,61); }
H1.HeaderClassName
{
color: #AC683D;
}
.AnyTagClassName
{
color: #AC683D;
}
</style>
background-color css
<style>
a { background-color: #AC683D; }
a { background-color: rgb(172,104,61); }
div.DivClassName
{
background-color: #AC683D;
}
.BgClassName
{
background-color: #AC683D;
}
</style>
border-color css
<style>
span { border-color: #AC683D; }
span { border-color: rgb(172,104,61); }
td.TdClassName
{
border-color: #AC683D;
}
.TagClassName
{
border-color: #AC683D;
}
</style>