Shades of Bourbon #AC6637
Tints of Bourbon #AC6637
RGB
CMYK
RGB Variations
Color information
#AC6637 (or 0xAC6637) is known color: Bourbon. HEX triplet: AC, 66 and 37. RGB value is (172,102,55). Sum of RGB (Red+Green+Blue) = 172+102+55=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6637 is #5399C8. Grayscale: #757575. Windows color (decimal): -5478857 or 3630764. OLE color: 3630764.
HSL color Cylindrical-coordinate representation of color #AC6637: hue angle of 24.1º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC6637 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 55 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.33 |
| HSL | 24.1º | 0.52% | 0.45% | - |
| HSV(B) | 24.1º | 0.68% | 0.67% | - |
| XYZ | 22.45 | 18.55 | 6.01 | - |
| YUV | 117.57 | 92.69 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 55 | 0 | 0.41 | 0.68 | 0.33 | 24.1 | 0.52 | 0.45 |
| Hex | AC | 66 | 37 | 0 | 29 | 44 | 21 | 18 | 34 | 2D |
| Octal | 254 | 146 | 67 | 0 | 51 | 104 | 41 | 30 | 64 | 55 |
| Binary | 10101100 | 1100110 | 110111 | 0 | 101001 | 1000100 | 100001 | 11000 | 110100 | 101101 |
Color Harmonies of #AC6637
Complementary color
Monochromatic Colors of #AC6637
Black with #AC6637
Text Example
Text Example
White with #AC6637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6637; }
p { color: rgb(172,102,55); }
H1.HeaderClassName
{
color: #AC6637;
}
.AnyTagClassName
{
color: #AC6637;
}
</style>
background-color css
<style>
a { background-color: #AC6637; }
a { background-color: rgb(172,102,55); }
div.DivClassName
{
background-color: #AC6637;
}
.BgClassName
{
background-color: #AC6637;
}
</style>
border-color css
<style>
span { border-color: #AC6637; }
span { border-color: rgb(172,102,55); }
td.TdClassName
{
border-color: #AC6637;
}
.TagClassName
{
border-color: #AC6637;
}
</style>