Shades of Bourbon #AA6E3F
Tints of Bourbon #AA6E3F
RGB
CMYK
RGB Variations
Color information
#AA6E3F (or 0xAA6E3F) is known color: Bourbon. HEX triplet: AA, 6E and 3F. RGB value is (170,110,63). Sum of RGB (Red+Green+Blue) = 170+110+63=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E3F is #5591C0. Grayscale: #7A7A7A. Windows color (decimal): -5607873 or 4157098. OLE color: 4157098.
HSL color Cylindrical-coordinate representation of color #AA6E3F: hue angle of 26.36º 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 #AA6E3F is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 63 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.33 |
| HSL | 26.36º | 0.46% | 0.46% | - |
| HSV(B) | 26.36º | 0.63% | 0.67% | - |
| XYZ | 23.05 | 20.06 | 7.36 | - |
| YUV | 122.58 | 94.38 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 63 | 0 | 0.35 | 0.63 | 0.33 | 26.36 | 0.46 | 0.46 |
| Hex | AA | 6E | 3F | 0 | 23 | 3F | 21 | 1A | 2E | 2E |
| Octal | 252 | 156 | 77 | 0 | 43 | 77 | 41 | 32 | 56 | 56 |
| Binary | 10101010 | 1101110 | 111111 | 0 | 100011 | 111111 | 100001 | 11010 | 101110 | 101110 |
Color Harmonies of #AA6E3F
Complementary color
Monochromatic Colors of #AA6E3F
Black with #AA6E3F
Text Example
Text Example
White with #AA6E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E3F; }
p { color: rgb(170,110,63); }
H1.HeaderClassName
{
color: #AA6E3F;
}
.AnyTagClassName
{
color: #AA6E3F;
}
</style>
background-color css
<style>
a { background-color: #AA6E3F; }
a { background-color: rgb(170,110,63); }
div.DivClassName
{
background-color: #AA6E3F;
}
.BgClassName
{
background-color: #AA6E3F;
}
</style>
border-color css
<style>
span { border-color: #AA6E3F; }
span { border-color: rgb(170,110,63); }
td.TdClassName
{
border-color: #AA6E3F;
}
.TagClassName
{
border-color: #AA6E3F;
}
</style>