Shades of Bourbon #AA7249
Tints of Bourbon #AA7249
RGB
CMYK
RGB Variations
Color information
#AA7249 (or 0xAA7249) is known color: Bourbon. HEX triplet: AA, 72 and 49. RGB value is (170,114,73). Sum of RGB (Red+Green+Blue) = 170+114+73=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7249 is #558DB6. Grayscale: #7E7E7E. Windows color (decimal): -5606839 or 4813482. OLE color: 4813482.
HSL color Cylindrical-coordinate representation of color #AA7249: hue angle of 25.36º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA7249 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 73 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.33 |
| HSL | 25.36º | 0.4% | 0.48% | - |
| HSV(B) | 25.36º | 0.57% | 0.67% | - |
| XYZ | 23.8 | 21.06 | 9.11 | - |
| YUV | 126.07 | 98.05 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 73 | 0 | 0.33 | 0.57 | 0.33 | 25.36 | 0.4 | 0.48 |
| Hex | AA | 72 | 49 | 0 | 21 | 39 | 21 | 19 | 28 | 30 |
| Octal | 252 | 162 | 111 | 0 | 41 | 71 | 41 | 31 | 50 | 60 |
| Binary | 10101010 | 1110010 | 1001001 | 0 | 100001 | 111001 | 100001 | 11001 | 101000 | 110000 |
Color Harmonies of #AA7249
Complementary color
Monochromatic Colors of #AA7249
Black with #AA7249
Text Example
Text Example
White with #AA7249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7249; }
p { color: rgb(170,114,73); }
H1.HeaderClassName
{
color: #AA7249;
}
.AnyTagClassName
{
color: #AA7249;
}
</style>
background-color css
<style>
a { background-color: #AA7249; }
a { background-color: rgb(170,114,73); }
div.DivClassName
{
background-color: #AA7249;
}
.BgClassName
{
background-color: #AA7249;
}
</style>
border-color css
<style>
span { border-color: #AA7249; }
span { border-color: rgb(170,114,73); }
td.TdClassName
{
border-color: #AA7249;
}
.TagClassName
{
border-color: #AA7249;
}
</style>