Shades of Mai Tai #AA6128
Tints of Mai Tai #AA6128
RGB
CMYK
RGB Variations
Color information
#AA6128 (or 0xAA6128) is known color: Mai Tai. HEX triplet: AA, 61 and 28. RGB value is (170,97,40). Sum of RGB (Red+Green+Blue) = 170+97+40=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6128 is #559ED7. Grayscale: #707070. Windows color (decimal): -5611224 or 2646442. OLE color: 2646442.
HSL color Cylindrical-coordinate representation of color #AA6128: hue angle of 26.31º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA6128 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 40 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.33 |
| HSL | 26.31º | 0.62% | 0.41% | - |
| HSV(B) | 26.31º | 0.76% | 0.67% | - |
| XYZ | 21.24 | 17.25 | 4.22 | - |
| YUV | 112.33 | 87.18 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 40 | 0 | 0.43 | 0.76 | 0.33 | 26.31 | 0.62 | 0.41 |
| Hex | AA | 61 | 28 | 0 | 2B | 4C | 21 | 1A | 3E | 29 |
| Octal | 252 | 141 | 50 | 0 | 53 | 114 | 41 | 32 | 76 | 51 |
| Binary | 10101010 | 1100001 | 101000 | 0 | 101011 | 1001100 | 100001 | 11010 | 111110 | 101001 |
Color Harmonies of #AA6128
Complementary color
Monochromatic Colors of #AA6128
Black with #AA6128
Text Example
Text Example
White with #AA6128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6128; }
p { color: rgb(170,97,40); }
H1.HeaderClassName
{
color: #AA6128;
}
.AnyTagClassName
{
color: #AA6128;
}
</style>
background-color css
<style>
a { background-color: #AA6128; }
a { background-color: rgb(170,97,40); }
div.DivClassName
{
background-color: #AA6128;
}
.BgClassName
{
background-color: #AA6128;
}
</style>
border-color css
<style>
span { border-color: #AA6128; }
span { border-color: rgb(170,97,40); }
td.TdClassName
{
border-color: #AA6128;
}
.TagClassName
{
border-color: #AA6128;
}
</style>