Shades of Bourbon #AA6F40
Tints of Bourbon #AA6F40
RGB
CMYK
RGB Variations
Color information
#AA6F40 (or 0xAA6F40) is known color: Bourbon. HEX triplet: AA, 6F and 40. RGB value is (170,111,64). Sum of RGB (Red+Green+Blue) = 170+111+64=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F40 is #5590BF. Grayscale: #7B7B7B. Windows color (decimal): -5607616 or 4222890. OLE color: 4222890.
HSL color Cylindrical-coordinate representation of color #AA6F40: hue angle of 26.6º 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 #AA6F40 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 111 | 64 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.33 |
| HSL | 26.6º | 0.45% | 0.46% | - |
| HSV(B) | 26.6º | 0.62% | 0.67% | - |
| XYZ | 23.19 | 20.29 | 7.54 | - |
| YUV | 123.28 | 94.55 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 64 | 0 | 0.35 | 0.62 | 0.33 | 26.6 | 0.45 | 0.46 |
| Hex | AA | 6F | 40 | 0 | 23 | 3E | 21 | 1B | 2D | 2E |
| Octal | 252 | 157 | 100 | 0 | 43 | 76 | 41 | 33 | 55 | 56 |
| Binary | 10101010 | 1101111 | 1000000 | 0 | 100011 | 111110 | 100001 | 11011 | 101101 | 101110 |
Color Harmonies of #AA6F40
Complementary color
Monochromatic Colors of #AA6F40
Black with #AA6F40
Text Example
Text Example
White with #AA6F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6F40; }
p { color: rgb(170,111,64); }
H1.HeaderClassName
{
color: #AA6F40;
}
.AnyTagClassName
{
color: #AA6F40;
}
</style>
background-color css
<style>
a { background-color: #AA6F40; }
a { background-color: rgb(170,111,64); }
div.DivClassName
{
background-color: #AA6F40;
}
.BgClassName
{
background-color: #AA6F40;
}
</style>
border-color css
<style>
span { border-color: #AA6F40; }
span { border-color: rgb(170,111,64); }
td.TdClassName
{
border-color: #AA6F40;
}
.TagClassName
{
border-color: #AA6F40;
}
</style>