Shades of Bourbon #AA773F
Tints of Bourbon #AA773F
RGB
CMYK
RGB Variations
Color information
#AA773F (or 0xAA773F) is known color: Bourbon. HEX triplet: AA, 77 and 3F. RGB value is (170,119,63). Sum of RGB (Red+Green+Blue) = 170+119+63=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA773F is #5588C0. Grayscale: #808080. Windows color (decimal): -5605569 or 4159402. OLE color: 4159402.
HSL color Cylindrical-coordinate representation of color #AA773F: hue angle of 31.4º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA773F is Cyan = 0, Magento = 0.3, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 63 | - |
| CMYK | 0 | 0.3 | 0.63 | 0.33 |
| HSL | 31.4º | 0.46% | 0.46% | - |
| HSV(B) | 31.4º | 0.63% | 0.67% | - |
| XYZ | 24.07 | 22.1 | 7.7 | - |
| YUV | 127.87 | 91.4 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 63 | 0 | 0.3 | 0.63 | 0.33 | 31.4 | 0.46 | 0.46 |
| Hex | AA | 77 | 3F | 0 | 1E | 3F | 21 | 1F | 2E | 2E |
| Octal | 252 | 167 | 77 | 0 | 36 | 77 | 41 | 37 | 56 | 56 |
| Binary | 10101010 | 1110111 | 111111 | 0 | 11110 | 111111 | 100001 | 11111 | 101110 | 101110 |
Color Harmonies of #AA773F
Complementary color
Monochromatic Colors of #AA773F
Black with #AA773F
Text Example
Text Example
White with #AA773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA773F; }
p { color: rgb(170,119,63); }
H1.HeaderClassName
{
color: #AA773F;
}
.AnyTagClassName
{
color: #AA773F;
}
</style>
background-color css
<style>
a { background-color: #AA773F; }
a { background-color: rgb(170,119,63); }
div.DivClassName
{
background-color: #AA773F;
}
.BgClassName
{
background-color: #AA773F;
}
</style>
border-color css
<style>
span { border-color: #AA773F; }
span { border-color: rgb(170,119,63); }
td.TdClassName
{
border-color: #AA773F;
}
.TagClassName
{
border-color: #AA773F;
}
</style>