Shades of Bourbon #A06E3E
Tints of Bourbon #A06E3E
RGB
CMYK
RGB Variations
Color information
#A06E3E (or 0xA06E3E) is known color: Bourbon. HEX triplet: A0, 6E and 3E. RGB value is (160,110,62). Sum of RGB (Red+Green+Blue) = 160+110+62=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06E3E is #5F91C1. Grayscale: #777777. Windows color (decimal): -6263234 or 4091552. OLE color: 4091552.
HSL color Cylindrical-coordinate representation of color #A06E3E: hue angle of 29.39º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A06E3E is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 62 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.37 |
| HSL | 29.39º | 0.44% | 0.44% | - |
| HSV(B) | 29.39º | 0.61% | 0.63% | - |
| XYZ | 20.94 | 18.97 | 7.12 | - |
| YUV | 119.48 | 95.57 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 62 | 0 | 0.31 | 0.61 | 0.37 | 29.39 | 0.44 | 0.44 |
| Hex | A0 | 6E | 3E | 0 | 1F | 3D | 25 | 1D | 2C | 2C |
| Octal | 240 | 156 | 76 | 0 | 37 | 75 | 45 | 35 | 54 | 54 |
| Binary | 10100000 | 1101110 | 111110 | 0 | 11111 | 111101 | 100101 | 11101 | 101100 | 101100 |
Color Harmonies of #A06E3E
Complementary color
Monochromatic Colors of #A06E3E
Black with #A06E3E
Text Example
Text Example
White with #A06E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E3E; }
p { color: rgb(160,110,62); }
H1.HeaderClassName
{
color: #A06E3E;
}
.AnyTagClassName
{
color: #A06E3E;
}
</style>
background-color css
<style>
a { background-color: #A06E3E; }
a { background-color: rgb(160,110,62); }
div.DivClassName
{
background-color: #A06E3E;
}
.BgClassName
{
background-color: #A06E3E;
}
</style>
border-color css
<style>
span { border-color: #A06E3E; }
span { border-color: rgb(160,110,62); }
td.TdClassName
{
border-color: #A06E3E;
}
.TagClassName
{
border-color: #A06E3E;
}
</style>