Shades of Bourbon #A06C40
Tints of Bourbon #A06C40
RGB
CMYK
RGB Variations
Color information
#A06C40 (or 0xA06C40) is known color: Bourbon. HEX triplet: A0, 6C and 40. RGB value is (160,108,64). Sum of RGB (Red+Green+Blue) = 160+108+64=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C40 is #5F93BF. Grayscale: #767676. Windows color (decimal): -6263744 or 4222112. OLE color: 4222112.
HSL color Cylindrical-coordinate representation of color #A06C40: hue angle of 27.5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A06C40 is Cyan = 0, Magento = 0.32, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 108 | 64 | - |
| CMYK | 0 | 0.32 | 0.6 | 0.37 |
| HSL | 27.5º | 0.43% | 0.44% | - |
| HSV(B) | 27.5º | 0.6% | 0.63% | - |
| XYZ | 20.79 | 18.57 | 7.34 | - |
| YUV | 118.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 64 | 0 | 0.32 | 0.6 | 0.37 | 27.5 | 0.43 | 0.44 |
| Hex | A0 | 6C | 40 | 0 | 20 | 3C | 25 | 1C | 2B | 2C |
| Octal | 240 | 154 | 100 | 0 | 40 | 74 | 45 | 34 | 53 | 54 |
| Binary | 10100000 | 1101100 | 1000000 | 0 | 100000 | 111100 | 100101 | 11100 | 101011 | 101100 |
Color Harmonies of #A06C40
Complementary color
Monochromatic Colors of #A06C40
Black with #A06C40
Text Example
Text Example
White with #A06C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06C40; }
p { color: rgb(160,108,64); }
H1.HeaderClassName
{
color: #A06C40;
}
.AnyTagClassName
{
color: #A06C40;
}
</style>
background-color css
<style>
a { background-color: #A06C40; }
a { background-color: rgb(160,108,64); }
div.DivClassName
{
background-color: #A06C40;
}
.BgClassName
{
background-color: #A06C40;
}
</style>
border-color css
<style>
span { border-color: #A06C40; }
span { border-color: rgb(160,108,64); }
td.TdClassName
{
border-color: #A06C40;
}
.TagClassName
{
border-color: #A06C40;
}
</style>