Shades of Bourbon #AA6A42
Tints of Bourbon #AA6A42
RGB
CMYK
RGB Variations
Color information
#AA6A42 (or 0xAA6A42) is known color: Bourbon. HEX triplet: AA, 6A and 42. RGB value is (170,106,66). Sum of RGB (Red+Green+Blue) = 170+106+66=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A42 is #5595BD. Grayscale: #787878. Windows color (decimal): -5608894 or 4352682. OLE color: 4352682.
HSL color Cylindrical-coordinate representation of color #AA6A42: hue angle of 23.08º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA6A42 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 66 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.33 |
| HSL | 23.08º | 0.44% | 0.46% | - |
| HSV(B) | 23.08º | 0.61% | 0.67% | - |
| XYZ | 22.71 | 19.25 | 7.67 | - |
| YUV | 120.58 | 97.2 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 66 | 0 | 0.38 | 0.61 | 0.33 | 23.08 | 0.44 | 0.46 |
| Hex | AA | 6A | 42 | 0 | 26 | 3D | 21 | 17 | 2C | 2E |
| Octal | 252 | 152 | 102 | 0 | 46 | 75 | 41 | 27 | 54 | 56 |
| Binary | 10101010 | 1101010 | 1000010 | 0 | 100110 | 111101 | 100001 | 10111 | 101100 | 101110 |
Color Harmonies of #AA6A42
Complementary color
Monochromatic Colors of #AA6A42
Black with #AA6A42
Text Example
Text Example
White with #AA6A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A42; }
p { color: rgb(170,106,66); }
H1.HeaderClassName
{
color: #AA6A42;
}
.AnyTagClassName
{
color: #AA6A42;
}
</style>
background-color css
<style>
a { background-color: #AA6A42; }
a { background-color: rgb(170,106,66); }
div.DivClassName
{
background-color: #AA6A42;
}
.BgClassName
{
background-color: #AA6A42;
}
</style>
border-color css
<style>
span { border-color: #AA6A42; }
span { border-color: rgb(170,106,66); }
td.TdClassName
{
border-color: #AA6A42;
}
.TagClassName
{
border-color: #AA6A42;
}
</style>