Shades of Bourbon #AA6B38
Tints of Bourbon #AA6B38
RGB
CMYK
RGB Variations
Color information
#AA6B38 (or 0xAA6B38) is known color: Bourbon. HEX triplet: AA, 6B and 38. RGB value is (170,107,56). Sum of RGB (Red+Green+Blue) = 170+107+56=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B38 is #5594C7. Grayscale: #787878. Windows color (decimal): -5608648 or 3697578. OLE color: 3697578.
HSL color Cylindrical-coordinate representation of color #AA6B38: hue angle of 26.84º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA6B38 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 56 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.33 |
| HSL | 26.84º | 0.5% | 0.44% | - |
| HSV(B) | 26.84º | 0.67% | 0.67% | - |
| XYZ | 22.55 | 19.35 | 6.29 | - |
| YUV | 120.02 | 91.87 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 56 | 0 | 0.37 | 0.67 | 0.33 | 26.84 | 0.5 | 0.44 |
| Hex | AA | 6B | 38 | 0 | 25 | 43 | 21 | 1B | 32 | 2C |
| Octal | 252 | 153 | 70 | 0 | 45 | 103 | 41 | 33 | 62 | 54 |
| Binary | 10101010 | 1101011 | 111000 | 0 | 100101 | 1000011 | 100001 | 11011 | 110010 | 101100 |
Color Harmonies of #AA6B38
Complementary color
Monochromatic Colors of #AA6B38
Black with #AA6B38
Text Example
Text Example
White with #AA6B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B38; }
p { color: rgb(170,107,56); }
H1.HeaderClassName
{
color: #AA6B38;
}
.AnyTagClassName
{
color: #AA6B38;
}
</style>
background-color css
<style>
a { background-color: #AA6B38; }
a { background-color: rgb(170,107,56); }
div.DivClassName
{
background-color: #AA6B38;
}
.BgClassName
{
background-color: #AA6B38;
}
</style>
border-color css
<style>
span { border-color: #AA6B38; }
span { border-color: rgb(170,107,56); }
td.TdClassName
{
border-color: #AA6B38;
}
.TagClassName
{
border-color: #AA6B38;
}
</style>