Shades of Bourbon #AA6A39
Tints of Bourbon #AA6A39
RGB
CMYK
RGB Variations
Color information
#AA6A39 (or 0xAA6A39) is known color: Bourbon. HEX triplet: AA, 6A and 39. RGB value is (170,106,57). Sum of RGB (Red+Green+Blue) = 170+106+57=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A39 is #5595C6. Grayscale: #777777. Windows color (decimal): -5608903 or 3762858. OLE color: 3762858.
HSL color Cylindrical-coordinate representation of color #AA6A39: hue angle of 26.02º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA6A39 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 57 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.33 |
| HSL | 26.02º | 0.5% | 0.45% | - |
| HSV(B) | 26.02º | 0.66% | 0.67% | - |
| XYZ | 22.47 | 19.15 | 6.38 | - |
| YUV | 119.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 57 | 0 | 0.38 | 0.66 | 0.33 | 26.02 | 0.5 | 0.45 |
| Hex | AA | 6A | 39 | 0 | 26 | 42 | 21 | 1A | 32 | 2D |
| Octal | 252 | 152 | 71 | 0 | 46 | 102 | 41 | 32 | 62 | 55 |
| Binary | 10101010 | 1101010 | 111001 | 0 | 100110 | 1000010 | 100001 | 11010 | 110010 | 101101 |
Color Harmonies of #AA6A39
Complementary color
Monochromatic Colors of #AA6A39
Black with #AA6A39
Text Example
Text Example
White with #AA6A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A39; }
p { color: rgb(170,106,57); }
H1.HeaderClassName
{
color: #AA6A39;
}
.AnyTagClassName
{
color: #AA6A39;
}
</style>
background-color css
<style>
a { background-color: #AA6A39; }
a { background-color: rgb(170,106,57); }
div.DivClassName
{
background-color: #AA6A39;
}
.BgClassName
{
background-color: #AA6A39;
}
</style>
border-color css
<style>
span { border-color: #AA6A39; }
span { border-color: rgb(170,106,57); }
td.TdClassName
{
border-color: #AA6A39;
}
.TagClassName
{
border-color: #AA6A39;
}
</style>