Shades of Bourbon #AA6E40
Tints of Bourbon #AA6E40
RGB
CMYK
RGB Variations
Color information
#AA6E40 (or 0xAA6E40) is known color: Bourbon. HEX triplet: AA, 6E and 40. RGB value is (170,110,64). Sum of RGB (Red+Green+Blue) = 170+110+64=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E40 is #5591BF. Grayscale: #7A7A7A. Windows color (decimal): -5607872 or 4222634. OLE color: 4222634.
HSL color Cylindrical-coordinate representation of color #AA6E40: hue angle of 26.04º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA6E40 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 64 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.33 |
| HSL | 26.04º | 0.45% | 0.46% | - |
| HSV(B) | 26.04º | 0.62% | 0.67% | - |
| XYZ | 23.08 | 20.07 | 7.51 | - |
| YUV | 122.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 64 | 0 | 0.35 | 0.62 | 0.33 | 26.04 | 0.45 | 0.46 |
| Hex | AA | 6E | 40 | 0 | 23 | 3E | 21 | 1A | 2D | 2E |
| Octal | 252 | 156 | 100 | 0 | 43 | 76 | 41 | 32 | 55 | 56 |
| Binary | 10101010 | 1101110 | 1000000 | 0 | 100011 | 111110 | 100001 | 11010 | 101101 | 101110 |
Color Harmonies of #AA6E40
Complementary color
Monochromatic Colors of #AA6E40
Black with #AA6E40
Text Example
Text Example
White with #AA6E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E40; }
p { color: rgb(170,110,64); }
H1.HeaderClassName
{
color: #AA6E40;
}
.AnyTagClassName
{
color: #AA6E40;
}
</style>
background-color css
<style>
a { background-color: #AA6E40; }
a { background-color: rgb(170,110,64); }
div.DivClassName
{
background-color: #AA6E40;
}
.BgClassName
{
background-color: #AA6E40;
}
</style>
border-color css
<style>
span { border-color: #AA6E40; }
span { border-color: rgb(170,110,64); }
td.TdClassName
{
border-color: #AA6E40;
}
.TagClassName
{
border-color: #AA6E40;
}
</style>