Shades of Bourbon #AA6D3C
Tints of Bourbon #AA6D3C
RGB
CMYK
RGB Variations
Color information
#AA6D3C (or 0xAA6D3C) is known color: Bourbon. HEX triplet: AA, 6D and 3C. RGB value is (170,109,60). Sum of RGB (Red+Green+Blue) = 170+109+60=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D3C is #5592C3. Grayscale: #797979. Windows color (decimal): -5608132 or 3960234. OLE color: 3960234.
HSL color Cylindrical-coordinate representation of color #AA6D3C: hue angle of 26.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA6D3C is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 60 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.33 |
| HSL | 26.73º | 0.48% | 0.45% | - |
| HSV(B) | 26.73º | 0.65% | 0.67% | - |
| XYZ | 22.86 | 19.81 | 6.89 | - |
| YUV | 121.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 60 | 0 | 0.36 | 0.65 | 0.33 | 26.73 | 0.48 | 0.45 |
| Hex | AA | 6D | 3C | 0 | 24 | 41 | 21 | 1B | 30 | 2D |
| Octal | 252 | 155 | 74 | 0 | 44 | 101 | 41 | 33 | 60 | 55 |
| Binary | 10101010 | 1101101 | 111100 | 0 | 100100 | 1000001 | 100001 | 11011 | 110000 | 101101 |
Color Harmonies of #AA6D3C
Complementary color
Monochromatic Colors of #AA6D3C
Black with #AA6D3C
Text Example
Text Example
White with #AA6D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D3C; }
p { color: rgb(170,109,60); }
H1.HeaderClassName
{
color: #AA6D3C;
}
.AnyTagClassName
{
color: #AA6D3C;
}
</style>
background-color css
<style>
a { background-color: #AA6D3C; }
a { background-color: rgb(170,109,60); }
div.DivClassName
{
background-color: #AA6D3C;
}
.BgClassName
{
background-color: #AA6D3C;
}
</style>
border-color css
<style>
span { border-color: #AA6D3C; }
span { border-color: rgb(170,109,60); }
td.TdClassName
{
border-color: #AA6D3C;
}
.TagClassName
{
border-color: #AA6D3C;
}
</style>