Shades of Bourbon #AA6A3A
Tints of Bourbon #AA6A3A
RGB
CMYK
RGB Variations
Color information
#AA6A3A (or 0xAA6A3A) is known color: Bourbon. HEX triplet: AA, 6A and 3A. RGB value is (170,106,58). Sum of RGB (Red+Green+Blue) = 170+106+58=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A3A is #5595C5. Grayscale: #777777. Windows color (decimal): -5608902 or 3828394. OLE color: 3828394.
HSL color Cylindrical-coordinate representation of color #AA6A3A: hue angle of 25.71º 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 #AA6A3A is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 58 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.33 |
| HSL | 25.71º | 0.49% | 0.45% | - |
| HSV(B) | 25.71º | 0.66% | 0.67% | - |
| XYZ | 22.5 | 19.16 | 6.52 | - |
| YUV | 119.66 | 93.2 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 58 | 0 | 0.38 | 0.66 | 0.33 | 25.71 | 0.49 | 0.45 |
| Hex | AA | 6A | 3A | 0 | 26 | 42 | 21 | 1A | 31 | 2D |
| Octal | 252 | 152 | 72 | 0 | 46 | 102 | 41 | 32 | 61 | 55 |
| Binary | 10101010 | 1101010 | 111010 | 0 | 100110 | 1000010 | 100001 | 11010 | 110001 | 101101 |
Color Harmonies of #AA6A3A
Complementary color
Monochromatic Colors of #AA6A3A
Black with #AA6A3A
Text Example
Text Example
White with #AA6A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A3A; }
p { color: rgb(170,106,58); }
H1.HeaderClassName
{
color: #AA6A3A;
}
.AnyTagClassName
{
color: #AA6A3A;
}
</style>
background-color css
<style>
a { background-color: #AA6A3A; }
a { background-color: rgb(170,106,58); }
div.DivClassName
{
background-color: #AA6A3A;
}
.BgClassName
{
background-color: #AA6A3A;
}
</style>
border-color css
<style>
span { border-color: #AA6A3A; }
span { border-color: rgb(170,106,58); }
td.TdClassName
{
border-color: #AA6A3A;
}
.TagClassName
{
border-color: #AA6A3A;
}
</style>