Shades of Mai Tai #AA6734
Tints of Mai Tai #AA6734
RGB
CMYK
RGB Variations
Color information
#AA6734 (or 0xAA6734) is known color: Mai Tai. HEX triplet: AA, 67 and 34. RGB value is (170,103,52). Sum of RGB (Red+Green+Blue) = 170+103+52=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6734 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6734 is #5598CB. Grayscale: #757575. Windows color (decimal): -5609676 or 3434410. OLE color: 3434410.
HSL color Cylindrical-coordinate representation of color #AA6734: hue angle of 25.93º 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 #AA6734 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 52 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.33 |
| HSL | 25.93º | 0.53% | 0.44% | - |
| HSV(B) | 25.93º | 0.69% | 0.67% | - |
| XYZ | 22.05 | 18.49 | 5.66 | - |
| YUV | 117.22 | 91.2 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 52 | 0 | 0.39 | 0.69 | 0.33 | 25.93 | 0.53 | 0.44 |
| Hex | AA | 67 | 34 | 0 | 27 | 45 | 21 | 1A | 35 | 2C |
| Octal | 252 | 147 | 64 | 0 | 47 | 105 | 41 | 32 | 65 | 54 |
| Binary | 10101010 | 1100111 | 110100 | 0 | 100111 | 1000101 | 100001 | 11010 | 110101 | 101100 |
Color Harmonies of #AA6734
Complementary color
Monochromatic Colors of #AA6734
Black with #AA6734
Text Example
Text Example
White with #AA6734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6734; }
p { color: rgb(170,103,52); }
H1.HeaderClassName
{
color: #AA6734;
}
.AnyTagClassName
{
color: #AA6734;
}
</style>
background-color css
<style>
a { background-color: #AA6734; }
a { background-color: rgb(170,103,52); }
div.DivClassName
{
background-color: #AA6734;
}
.BgClassName
{
background-color: #AA6734;
}
</style>
border-color css
<style>
span { border-color: #AA6734; }
span { border-color: rgb(170,103,52); }
td.TdClassName
{
border-color: #AA6734;
}
.TagClassName
{
border-color: #AA6734;
}
</style>