Shades of Bourbon #AC743C
Tints of Bourbon #AC743C
RGB
CMYK
RGB Variations
Color information
#AC743C (or 0xAC743C) is known color: Bourbon. HEX triplet: AC, 74 and 3C. RGB value is (172,116,60). Sum of RGB (Red+Green+Blue) = 172+116+60=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC743C is #538BC3. Grayscale: #7E7E7E. Windows color (decimal): -5475268 or 3962028. OLE color: 3962028.
HSL color Cylindrical-coordinate representation of color #AC743C: hue angle of 30º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC743C is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 60 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.33 |
| HSL | 30º | 0.48% | 0.45% | - |
| HSV(B) | 30º | 0.65% | 0.67% | - |
| XYZ | 24.07 | 21.59 | 7.17 | - |
| YUV | 126.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 60 | 0 | 0.33 | 0.65 | 0.33 | 30 | 0.48 | 0.45 |
| Hex | AC | 74 | 3C | 0 | 21 | 41 | 21 | 1E | 30 | 2D |
| Octal | 254 | 164 | 74 | 0 | 41 | 101 | 41 | 36 | 60 | 55 |
| Binary | 10101100 | 1110100 | 111100 | 0 | 100001 | 1000001 | 100001 | 11110 | 110000 | 101101 |
Color Harmonies of #AC743C
Complementary color
Monochromatic Colors of #AC743C
Black with #AC743C
Text Example
Text Example
White with #AC743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC743C; }
p { color: rgb(172,116,60); }
H1.HeaderClassName
{
color: #AC743C;
}
.AnyTagClassName
{
color: #AC743C;
}
</style>
background-color css
<style>
a { background-color: #AC743C; }
a { background-color: rgb(172,116,60); }
div.DivClassName
{
background-color: #AC743C;
}
.BgClassName
{
background-color: #AC743C;
}
</style>
border-color css
<style>
span { border-color: #AC743C; }
span { border-color: rgb(172,116,60); }
td.TdClassName
{
border-color: #AC743C;
}
.TagClassName
{
border-color: #AC743C;
}
</style>