Shades of Mai Tai #AA6A28
Tints of Mai Tai #AA6A28
RGB
CMYK
RGB Variations
Color information
#AA6A28 (or 0xAA6A28) is known color: Mai Tai. HEX triplet: AA, 6A and 28. RGB value is (170,106,40). Sum of RGB (Red+Green+Blue) = 170+106+40=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A28 is #5595D7. Grayscale: #757575. Windows color (decimal): -5608920 or 2648746. OLE color: 2648746.
HSL color Cylindrical-coordinate representation of color #AA6A28: hue angle of 30.46º 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 #AA6A28 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 40 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.33 |
| HSL | 30.46º | 0.62% | 0.41% | - |
| HSV(B) | 30.46º | 0.76% | 0.67% | - |
| XYZ | 22.11 | 19.01 | 4.51 | - |
| YUV | 117.61 | 84.2 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 40 | 0 | 0.38 | 0.76 | 0.33 | 30.46 | 0.62 | 0.41 |
| Hex | AA | 6A | 28 | 0 | 26 | 4C | 21 | 1E | 3E | 29 |
| Octal | 252 | 152 | 50 | 0 | 46 | 114 | 41 | 36 | 76 | 51 |
| Binary | 10101010 | 1101010 | 101000 | 0 | 100110 | 1001100 | 100001 | 11110 | 111110 | 101001 |
Color Harmonies of #AA6A28
Complementary color
Monochromatic Colors of #AA6A28
Black with #AA6A28
Text Example
Text Example
White with #AA6A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A28; }
p { color: rgb(170,106,40); }
H1.HeaderClassName
{
color: #AA6A28;
}
.AnyTagClassName
{
color: #AA6A28;
}
</style>
background-color css
<style>
a { background-color: #AA6A28; }
a { background-color: rgb(170,106,40); }
div.DivClassName
{
background-color: #AA6A28;
}
.BgClassName
{
background-color: #AA6A28;
}
</style>
border-color css
<style>
span { border-color: #AA6A28; }
span { border-color: rgb(170,106,40); }
td.TdClassName
{
border-color: #AA6A28;
}
.TagClassName
{
border-color: #AA6A28;
}
</style>