Shades of Bourbon #AA7747
Tints of Bourbon #AA7747
RGB
CMYK
RGB Variations
Color information
#AA7747 (or 0xAA7747) is known color: Bourbon. HEX triplet: AA, 77 and 47. RGB value is (170,119,71). Sum of RGB (Red+Green+Blue) = 170+119+71=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7747 is #5588B8. Grayscale: #818181. Windows color (decimal): -5605561 or 4683690. OLE color: 4683690.
HSL color Cylindrical-coordinate representation of color #AA7747: hue angle of 29.09º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA7747 is Cyan = 0, Magento = 0.3, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 71 | - |
| CMYK | 0 | 0.3 | 0.58 | 0.33 |
| HSL | 29.09º | 0.41% | 0.47% | - |
| HSV(B) | 29.09º | 0.58% | 0.67% | - |
| XYZ | 24.31 | 22.19 | 8.96 | - |
| YUV | 128.78 | 95.4 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 71 | 0 | 0.3 | 0.58 | 0.33 | 29.09 | 0.41 | 0.47 |
| Hex | AA | 77 | 47 | 0 | 1E | 3A | 21 | 1D | 29 | 2F |
| Octal | 252 | 167 | 107 | 0 | 36 | 72 | 41 | 35 | 51 | 57 |
| Binary | 10101010 | 1110111 | 1000111 | 0 | 11110 | 111010 | 100001 | 11101 | 101001 | 101111 |
Color Harmonies of #AA7747
Complementary color
Monochromatic Colors of #AA7747
Black with #AA7747
Text Example
Text Example
White with #AA7747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7747; }
p { color: rgb(170,119,71); }
H1.HeaderClassName
{
color: #AA7747;
}
.AnyTagClassName
{
color: #AA7747;
}
</style>
background-color css
<style>
a { background-color: #AA7747; }
a { background-color: rgb(170,119,71); }
div.DivClassName
{
background-color: #AA7747;
}
.BgClassName
{
background-color: #AA7747;
}
</style>
border-color css
<style>
span { border-color: #AA7747; }
span { border-color: rgb(170,119,71); }
td.TdClassName
{
border-color: #AA7747;
}
.TagClassName
{
border-color: #AA7747;
}
</style>