Shades of Bourbon #AA6C3A
Tints of Bourbon #AA6C3A
RGB
CMYK
RGB Variations
Color information
#AA6C3A (or 0xAA6C3A) is known color: Bourbon. HEX triplet: AA, 6C and 3A. RGB value is (170,108,58). Sum of RGB (Red+Green+Blue) = 170+108+58=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6C3A is #5593C5. Grayscale: #797979. Windows color (decimal): -5608390 or 3828906. OLE color: 3828906.
HSL color Cylindrical-coordinate representation of color #AA6C3A: hue angle of 26.79º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA6C3A is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 58 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.33 |
| HSL | 26.79º | 0.49% | 0.45% | - |
| HSV(B) | 26.79º | 0.66% | 0.67% | - |
| XYZ | 22.7 | 19.58 | 6.59 | - |
| YUV | 120.84 | 92.54 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 58 | 0 | 0.36 | 0.66 | 0.33 | 26.79 | 0.49 | 0.45 |
| Hex | AA | 6C | 3A | 0 | 24 | 42 | 21 | 1B | 31 | 2D |
| Octal | 252 | 154 | 72 | 0 | 44 | 102 | 41 | 33 | 61 | 55 |
| Binary | 10101010 | 1101100 | 111010 | 0 | 100100 | 1000010 | 100001 | 11011 | 110001 | 101101 |
Color Harmonies of #AA6C3A
Complementary color
Monochromatic Colors of #AA6C3A
Black with #AA6C3A
Text Example
Text Example
White with #AA6C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C3A; }
p { color: rgb(170,108,58); }
H1.HeaderClassName
{
color: #AA6C3A;
}
.AnyTagClassName
{
color: #AA6C3A;
}
</style>
background-color css
<style>
a { background-color: #AA6C3A; }
a { background-color: rgb(170,108,58); }
div.DivClassName
{
background-color: #AA6C3A;
}
.BgClassName
{
background-color: #AA6C3A;
}
</style>
border-color css
<style>
span { border-color: #AA6C3A; }
span { border-color: rgb(170,108,58); }
td.TdClassName
{
border-color: #AA6C3A;
}
.TagClassName
{
border-color: #AA6C3A;
}
</style>