Shades of Mai Tai #AA6826
Tints of Mai Tai #AA6826
RGB
CMYK
RGB Variations
Color information
#AA6826 (or 0xAA6826) is known color: Mai Tai. HEX triplet: AA, 68 and 26. RGB value is (170,104,38). Sum of RGB (Red+Green+Blue) = 170+104+38=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6826 is #5597D9. Grayscale: #747474. Windows color (decimal): -5609434 or 2517162. OLE color: 2517162.
HSL color Cylindrical-coordinate representation of color #AA6826: hue angle of 30º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA6826 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 38 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.33 |
| HSL | 30º | 0.63% | 0.41% | - |
| HSV(B) | 30º | 0.78% | 0.67% | - |
| XYZ | 21.88 | 18.59 | 4.27 | - |
| YUV | 116.21 | 83.87 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 38 | 0 | 0.39 | 0.78 | 0.33 | 30 | 0.63 | 0.41 |
| Hex | AA | 68 | 26 | 0 | 27 | 4E | 21 | 1E | 3F | 29 |
| Octal | 252 | 150 | 46 | 0 | 47 | 116 | 41 | 36 | 77 | 51 |
| Binary | 10101010 | 1101000 | 100110 | 0 | 100111 | 1001110 | 100001 | 11110 | 111111 | 101001 |
Color Harmonies of #AA6826
Complementary color
Monochromatic Colors of #AA6826
Black with #AA6826
Text Example
Text Example
White with #AA6826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6826; }
p { color: rgb(170,104,38); }
H1.HeaderClassName
{
color: #AA6826;
}
.AnyTagClassName
{
color: #AA6826;
}
</style>
background-color css
<style>
a { background-color: #AA6826; }
a { background-color: rgb(170,104,38); }
div.DivClassName
{
background-color: #AA6826;
}
.BgClassName
{
background-color: #AA6826;
}
</style>
border-color css
<style>
span { border-color: #AA6826; }
span { border-color: rgb(170,104,38); }
td.TdClassName
{
border-color: #AA6826;
}
.TagClassName
{
border-color: #AA6826;
}
</style>