Shades of Mai Tai #AA6927
Tints of Mai Tai #AA6927
RGB
CMYK
RGB Variations
Color information
#AA6927 (or 0xAA6927) is known color: Mai Tai. HEX triplet: AA, 69 and 27. RGB value is (170,105,39). Sum of RGB (Red+Green+Blue) = 170+105+39=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6927 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6927 is #5596D8. Grayscale: #757575. Windows color (decimal): -5609177 or 2582954. OLE color: 2582954.
HSL color Cylindrical-coordinate representation of color #AA6927: hue angle of 30.23º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA6927 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 39 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.33 |
| HSL | 30.23º | 0.63% | 0.41% | - |
| HSV(B) | 30.23º | 0.77% | 0.67% | - |
| XYZ | 22 | 18.8 | 4.39 | - |
| YUV | 116.91 | 84.03 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 39 | 0 | 0.38 | 0.77 | 0.33 | 30.23 | 0.63 | 0.41 |
| Hex | AA | 69 | 27 | 0 | 26 | 4D | 21 | 1E | 3F | 29 |
| Octal | 252 | 151 | 47 | 0 | 46 | 115 | 41 | 36 | 77 | 51 |
| Binary | 10101010 | 1101001 | 100111 | 0 | 100110 | 1001101 | 100001 | 11110 | 111111 | 101001 |
Color Harmonies of #AA6927
Complementary color
Monochromatic Colors of #AA6927
Black with #AA6927
Text Example
Text Example
White with #AA6927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6927; }
p { color: rgb(170,105,39); }
H1.HeaderClassName
{
color: #AA6927;
}
.AnyTagClassName
{
color: #AA6927;
}
</style>
background-color css
<style>
a { background-color: #AA6927; }
a { background-color: rgb(170,105,39); }
div.DivClassName
{
background-color: #AA6927;
}
.BgClassName
{
background-color: #AA6927;
}
</style>
border-color css
<style>
span { border-color: #AA6927; }
span { border-color: rgb(170,105,39); }
td.TdClassName
{
border-color: #AA6927;
}
.TagClassName
{
border-color: #AA6927;
}
</style>