Shades of Bourbon #AA7242
Tints of Bourbon #AA7242
RGB
CMYK
RGB Variations
Color information
#AA7242 (or 0xAA7242) is known color: Bourbon. HEX triplet: AA, 72 and 42. RGB value is (170,114,66). Sum of RGB (Red+Green+Blue) = 170+114+66=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7242 is #558DBD. Grayscale: #7D7D7D. Windows color (decimal): -5606846 or 4354730. OLE color: 4354730.
HSL color Cylindrical-coordinate representation of color #AA7242: hue angle of 27.69º 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 #AA7242 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 66 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.33 |
| HSL | 27.69º | 0.44% | 0.46% | - |
| HSV(B) | 27.69º | 0.61% | 0.67% | - |
| XYZ | 23.58 | 20.97 | 7.96 | - |
| YUV | 125.27 | 94.55 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 66 | 0 | 0.33 | 0.61 | 0.33 | 27.69 | 0.44 | 0.46 |
| Hex | AA | 72 | 42 | 0 | 21 | 3D | 21 | 1C | 2C | 2E |
| Octal | 252 | 162 | 102 | 0 | 41 | 75 | 41 | 34 | 54 | 56 |
| Binary | 10101010 | 1110010 | 1000010 | 0 | 100001 | 111101 | 100001 | 11100 | 101100 | 101110 |
Color Harmonies of #AA7242
Complementary color
Monochromatic Colors of #AA7242
Black with #AA7242
Text Example
Text Example
White with #AA7242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7242; }
p { color: rgb(170,114,66); }
H1.HeaderClassName
{
color: #AA7242;
}
.AnyTagClassName
{
color: #AA7242;
}
</style>
background-color css
<style>
a { background-color: #AA7242; }
a { background-color: rgb(170,114,66); }
div.DivClassName
{
background-color: #AA7242;
}
.BgClassName
{
background-color: #AA7242;
}
</style>
border-color css
<style>
span { border-color: #AA7242; }
span { border-color: rgb(170,114,66); }
td.TdClassName
{
border-color: #AA7242;
}
.TagClassName
{
border-color: #AA7242;
}
</style>