Shades of Bourbon #AA7349
Tints of Bourbon #AA7349
RGB
CMYK
RGB Variations
Color information
#AA7349 (or 0xAA7349) is known color: Bourbon. HEX triplet: AA, 73 and 49. RGB value is (170,115,73). Sum of RGB (Red+Green+Blue) = 170+115+73=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7349 is #558CB6. Grayscale: #7E7E7E. Windows color (decimal): -5606583 or 4813738. OLE color: 4813738.
HSL color Cylindrical-coordinate representation of color #AA7349: hue angle of 25.98º 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 #AA7349 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 73 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.33 |
| HSL | 25.98º | 0.4% | 0.48% | - |
| HSV(B) | 25.98º | 0.57% | 0.67% | - |
| XYZ | 23.91 | 21.29 | 9.15 | - |
| YUV | 126.66 | 97.72 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 73 | 0 | 0.32 | 0.57 | 0.33 | 25.98 | 0.4 | 0.48 |
| Hex | AA | 73 | 49 | 0 | 20 | 39 | 21 | 1A | 28 | 30 |
| Octal | 252 | 163 | 111 | 0 | 40 | 71 | 41 | 32 | 50 | 60 |
| Binary | 10101010 | 1110011 | 1001001 | 0 | 100000 | 111001 | 100001 | 11010 | 101000 | 110000 |
Color Harmonies of #AA7349
Complementary color
Monochromatic Colors of #AA7349
Black with #AA7349
Text Example
Text Example
White with #AA7349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7349; }
p { color: rgb(170,115,73); }
H1.HeaderClassName
{
color: #AA7349;
}
.AnyTagClassName
{
color: #AA7349;
}
</style>
background-color css
<style>
a { background-color: #AA7349; }
a { background-color: rgb(170,115,73); }
div.DivClassName
{
background-color: #AA7349;
}
.BgClassName
{
background-color: #AA7349;
}
</style>
border-color css
<style>
span { border-color: #AA7349; }
span { border-color: rgb(170,115,73); }
td.TdClassName
{
border-color: #AA7349;
}
.TagClassName
{
border-color: #AA7349;
}
</style>