Shades of Bourbon #AA7744
Tints of Bourbon #AA7744
RGB
CMYK
RGB Variations
Color information
#AA7744 (or 0xAA7744) is known color: Bourbon. HEX triplet: AA, 77 and 44. RGB value is (170,119,68). Sum of RGB (Red+Green+Blue) = 170+119+68=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7744 is #5588BB. Grayscale: #808080. Windows color (decimal): -5605564 or 4487082. OLE color: 4487082.
HSL color Cylindrical-coordinate representation of color #AA7744: hue angle of 30º 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 #AA7744 is Cyan = 0, Magento = 0.3, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 68 | - |
| CMYK | 0 | 0.3 | 0.6 | 0.33 |
| HSL | 30º | 0.43% | 0.47% | - |
| HSV(B) | 30º | 0.6% | 0.67% | - |
| XYZ | 24.22 | 22.16 | 8.47 | - |
| YUV | 128.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 68 | 0 | 0.3 | 0.6 | 0.33 | 30 | 0.43 | 0.47 |
| Hex | AA | 77 | 44 | 0 | 1E | 3C | 21 | 1E | 2B | 2F |
| Octal | 252 | 167 | 104 | 0 | 36 | 74 | 41 | 36 | 53 | 57 |
| Binary | 10101010 | 1110111 | 1000100 | 0 | 11110 | 111100 | 100001 | 11110 | 101011 | 101111 |
Color Harmonies of #AA7744
Complementary color
Monochromatic Colors of #AA7744
Black with #AA7744
Text Example
Text Example
White with #AA7744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7744; }
p { color: rgb(170,119,68); }
H1.HeaderClassName
{
color: #AA7744;
}
.AnyTagClassName
{
color: #AA7744;
}
</style>
background-color css
<style>
a { background-color: #AA7744; }
a { background-color: rgb(170,119,68); }
div.DivClassName
{
background-color: #AA7744;
}
.BgClassName
{
background-color: #AA7744;
}
</style>
border-color css
<style>
span { border-color: #AA7744; }
span { border-color: rgb(170,119,68); }
td.TdClassName
{
border-color: #AA7744;
}
.TagClassName
{
border-color: #AA7744;
}
</style>