Shades of Mai Tai #AA6727
Tints of Mai Tai #AA6727
RGB
CMYK
RGB Variations
Color information
#AA6727 (or 0xAA6727) is known color: Mai Tai. HEX triplet: AA, 67 and 27. RGB value is (170,103,39). Sum of RGB (Red+Green+Blue) = 170+103+39=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6727 is #5598D8. Grayscale: #747474. Windows color (decimal): -5609689 or 2582442. OLE color: 2582442.
HSL color Cylindrical-coordinate representation of color #AA6727: hue angle of 29.31º 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 #AA6727 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 39 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.33 |
| HSL | 29.31º | 0.63% | 0.41% | - |
| HSV(B) | 29.31º | 0.77% | 0.67% | - |
| XYZ | 21.79 | 18.39 | 4.32 | - |
| YUV | 115.74 | 84.7 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 39 | 0 | 0.39 | 0.77 | 0.33 | 29.31 | 0.63 | 0.41 |
| Hex | AA | 67 | 27 | 0 | 27 | 4D | 21 | 1D | 3F | 29 |
| Octal | 252 | 147 | 47 | 0 | 47 | 115 | 41 | 35 | 77 | 51 |
| Binary | 10101010 | 1100111 | 100111 | 0 | 100111 | 1001101 | 100001 | 11101 | 111111 | 101001 |
Color Harmonies of #AA6727
Complementary color
Monochromatic Colors of #AA6727
Black with #AA6727
Text Example
Text Example
White with #AA6727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6727; }
p { color: rgb(170,103,39); }
H1.HeaderClassName
{
color: #AA6727;
}
.AnyTagClassName
{
color: #AA6727;
}
</style>
background-color css
<style>
a { background-color: #AA6727; }
a { background-color: rgb(170,103,39); }
div.DivClassName
{
background-color: #AA6727;
}
.BgClassName
{
background-color: #AA6727;
}
</style>
border-color css
<style>
span { border-color: #AA6727; }
span { border-color: rgb(170,103,39); }
td.TdClassName
{
border-color: #AA6727;
}
.TagClassName
{
border-color: #AA6727;
}
</style>