Shades of Mai Tai #AA6B2B
Tints of Mai Tai #AA6B2B
RGB
CMYK
RGB Variations
Color information
#AA6B2B (or 0xAA6B2B) is known color: Mai Tai. HEX triplet: AA, 6B and 2B. RGB value is (170,107,43). Sum of RGB (Red+Green+Blue) = 170+107+43=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B2B is #5594D4. Grayscale: #767676. Windows color (decimal): -5608661 or 2845610. OLE color: 2845610.
HSL color Cylindrical-coordinate representation of color #AA6B2B: hue angle of 30.24º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA6B2B is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 43 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.33 |
| HSL | 30.24º | 0.6% | 0.42% | - |
| HSV(B) | 30.24º | 0.75% | 0.67% | - |
| XYZ | 22.27 | 19.24 | 4.82 | - |
| YUV | 118.54 | 85.37 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 43 | 0 | 0.37 | 0.75 | 0.33 | 30.24 | 0.6 | 0.42 |
| Hex | AA | 6B | 2B | 0 | 25 | 4B | 21 | 1E | 3C | 2A |
| Octal | 252 | 153 | 53 | 0 | 45 | 113 | 41 | 36 | 74 | 52 |
| Binary | 10101010 | 1101011 | 101011 | 0 | 100101 | 1001011 | 100001 | 11110 | 111100 | 101010 |
Color Harmonies of #AA6B2B
Complementary color
Monochromatic Colors of #AA6B2B
Black with #AA6B2B
Text Example
Text Example
White with #AA6B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B2B; }
p { color: rgb(170,107,43); }
H1.HeaderClassName
{
color: #AA6B2B;
}
.AnyTagClassName
{
color: #AA6B2B;
}
</style>
background-color css
<style>
a { background-color: #AA6B2B; }
a { background-color: rgb(170,107,43); }
div.DivClassName
{
background-color: #AA6B2B;
}
.BgClassName
{
background-color: #AA6B2B;
}
</style>
border-color css
<style>
span { border-color: #AA6B2B; }
span { border-color: rgb(170,107,43); }
td.TdClassName
{
border-color: #AA6B2B;
}
.TagClassName
{
border-color: #AA6B2B;
}
</style>