Shades of Bourbon #AA6B3E
Tints of Bourbon #AA6B3E
RGB
CMYK
RGB Variations
Color information
#AA6B3E (or 0xAA6B3E) is known color: Bourbon. HEX triplet: AA, 6B and 3E. RGB value is (170,107,62). Sum of RGB (Red+Green+Blue) = 170+107+62=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B3E is #5594C1. Grayscale: #787878. Windows color (decimal): -5608642 or 4090794. OLE color: 4090794.
HSL color Cylindrical-coordinate representation of color #AA6B3E: hue angle of 25º 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 #AA6B3E is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 62 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.33 |
| HSL | 25º | 0.47% | 0.45% | - |
| HSV(B) | 25º | 0.64% | 0.67% | - |
| XYZ | 22.7 | 19.41 | 7.11 | - |
| YUV | 120.71 | 94.87 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 62 | 0 | 0.37 | 0.64 | 0.33 | 25 | 0.47 | 0.45 |
| Hex | AA | 6B | 3E | 0 | 25 | 40 | 21 | 19 | 2F | 2D |
| Octal | 252 | 153 | 76 | 0 | 45 | 100 | 41 | 31 | 57 | 55 |
| Binary | 10101010 | 1101011 | 111110 | 0 | 100101 | 1000000 | 100001 | 11001 | 101111 | 101101 |
Color Harmonies of #AA6B3E
Complementary color
Monochromatic Colors of #AA6B3E
Black with #AA6B3E
Text Example
Text Example
White with #AA6B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B3E; }
p { color: rgb(170,107,62); }
H1.HeaderClassName
{
color: #AA6B3E;
}
.AnyTagClassName
{
color: #AA6B3E;
}
</style>
background-color css
<style>
a { background-color: #AA6B3E; }
a { background-color: rgb(170,107,62); }
div.DivClassName
{
background-color: #AA6B3E;
}
.BgClassName
{
background-color: #AA6B3E;
}
</style>
border-color css
<style>
span { border-color: #AA6B3E; }
span { border-color: rgb(170,107,62); }
td.TdClassName
{
border-color: #AA6B3E;
}
.TagClassName
{
border-color: #AA6B3E;
}
</style>