Shades of Bourbon #AA6F41
Tints of Bourbon #AA6F41
RGB
CMYK
RGB Variations
Color information
#AA6F41 (or 0xAA6F41) is known color: Bourbon. HEX triplet: AA, 6F and 41. RGB value is (170,111,65). Sum of RGB (Red+Green+Blue) = 170+111+65=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F41 is #5590BE. Grayscale: #7B7B7B. Windows color (decimal): -5607615 or 4288426. OLE color: 4288426.
HSL color Cylindrical-coordinate representation of color #AA6F41: hue angle of 26.29º 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 #AA6F41 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 111 | 65 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.33 |
| HSL | 26.29º | 0.45% | 0.46% | - |
| HSV(B) | 26.29º | 0.62% | 0.67% | - |
| XYZ | 23.22 | 20.3 | 7.7 | - |
| YUV | 123.4 | 95.05 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 65 | 0 | 0.35 | 0.62 | 0.33 | 26.29 | 0.45 | 0.46 |
| Hex | AA | 6F | 41 | 0 | 23 | 3E | 21 | 1A | 2D | 2E |
| Octal | 252 | 157 | 101 | 0 | 43 | 76 | 41 | 32 | 55 | 56 |
| Binary | 10101010 | 1101111 | 1000001 | 0 | 100011 | 111110 | 100001 | 11010 | 101101 | 101110 |
Color Harmonies of #AA6F41
Complementary color
Monochromatic Colors of #AA6F41
Black with #AA6F41
Text Example
Text Example
White with #AA6F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6F41; }
p { color: rgb(170,111,65); }
H1.HeaderClassName
{
color: #AA6F41;
}
.AnyTagClassName
{
color: #AA6F41;
}
</style>
background-color css
<style>
a { background-color: #AA6F41; }
a { background-color: rgb(170,111,65); }
div.DivClassName
{
background-color: #AA6F41;
}
.BgClassName
{
background-color: #AA6F41;
}
</style>
border-color css
<style>
span { border-color: #AA6F41; }
span { border-color: rgb(170,111,65); }
td.TdClassName
{
border-color: #AA6F41;
}
.TagClassName
{
border-color: #AA6F41;
}
</style>