Shades of Bourbon #AA7644
Tints of Bourbon #AA7644
RGB
CMYK
RGB Variations
Color information
#AA7644 (or 0xAA7644) is known color: Bourbon. HEX triplet: AA, 76 and 44. RGB value is (170,118,68). Sum of RGB (Red+Green+Blue) = 170+118+68=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7644 is #5589BB. Grayscale: #808080. Windows color (decimal): -5605820 or 4486826. OLE color: 4486826.
HSL color Cylindrical-coordinate representation of color #AA7644: hue angle of 29.41º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA7644 is Cyan = 0, Magento = 0.31, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 68 | - |
| CMYK | 0 | 0.31 | 0.6 | 0.33 |
| HSL | 29.41º | 0.43% | 0.47% | - |
| HSV(B) | 29.41º | 0.6% | 0.67% | - |
| XYZ | 24.1 | 21.92 | 8.43 | - |
| YUV | 127.85 | 94.23 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 68 | 0 | 0.31 | 0.6 | 0.33 | 29.41 | 0.43 | 0.47 |
| Hex | AA | 76 | 44 | 0 | 1F | 3C | 21 | 1D | 2B | 2F |
| Octal | 252 | 166 | 104 | 0 | 37 | 74 | 41 | 35 | 53 | 57 |
| Binary | 10101010 | 1110110 | 1000100 | 0 | 11111 | 111100 | 100001 | 11101 | 101011 | 101111 |
Color Harmonies of #AA7644
Complementary color
Monochromatic Colors of #AA7644
Black with #AA7644
Text Example
Text Example
White with #AA7644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7644; }
p { color: rgb(170,118,68); }
H1.HeaderClassName
{
color: #AA7644;
}
.AnyTagClassName
{
color: #AA7644;
}
</style>
background-color css
<style>
a { background-color: #AA7644; }
a { background-color: rgb(170,118,68); }
div.DivClassName
{
background-color: #AA7644;
}
.BgClassName
{
background-color: #AA7644;
}
</style>
border-color css
<style>
span { border-color: #AA7644; }
span { border-color: rgb(170,118,68); }
td.TdClassName
{
border-color: #AA7644;
}
.TagClassName
{
border-color: #AA7644;
}
</style>