Shades of Mai Tai #AA6B2C
Tints of Mai Tai #AA6B2C
RGB
CMYK
RGB Variations
Color information
#AA6B2C (or 0xAA6B2C) is known color: Mai Tai. HEX triplet: AA, 6B and 2C. RGB value is (170,107,44). Sum of RGB (Red+Green+Blue) = 170+107+44=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B2C is #5594D3. Grayscale: #767676. Windows color (decimal): -5608660 or 2911146. OLE color: 2911146.
HSL color Cylindrical-coordinate representation of color #AA6B2C: hue angle of 30º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA6B2C is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 44 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.33 |
| HSL | 30º | 0.59% | 0.42% | - |
| HSV(B) | 30º | 0.74% | 0.67% | - |
| XYZ | 22.29 | 19.24 | 4.92 | - |
| YUV | 118.66 | 85.87 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 44 | 0 | 0.37 | 0.74 | 0.33 | 30 | 0.59 | 0.42 |
| Hex | AA | 6B | 2C | 0 | 25 | 4A | 21 | 1E | 3B | 2A |
| Octal | 252 | 153 | 54 | 0 | 45 | 112 | 41 | 36 | 73 | 52 |
| Binary | 10101010 | 1101011 | 101100 | 0 | 100101 | 1001010 | 100001 | 11110 | 111011 | 101010 |
Color Harmonies of #AA6B2C
Complementary color
Monochromatic Colors of #AA6B2C
Black with #AA6B2C
Text Example
Text Example
White with #AA6B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B2C; }
p { color: rgb(170,107,44); }
H1.HeaderClassName
{
color: #AA6B2C;
}
.AnyTagClassName
{
color: #AA6B2C;
}
</style>
background-color css
<style>
a { background-color: #AA6B2C; }
a { background-color: rgb(170,107,44); }
div.DivClassName
{
background-color: #AA6B2C;
}
.BgClassName
{
background-color: #AA6B2C;
}
</style>
border-color css
<style>
span { border-color: #AA6B2C; }
span { border-color: rgb(170,107,44); }
td.TdClassName
{
border-color: #AA6B2C;
}
.TagClassName
{
border-color: #AA6B2C;
}
</style>