Shades of Bourbon #AA7446
Tints of Bourbon #AA7446
RGB
CMYK
RGB Variations
Color information
#AA7446 (or 0xAA7446) is known color: Bourbon. HEX triplet: AA, 74 and 46. RGB value is (170,116,70). Sum of RGB (Red+Green+Blue) = 170+116+70=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7446 is #558BB9. Grayscale: #7F7F7F. Windows color (decimal): -5606330 or 4617386. OLE color: 4617386.
HSL color Cylindrical-coordinate representation of color #AA7446: hue angle of 27.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA7446 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 70 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.33 |
| HSL | 27.6º | 0.42% | 0.47% | - |
| HSV(B) | 27.6º | 0.59% | 0.67% | - |
| XYZ | 23.93 | 21.48 | 8.68 | - |
| YUV | 126.9 | 95.89 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 70 | 0 | 0.32 | 0.59 | 0.33 | 27.6 | 0.42 | 0.47 |
| Hex | AA | 74 | 46 | 0 | 20 | 3B | 21 | 1C | 2A | 2F |
| Octal | 252 | 164 | 106 | 0 | 40 | 73 | 41 | 34 | 52 | 57 |
| Binary | 10101010 | 1110100 | 1000110 | 0 | 100000 | 111011 | 100001 | 11100 | 101010 | 101111 |
Color Harmonies of #AA7446
Complementary color
Monochromatic Colors of #AA7446
Black with #AA7446
Text Example
Text Example
White with #AA7446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7446; }
p { color: rgb(170,116,70); }
H1.HeaderClassName
{
color: #AA7446;
}
.AnyTagClassName
{
color: #AA7446;
}
</style>
background-color css
<style>
a { background-color: #AA7446; }
a { background-color: rgb(170,116,70); }
div.DivClassName
{
background-color: #AA7446;
}
.BgClassName
{
background-color: #AA7446;
}
</style>
border-color css
<style>
span { border-color: #AA7446; }
span { border-color: rgb(170,116,70); }
td.TdClassName
{
border-color: #AA7446;
}
.TagClassName
{
border-color: #AA7446;
}
</style>