Shades of Bourbon #AC663C
Tints of Bourbon #AC663C
RGB
CMYK
RGB Variations
Color information
#AC663C (or 0xAC663C) is known color: Bourbon. HEX triplet: AC, 66 and 3C. RGB value is (172,102,60). Sum of RGB (Red+Green+Blue) = 172+102+60=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC663C is #5399C3. Grayscale: #767676. Windows color (decimal): -5478852 or 3958444. OLE color: 3958444.
HSL color Cylindrical-coordinate representation of color #AC663C: hue angle of 22.5º 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 #AC663C is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 60 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.33 |
| HSL | 22.5º | 0.48% | 0.45% | - |
| HSV(B) | 22.5º | 0.65% | 0.67% | - |
| XYZ | 22.58 | 18.6 | 6.67 | - |
| YUV | 118.14 | 95.19 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 60 | 0 | 0.41 | 0.65 | 0.33 | 22.5 | 0.48 | 0.45 |
| Hex | AC | 66 | 3C | 0 | 29 | 41 | 21 | 16 | 30 | 2D |
| Octal | 254 | 146 | 74 | 0 | 51 | 101 | 41 | 26 | 60 | 55 |
| Binary | 10101100 | 1100110 | 111100 | 0 | 101001 | 1000001 | 100001 | 10110 | 110000 | 101101 |
Color Harmonies of #AC663C
Complementary color
Monochromatic Colors of #AC663C
Black with #AC663C
Text Example
Text Example
White with #AC663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC663C; }
p { color: rgb(172,102,60); }
H1.HeaderClassName
{
color: #AC663C;
}
.AnyTagClassName
{
color: #AC663C;
}
</style>
background-color css
<style>
a { background-color: #AC663C; }
a { background-color: rgb(172,102,60); }
div.DivClassName
{
background-color: #AC663C;
}
.BgClassName
{
background-color: #AC663C;
}
</style>
border-color css
<style>
span { border-color: #AC663C; }
span { border-color: rgb(172,102,60); }
td.TdClassName
{
border-color: #AC663C;
}
.TagClassName
{
border-color: #AC663C;
}
</style>