Shades of Bourbon #AA6942
Tints of Bourbon #AA6942
RGB
CMYK
RGB Variations
Color information
#AA6942 (or 0xAA6942) is known color: Bourbon. HEX triplet: AA, 69 and 42. RGB value is (170,105,66). Sum of RGB (Red+Green+Blue) = 170+105+66=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6942 is #5596BD. Grayscale: #787878. Windows color (decimal): -5609150 or 4352426. OLE color: 4352426.
HSL color Cylindrical-coordinate representation of color #AA6942: hue angle of 22.5º 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 #AA6942 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 66 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.33 |
| HSL | 22.5º | 0.44% | 0.46% | - |
| HSV(B) | 22.5º | 0.61% | 0.67% | - |
| XYZ | 22.61 | 19.04 | 7.64 | - |
| YUV | 119.99 | 97.53 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 66 | 0 | 0.38 | 0.61 | 0.33 | 22.5 | 0.44 | 0.46 |
| Hex | AA | 69 | 42 | 0 | 26 | 3D | 21 | 16 | 2C | 2E |
| Octal | 252 | 151 | 102 | 0 | 46 | 75 | 41 | 26 | 54 | 56 |
| Binary | 10101010 | 1101001 | 1000010 | 0 | 100110 | 111101 | 100001 | 10110 | 101100 | 101110 |
Color Harmonies of #AA6942
Complementary color
Monochromatic Colors of #AA6942
Black with #AA6942
Text Example
Text Example
White with #AA6942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6942; }
p { color: rgb(170,105,66); }
H1.HeaderClassName
{
color: #AA6942;
}
.AnyTagClassName
{
color: #AA6942;
}
</style>
background-color css
<style>
a { background-color: #AA6942; }
a { background-color: rgb(170,105,66); }
div.DivClassName
{
background-color: #AA6942;
}
.BgClassName
{
background-color: #AA6942;
}
</style>
border-color css
<style>
span { border-color: #AA6942; }
span { border-color: rgb(170,105,66); }
td.TdClassName
{
border-color: #AA6942;
}
.TagClassName
{
border-color: #AA6942;
}
</style>