Shades of Mai Tai #AA5E2B
Tints of Mai Tai #AA5E2B
RGB
CMYK
RGB Variations
Color information
#AA5E2B (or 0xAA5E2B) is known color: Mai Tai. HEX triplet: AA, 5E and 2B. RGB value is (170,94,43). Sum of RGB (Red+Green+Blue) = 170+94+43=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E2B is #55A1D4. Grayscale: #6F6F6F. Windows color (decimal): -5611989 or 2842282. OLE color: 2842282.
HSL color Cylindrical-coordinate representation of color #AA5E2B: hue angle of 24.09º 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 #AA5E2B is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 43 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.33 |
| HSL | 24.09º | 0.6% | 0.42% | - |
| HSV(B) | 24.09º | 0.75% | 0.67% | - |
| XYZ | 21.02 | 16.73 | 4.41 | - |
| YUV | 110.91 | 89.68 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 43 | 0 | 0.45 | 0.75 | 0.33 | 24.09 | 0.6 | 0.42 |
| Hex | AA | 5E | 2B | 0 | 2D | 4B | 21 | 18 | 3C | 2A |
| Octal | 252 | 136 | 53 | 0 | 55 | 113 | 41 | 30 | 74 | 52 |
| Binary | 10101010 | 1011110 | 101011 | 0 | 101101 | 1001011 | 100001 | 11000 | 111100 | 101010 |
Color Harmonies of #AA5E2B
Complementary color
Monochromatic Colors of #AA5E2B
Black with #AA5E2B
Text Example
Text Example
White with #AA5E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E2B; }
p { color: rgb(170,94,43); }
H1.HeaderClassName
{
color: #AA5E2B;
}
.AnyTagClassName
{
color: #AA5E2B;
}
</style>
background-color css
<style>
a { background-color: #AA5E2B; }
a { background-color: rgb(170,94,43); }
div.DivClassName
{
background-color: #AA5E2B;
}
.BgClassName
{
background-color: #AA5E2B;
}
</style>
border-color css
<style>
span { border-color: #AA5E2B; }
span { border-color: rgb(170,94,43); }
td.TdClassName
{
border-color: #AA5E2B;
}
.TagClassName
{
border-color: #AA5E2B;
}
</style>