Shades of Bourbon #AA6B40
Tints of Bourbon #AA6B40
RGB
CMYK
RGB Variations
Color information
#AA6B40 (or 0xAA6B40) is known color: Bourbon. HEX triplet: AA, 6B and 40. RGB value is (170,107,64). Sum of RGB (Red+Green+Blue) = 170+107+64=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B40 is #5594BF. Grayscale: #797979. Windows color (decimal): -5608640 or 4221866. OLE color: 4221866.
HSL color Cylindrical-coordinate representation of color #AA6B40: hue angle of 24.34º 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 #AA6B40 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 64 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.33 |
| HSL | 24.34º | 0.45% | 0.46% | - |
| HSV(B) | 24.34º | 0.62% | 0.67% | - |
| XYZ | 22.76 | 19.43 | 7.4 | - |
| YUV | 120.94 | 95.87 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 64 | 0 | 0.37 | 0.62 | 0.33 | 24.34 | 0.45 | 0.46 |
| Hex | AA | 6B | 40 | 0 | 25 | 3E | 21 | 18 | 2D | 2E |
| Octal | 252 | 153 | 100 | 0 | 45 | 76 | 41 | 30 | 55 | 56 |
| Binary | 10101010 | 1101011 | 1000000 | 0 | 100101 | 111110 | 100001 | 11000 | 101101 | 101110 |
Color Harmonies of #AA6B40
Complementary color
Monochromatic Colors of #AA6B40
Black with #AA6B40
Text Example
Text Example
White with #AA6B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B40; }
p { color: rgb(170,107,64); }
H1.HeaderClassName
{
color: #AA6B40;
}
.AnyTagClassName
{
color: #AA6B40;
}
</style>
background-color css
<style>
a { background-color: #AA6B40; }
a { background-color: rgb(170,107,64); }
div.DivClassName
{
background-color: #AA6B40;
}
.BgClassName
{
background-color: #AA6B40;
}
</style>
border-color css
<style>
span { border-color: #AA6B40; }
span { border-color: rgb(170,107,64); }
td.TdClassName
{
border-color: #AA6B40;
}
.TagClassName
{
border-color: #AA6B40;
}
</style>