Shades of Mai Tai #AA6928
Tints of Mai Tai #AA6928
RGB
CMYK
RGB Variations
Color information
#AA6928 (or 0xAA6928) is known color: Mai Tai. HEX triplet: AA, 69 and 28. RGB value is (170,105,40). Sum of RGB (Red+Green+Blue) = 170+105+40=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6928 is #5596D7. Grayscale: #757575. Windows color (decimal): -5609176 or 2648490. OLE color: 2648490.
HSL color Cylindrical-coordinate representation of color #AA6928: hue angle of 30º 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 #AA6928 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 40 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.33 |
| HSL | 30º | 0.62% | 0.41% | - |
| HSV(B) | 30º | 0.76% | 0.67% | - |
| XYZ | 22.01 | 18.8 | 4.48 | - |
| YUV | 117.03 | 84.53 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 40 | 0 | 0.38 | 0.76 | 0.33 | 30 | 0.62 | 0.41 |
| Hex | AA | 69 | 28 | 0 | 26 | 4C | 21 | 1E | 3E | 29 |
| Octal | 252 | 151 | 50 | 0 | 46 | 114 | 41 | 36 | 76 | 51 |
| Binary | 10101010 | 1101001 | 101000 | 0 | 100110 | 1001100 | 100001 | 11110 | 111110 | 101001 |
Color Harmonies of #AA6928
Complementary color
Monochromatic Colors of #AA6928
Black with #AA6928
Text Example
Text Example
White with #AA6928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6928; }
p { color: rgb(170,105,40); }
H1.HeaderClassName
{
color: #AA6928;
}
.AnyTagClassName
{
color: #AA6928;
}
</style>
background-color css
<style>
a { background-color: #AA6928; }
a { background-color: rgb(170,105,40); }
div.DivClassName
{
background-color: #AA6928;
}
.BgClassName
{
background-color: #AA6928;
}
</style>
border-color css
<style>
span { border-color: #AA6928; }
span { border-color: rgb(170,105,40); }
td.TdClassName
{
border-color: #AA6928;
}
.TagClassName
{
border-color: #AA6928;
}
</style>