Shades of Mai Tai #AA6A34
Tints of Mai Tai #AA6A34
RGB
CMYK
RGB Variations
Color information
#AA6A34 (or 0xAA6A34) is known color: Mai Tai. HEX triplet: AA, 6A and 34. RGB value is (170,106,52). Sum of RGB (Red+Green+Blue) = 170+106+52=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A34 is #5595CB. Grayscale: #777777. Windows color (decimal): -5608908 or 3435178. OLE color: 3435178.
HSL color Cylindrical-coordinate representation of color #AA6A34: hue angle of 27.46º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA6A34 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 52 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.33 |
| HSL | 27.46º | 0.53% | 0.44% | - |
| HSV(B) | 27.46º | 0.69% | 0.67% | - |
| XYZ | 22.35 | 19.1 | 5.76 | - |
| YUV | 118.98 | 90.2 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 52 | 0 | 0.38 | 0.69 | 0.33 | 27.46 | 0.53 | 0.44 |
| Hex | AA | 6A | 34 | 0 | 26 | 45 | 21 | 1B | 35 | 2C |
| Octal | 252 | 152 | 64 | 0 | 46 | 105 | 41 | 33 | 65 | 54 |
| Binary | 10101010 | 1101010 | 110100 | 0 | 100110 | 1000101 | 100001 | 11011 | 110101 | 101100 |
Color Harmonies of #AA6A34
Complementary color
Monochromatic Colors of #AA6A34
Black with #AA6A34
Text Example
Text Example
White with #AA6A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A34; }
p { color: rgb(170,106,52); }
H1.HeaderClassName
{
color: #AA6A34;
}
.AnyTagClassName
{
color: #AA6A34;
}
</style>
background-color css
<style>
a { background-color: #AA6A34; }
a { background-color: rgb(170,106,52); }
div.DivClassName
{
background-color: #AA6A34;
}
.BgClassName
{
background-color: #AA6A34;
}
</style>
border-color css
<style>
span { border-color: #AA6A34; }
span { border-color: rgb(170,106,52); }
td.TdClassName
{
border-color: #AA6A34;
}
.TagClassName
{
border-color: #AA6A34;
}
</style>