Shades of Bourbon #AA6D41
Tints of Bourbon #AA6D41
RGB
CMYK
RGB Variations
Color information
#AA6D41 (or 0xAA6D41) is known color: Bourbon. HEX triplet: AA, 6D and 41. RGB value is (170,109,65). Sum of RGB (Red+Green+Blue) = 170+109+65=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D41 is #5592BE. Grayscale: #7A7A7A. Windows color (decimal): -5608127 or 4287914. OLE color: 4287914.
HSL color Cylindrical-coordinate representation of color #AA6D41: hue angle of 25.14º 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 #AA6D41 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 65 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.33 |
| HSL | 25.14º | 0.45% | 0.46% | - |
| HSV(B) | 25.14º | 0.62% | 0.67% | - |
| XYZ | 23 | 19.86 | 7.62 | - |
| YUV | 122.22 | 95.71 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 65 | 0 | 0.36 | 0.62 | 0.33 | 25.14 | 0.45 | 0.46 |
| Hex | AA | 6D | 41 | 0 | 24 | 3E | 21 | 19 | 2D | 2E |
| Octal | 252 | 155 | 101 | 0 | 44 | 76 | 41 | 31 | 55 | 56 |
| Binary | 10101010 | 1101101 | 1000001 | 0 | 100100 | 111110 | 100001 | 11001 | 101101 | 101110 |
Color Harmonies of #AA6D41
Complementary color
Monochromatic Colors of #AA6D41
Black with #AA6D41
Text Example
Text Example
White with #AA6D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D41; }
p { color: rgb(170,109,65); }
H1.HeaderClassName
{
color: #AA6D41;
}
.AnyTagClassName
{
color: #AA6D41;
}
</style>
background-color css
<style>
a { background-color: #AA6D41; }
a { background-color: rgb(170,109,65); }
div.DivClassName
{
background-color: #AA6D41;
}
.BgClassName
{
background-color: #AA6D41;
}
</style>
border-color css
<style>
span { border-color: #AA6D41; }
span { border-color: rgb(170,109,65); }
td.TdClassName
{
border-color: #AA6D41;
}
.TagClassName
{
border-color: #AA6D41;
}
</style>