Shades of Bourbon #AC653C
Tints of Bourbon #AC653C
RGB
CMYK
RGB Variations
Color information
#AC653C (or 0xAC653C) is known color: Bourbon. HEX triplet: AC, 65 and 3C. RGB value is (172,101,60). Sum of RGB (Red+Green+Blue) = 172+101+60=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC653C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC653C is #539AC3. Grayscale: #757575. Windows color (decimal): -5479108 or 3958188. OLE color: 3958188.
HSL color Cylindrical-coordinate representation of color #AC653C: hue angle of 21.96º 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 #AC653C is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 60 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.33 |
| HSL | 21.96º | 0.48% | 0.45% | - |
| HSV(B) | 21.96º | 0.65% | 0.67% | - |
| XYZ | 22.48 | 18.4 | 6.64 | - |
| YUV | 117.56 | 95.52 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 60 | 0 | 0.41 | 0.65 | 0.33 | 21.96 | 0.48 | 0.45 |
| Hex | AC | 65 | 3C | 0 | 29 | 41 | 21 | 16 | 30 | 2D |
| Octal | 254 | 145 | 74 | 0 | 51 | 101 | 41 | 26 | 60 | 55 |
| Binary | 10101100 | 1100101 | 111100 | 0 | 101001 | 1000001 | 100001 | 10110 | 110000 | 101101 |
Color Harmonies of #AC653C
Complementary color
Monochromatic Colors of #AC653C
Black with #AC653C
Text Example
Text Example
White with #AC653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC653C; }
p { color: rgb(172,101,60); }
H1.HeaderClassName
{
color: #AC653C;
}
.AnyTagClassName
{
color: #AC653C;
}
</style>
background-color css
<style>
a { background-color: #AC653C; }
a { background-color: rgb(172,101,60); }
div.DivClassName
{
background-color: #AC653C;
}
.BgClassName
{
background-color: #AC653C;
}
</style>
border-color css
<style>
span { border-color: #AC653C; }
span { border-color: rgb(172,101,60); }
td.TdClassName
{
border-color: #AC653C;
}
.TagClassName
{
border-color: #AC653C;
}
</style>