Shades of Bourbon #AA7442
Tints of Bourbon #AA7442
RGB
CMYK
RGB Variations
Color information
#AA7442 (or 0xAA7442) is known color: Bourbon. HEX triplet: AA, 74 and 42. RGB value is (170,116,66). Sum of RGB (Red+Green+Blue) = 170+116+66=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7442 is #558BBD. Grayscale: #7E7E7E. Windows color (decimal): -5606334 or 4355242. OLE color: 4355242.
HSL color Cylindrical-coordinate representation of color #AA7442: hue angle of 28.85º 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 #AA7442 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 66 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.33 |
| HSL | 28.85º | 0.44% | 0.46% | - |
| HSV(B) | 28.85º | 0.61% | 0.67% | - |
| XYZ | 23.81 | 21.43 | 8.04 | - |
| YUV | 126.45 | 93.89 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 66 | 0 | 0.32 | 0.61 | 0.33 | 28.85 | 0.44 | 0.46 |
| Hex | AA | 74 | 42 | 0 | 20 | 3D | 21 | 1D | 2C | 2E |
| Octal | 252 | 164 | 102 | 0 | 40 | 75 | 41 | 35 | 54 | 56 |
| Binary | 10101010 | 1110100 | 1000010 | 0 | 100000 | 111101 | 100001 | 11101 | 101100 | 101110 |
Color Harmonies of #AA7442
Complementary color
Monochromatic Colors of #AA7442
Black with #AA7442
Text Example
Text Example
White with #AA7442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7442; }
p { color: rgb(170,116,66); }
H1.HeaderClassName
{
color: #AA7442;
}
.AnyTagClassName
{
color: #AA7442;
}
</style>
background-color css
<style>
a { background-color: #AA7442; }
a { background-color: rgb(170,116,66); }
div.DivClassName
{
background-color: #AA7442;
}
.BgClassName
{
background-color: #AA7442;
}
</style>
border-color css
<style>
span { border-color: #AA7442; }
span { border-color: rgb(170,116,66); }
td.TdClassName
{
border-color: #AA7442;
}
.TagClassName
{
border-color: #AA7442;
}
</style>