Shades of Bourbon #AA6D40
Tints of Bourbon #AA6D40
RGB
CMYK
RGB Variations
Color information
#AA6D40 (or 0xAA6D40) is known color: Bourbon. HEX triplet: AA, 6D and 40. RGB value is (170,109,64). Sum of RGB (Red+Green+Blue) = 170+109+64=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D40 is #5592BF. Grayscale: #7A7A7A. Windows color (decimal): -5608128 or 4222378. OLE color: 4222378.
HSL color Cylindrical-coordinate representation of color #AA6D40: hue angle of 25.47º 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 #AA6D40 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 64 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.33 |
| HSL | 25.47º | 0.45% | 0.46% | - |
| HSV(B) | 25.47º | 0.62% | 0.67% | - |
| XYZ | 22.97 | 19.85 | 7.47 | - |
| YUV | 122.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 64 | 0 | 0.36 | 0.62 | 0.33 | 25.47 | 0.45 | 0.46 |
| Hex | AA | 6D | 40 | 0 | 24 | 3E | 21 | 19 | 2D | 2E |
| Octal | 252 | 155 | 100 | 0 | 44 | 76 | 41 | 31 | 55 | 56 |
| Binary | 10101010 | 1101101 | 1000000 | 0 | 100100 | 111110 | 100001 | 11001 | 101101 | 101110 |
Color Harmonies of #AA6D40
Complementary color
Monochromatic Colors of #AA6D40
Black with #AA6D40
Text Example
Text Example
White with #AA6D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D40; }
p { color: rgb(170,109,64); }
H1.HeaderClassName
{
color: #AA6D40;
}
.AnyTagClassName
{
color: #AA6D40;
}
</style>
background-color css
<style>
a { background-color: #AA6D40; }
a { background-color: rgb(170,109,64); }
div.DivClassName
{
background-color: #AA6D40;
}
.BgClassName
{
background-color: #AA6D40;
}
</style>
border-color css
<style>
span { border-color: #AA6D40; }
span { border-color: rgb(170,109,64); }
td.TdClassName
{
border-color: #AA6D40;
}
.TagClassName
{
border-color: #AA6D40;
}
</style>