Shades of Bourbon #AA6B37
Tints of Bourbon #AA6B37
RGB
CMYK
RGB Variations
Color information
#AA6B37 (or 0xAA6B37) is known color: Bourbon. HEX triplet: AA, 6B and 37. RGB value is (170,107,55). Sum of RGB (Red+Green+Blue) = 170+107+55=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B37 is #5594C8. Grayscale: #787878. Windows color (decimal): -5608649 or 3632042. OLE color: 3632042.
HSL color Cylindrical-coordinate representation of color #AA6B37: hue angle of 27.13º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA6B37 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 55 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.33 |
| HSL | 27.13º | 0.51% | 0.44% | - |
| HSV(B) | 27.13º | 0.68% | 0.67% | - |
| XYZ | 22.52 | 19.34 | 6.16 | - |
| YUV | 119.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 55 | 0 | 0.37 | 0.68 | 0.33 | 27.13 | 0.51 | 0.44 |
| Hex | AA | 6B | 37 | 0 | 25 | 44 | 21 | 1B | 33 | 2C |
| Octal | 252 | 153 | 67 | 0 | 45 | 104 | 41 | 33 | 63 | 54 |
| Binary | 10101010 | 1101011 | 110111 | 0 | 100101 | 1000100 | 100001 | 11011 | 110011 | 101100 |
Color Harmonies of #AA6B37
Complementary color
Monochromatic Colors of #AA6B37
Black with #AA6B37
Text Example
Text Example
White with #AA6B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B37; }
p { color: rgb(170,107,55); }
H1.HeaderClassName
{
color: #AA6B37;
}
.AnyTagClassName
{
color: #AA6B37;
}
</style>
background-color css
<style>
a { background-color: #AA6B37; }
a { background-color: rgb(170,107,55); }
div.DivClassName
{
background-color: #AA6B37;
}
.BgClassName
{
background-color: #AA6B37;
}
</style>
border-color css
<style>
span { border-color: #AA6B37; }
span { border-color: rgb(170,107,55); }
td.TdClassName
{
border-color: #AA6B37;
}
.TagClassName
{
border-color: #AA6B37;
}
</style>