Shades of Bourbon #AA7741
Tints of Bourbon #AA7741
RGB
CMYK
RGB Variations
Color information
#AA7741 (or 0xAA7741) is known color: Bourbon. HEX triplet: AA, 77 and 41. RGB value is (170,119,65). Sum of RGB (Red+Green+Blue) = 170+119+65=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7741 is #5588BE. Grayscale: #808080. Windows color (decimal): -5605567 or 4290474. OLE color: 4290474.
HSL color Cylindrical-coordinate representation of color #AA7741: hue angle of 30.86º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA7741 is Cyan = 0, Magento = 0.3, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 65 | - |
| CMYK | 0 | 0.3 | 0.62 | 0.33 |
| HSL | 30.86º | 0.45% | 0.46% | - |
| HSV(B) | 30.86º | 0.62% | 0.67% | - |
| XYZ | 24.13 | 22.12 | 8 | - |
| YUV | 128.09 | 92.4 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 65 | 0 | 0.3 | 0.62 | 0.33 | 30.86 | 0.45 | 0.46 |
| Hex | AA | 77 | 41 | 0 | 1E | 3E | 21 | 1F | 2D | 2E |
| Octal | 252 | 167 | 101 | 0 | 36 | 76 | 41 | 37 | 55 | 56 |
| Binary | 10101010 | 1110111 | 1000001 | 0 | 11110 | 111110 | 100001 | 11111 | 101101 | 101110 |
Color Harmonies of #AA7741
Complementary color
Monochromatic Colors of #AA7741
Black with #AA7741
Text Example
Text Example
White with #AA7741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7741; }
p { color: rgb(170,119,65); }
H1.HeaderClassName
{
color: #AA7741;
}
.AnyTagClassName
{
color: #AA7741;
}
</style>
background-color css
<style>
a { background-color: #AA7741; }
a { background-color: rgb(170,119,65); }
div.DivClassName
{
background-color: #AA7741;
}
.BgClassName
{
background-color: #AA7741;
}
</style>
border-color css
<style>
span { border-color: #AA7741; }
span { border-color: rgb(170,119,65); }
td.TdClassName
{
border-color: #AA7741;
}
.TagClassName
{
border-color: #AA7741;
}
</style>