Shades of Mai Tai #AA6733
Tints of Mai Tai #AA6733
RGB
CMYK
RGB Variations
Color information
#AA6733 (or 0xAA6733) is known color: Mai Tai. HEX triplet: AA, 67 and 33. RGB value is (170,103,51). Sum of RGB (Red+Green+Blue) = 170+103+51=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6733 is #5598CC. Grayscale: #757575. Windows color (decimal): -5609677 or 3368874. OLE color: 3368874.
HSL color Cylindrical-coordinate representation of color #AA6733: hue angle of 26.22º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA6733 is Cyan = 0, Magento = 0.39, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 51 | - |
| CMYK | 0 | 0.39 | 0.7 | 0.33 |
| HSL | 26.22º | 0.54% | 0.43% | - |
| HSV(B) | 26.22º | 0.7% | 0.67% | - |
| XYZ | 22.03 | 18.49 | 5.54 | - |
| YUV | 117.11 | 90.7 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 51 | 0 | 0.39 | 0.7 | 0.33 | 26.22 | 0.54 | 0.43 |
| Hex | AA | 67 | 33 | 0 | 27 | 46 | 21 | 1A | 36 | 2B |
| Octal | 252 | 147 | 63 | 0 | 47 | 106 | 41 | 32 | 66 | 53 |
| Binary | 10101010 | 1100111 | 110011 | 0 | 100111 | 1000110 | 100001 | 11010 | 110110 | 101011 |
Color Harmonies of #AA6733
Complementary color
Monochromatic Colors of #AA6733
Black with #AA6733
Text Example
Text Example
White with #AA6733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6733; }
p { color: rgb(170,103,51); }
H1.HeaderClassName
{
color: #AA6733;
}
.AnyTagClassName
{
color: #AA6733;
}
</style>
background-color css
<style>
a { background-color: #AA6733; }
a { background-color: rgb(170,103,51); }
div.DivClassName
{
background-color: #AA6733;
}
.BgClassName
{
background-color: #AA6733;
}
</style>
border-color css
<style>
span { border-color: #AA6733; }
span { border-color: rgb(170,103,51); }
td.TdClassName
{
border-color: #AA6733;
}
.TagClassName
{
border-color: #AA6733;
}
</style>