Shades of Bourbon #AA6B46
Tints of Bourbon #AA6B46
RGB
CMYK
RGB Variations
Color information
#AA6B46 (or 0xAA6B46) is known color: Bourbon. HEX triplet: AA, 6B and 46. RGB value is (170,107,70). Sum of RGB (Red+Green+Blue) = 170+107+70=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B46 is #5594B9. Grayscale: #797979. Windows color (decimal): -5608634 or 4615082. OLE color: 4615082.
HSL color Cylindrical-coordinate representation of color #AA6B46: hue angle of 22.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA6B46 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 70 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.33 |
| HSL | 22.2º | 0.42% | 0.47% | - |
| HSV(B) | 22.2º | 0.59% | 0.67% | - |
| XYZ | 22.94 | 19.5 | 8.35 | - |
| YUV | 121.62 | 98.87 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 70 | 0 | 0.37 | 0.59 | 0.33 | 22.2 | 0.42 | 0.47 |
| Hex | AA | 6B | 46 | 0 | 25 | 3B | 21 | 16 | 2A | 2F |
| Octal | 252 | 153 | 106 | 0 | 45 | 73 | 41 | 26 | 52 | 57 |
| Binary | 10101010 | 1101011 | 1000110 | 0 | 100101 | 111011 | 100001 | 10110 | 101010 | 101111 |
Color Harmonies of #AA6B46
Complementary color
Monochromatic Colors of #AA6B46
Black with #AA6B46
Text Example
Text Example
White with #AA6B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B46; }
p { color: rgb(170,107,70); }
H1.HeaderClassName
{
color: #AA6B46;
}
.AnyTagClassName
{
color: #AA6B46;
}
</style>
background-color css
<style>
a { background-color: #AA6B46; }
a { background-color: rgb(170,107,70); }
div.DivClassName
{
background-color: #AA6B46;
}
.BgClassName
{
background-color: #AA6B46;
}
</style>
border-color css
<style>
span { border-color: #AA6B46; }
span { border-color: rgb(170,107,70); }
td.TdClassName
{
border-color: #AA6B46;
}
.TagClassName
{
border-color: #AA6B46;
}
</style>