Shades of Bourbon #AA6E42
Tints of Bourbon #AA6E42
RGB
CMYK
RGB Variations
Color information
#AA6E42 (or 0xAA6E42) is known color: Bourbon. HEX triplet: AA, 6E and 42. RGB value is (170,110,66). Sum of RGB (Red+Green+Blue) = 170+110+66=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E42 is #5591BD. Grayscale: #7B7B7B. Windows color (decimal): -5607870 or 4353706. OLE color: 4353706.
HSL color Cylindrical-coordinate representation of color #AA6E42: hue angle of 25.38º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA6E42 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 66 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.33 |
| HSL | 25.38º | 0.44% | 0.46% | - |
| HSV(B) | 25.38º | 0.61% | 0.67% | - |
| XYZ | 23.14 | 20.09 | 7.81 | - |
| YUV | 122.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 66 | 0 | 0.35 | 0.61 | 0.33 | 25.38 | 0.44 | 0.46 |
| Hex | AA | 6E | 42 | 0 | 23 | 3D | 21 | 19 | 2C | 2E |
| Octal | 252 | 156 | 102 | 0 | 43 | 75 | 41 | 31 | 54 | 56 |
| Binary | 10101010 | 1101110 | 1000010 | 0 | 100011 | 111101 | 100001 | 11001 | 101100 | 101110 |
Color Harmonies of #AA6E42
Complementary color
Monochromatic Colors of #AA6E42
Black with #AA6E42
Text Example
Text Example
White with #AA6E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E42; }
p { color: rgb(170,110,66); }
H1.HeaderClassName
{
color: #AA6E42;
}
.AnyTagClassName
{
color: #AA6E42;
}
</style>
background-color css
<style>
a { background-color: #AA6E42; }
a { background-color: rgb(170,110,66); }
div.DivClassName
{
background-color: #AA6E42;
}
.BgClassName
{
background-color: #AA6E42;
}
</style>
border-color css
<style>
span { border-color: #AA6E42; }
span { border-color: rgb(170,110,66); }
td.TdClassName
{
border-color: #AA6E42;
}
.TagClassName
{
border-color: #AA6E42;
}
</style>