Shades of Bourbon #AA773E
Tints of Bourbon #AA773E
RGB
CMYK
RGB Variations
Color information
#AA773E (or 0xAA773E) is known color: Bourbon. HEX triplet: AA, 77 and 3E. RGB value is (170,119,62). Sum of RGB (Red+Green+Blue) = 170+119+62=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA773E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA773E is #5588C1. Grayscale: #808080. Windows color (decimal): -5605570 or 4093866. OLE color: 4093866.
HSL color Cylindrical-coordinate representation of color #AA773E: hue angle of 31.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA773E is Cyan = 0, Magento = 0.3, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 62 | - |
| CMYK | 0 | 0.3 | 0.64 | 0.33 |
| HSL | 31.67º | 0.47% | 0.45% | - |
| HSV(B) | 31.67º | 0.64% | 0.67% | - |
| XYZ | 24.04 | 22.09 | 7.55 | - |
| YUV | 127.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 62 | 0 | 0.3 | 0.64 | 0.33 | 31.67 | 0.47 | 0.45 |
| Hex | AA | 77 | 3E | 0 | 1E | 40 | 21 | 20 | 2F | 2D |
| Octal | 252 | 167 | 76 | 0 | 36 | 100 | 41 | 40 | 57 | 55 |
| Binary | 10101010 | 1110111 | 111110 | 0 | 11110 | 1000000 | 100001 | 100000 | 101111 | 101101 |
Color Harmonies of #AA773E
Complementary color
Monochromatic Colors of #AA773E
Black with #AA773E
Text Example
Text Example
White with #AA773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA773E; }
p { color: rgb(170,119,62); }
H1.HeaderClassName
{
color: #AA773E;
}
.AnyTagClassName
{
color: #AA773E;
}
</style>
background-color css
<style>
a { background-color: #AA773E; }
a { background-color: rgb(170,119,62); }
div.DivClassName
{
background-color: #AA773E;
}
.BgClassName
{
background-color: #AA773E;
}
</style>
border-color css
<style>
span { border-color: #AA773E; }
span { border-color: rgb(170,119,62); }
td.TdClassName
{
border-color: #AA773E;
}
.TagClassName
{
border-color: #AA773E;
}
</style>