Shades of Bourbon #AA6E41
Tints of Bourbon #AA6E41
RGB
CMYK
RGB Variations
Color information
#AA6E41 (or 0xAA6E41) is known color: Bourbon. HEX triplet: AA, 6E and 41. RGB value is (170,110,65). Sum of RGB (Red+Green+Blue) = 170+110+65=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E41 is #5591BE. Grayscale: #7B7B7B. Windows color (decimal): -5607871 or 4288170. OLE color: 4288170.
HSL color Cylindrical-coordinate representation of color #AA6E41: hue angle of 25.71º 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 #AA6E41 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 65 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.33 |
| HSL | 25.71º | 0.45% | 0.46% | - |
| HSV(B) | 25.71º | 0.62% | 0.67% | - |
| XYZ | 23.11 | 20.08 | 7.66 | - |
| YUV | 122.81 | 95.38 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 65 | 0 | 0.35 | 0.62 | 0.33 | 25.71 | 0.45 | 0.46 |
| Hex | AA | 6E | 41 | 0 | 23 | 3E | 21 | 1A | 2D | 2E |
| Octal | 252 | 156 | 101 | 0 | 43 | 76 | 41 | 32 | 55 | 56 |
| Binary | 10101010 | 1101110 | 1000001 | 0 | 100011 | 111110 | 100001 | 11010 | 101101 | 101110 |
Color Harmonies of #AA6E41
Complementary color
Monochromatic Colors of #AA6E41
Black with #AA6E41
Text Example
Text Example
White with #AA6E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E41; }
p { color: rgb(170,110,65); }
H1.HeaderClassName
{
color: #AA6E41;
}
.AnyTagClassName
{
color: #AA6E41;
}
</style>
background-color css
<style>
a { background-color: #AA6E41; }
a { background-color: rgb(170,110,65); }
div.DivClassName
{
background-color: #AA6E41;
}
.BgClassName
{
background-color: #AA6E41;
}
</style>
border-color css
<style>
span { border-color: #AA6E41; }
span { border-color: rgb(170,110,65); }
td.TdClassName
{
border-color: #AA6E41;
}
.TagClassName
{
border-color: #AA6E41;
}
</style>