Shades of Bourbon #AC673B
Tints of Bourbon #AC673B
RGB
CMYK
RGB Variations
Color information
#AC673B (or 0xAC673B) is known color: Bourbon. HEX triplet: AC, 67 and 3B. RGB value is (172,103,59). Sum of RGB (Red+Green+Blue) = 172+103+59=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC673B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC673B is #5398C4. Grayscale: #767676. Windows color (decimal): -5478597 or 3893164. OLE color: 3893164.
HSL color Cylindrical-coordinate representation of color #AC673B: hue angle of 23.36º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC673B is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 59 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.33 |
| HSL | 23.36º | 0.49% | 0.45% | - |
| HSV(B) | 23.36º | 0.66% | 0.67% | - |
| XYZ | 22.65 | 18.79 | 6.57 | - |
| YUV | 118.62 | 94.36 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 59 | 0 | 0.40 | 0.66 | 0.33 | 23.36 | 0.49 | 0.45 |
| Hex | AC | 67 | 3B | 0 | 28 | 42 | 21 | 17 | 31 | 2D |
| Octal | 254 | 147 | 73 | 0 | 50 | 102 | 41 | 27 | 61 | 55 |
| Binary | 10101100 | 1100111 | 111011 | 0 | 101000 | 1000010 | 100001 | 10111 | 110001 | 101101 |
Color Harmonies of #AC673B
Complementary color
Monochromatic Colors of #AC673B
Black with #AC673B
Text Example
Text Example
White with #AC673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC673B; }
p { color: rgb(172,103,59); }
H1.HeaderClassName
{
color: #AC673B;
}
.AnyTagClassName
{
color: #AC673B;
}
</style>
background-color css
<style>
a { background-color: #AC673B; }
a { background-color: rgb(172,103,59); }
div.DivClassName
{
background-color: #AC673B;
}
.BgClassName
{
background-color: #AC673B;
}
</style>
border-color css
<style>
span { border-color: #AC673B; }
span { border-color: rgb(172,103,59); }
td.TdClassName
{
border-color: #AC673B;
}
.TagClassName
{
border-color: #AC673B;
}
</style>