Shades of Mai Tai #AA682E
Tints of Mai Tai #AA682E
RGB
CMYK
RGB Variations
Color information
#AA682E (or 0xAA682E) is known color: Mai Tai. HEX triplet: AA, 68 and 2E. RGB value is (170,104,46). Sum of RGB (Red+Green+Blue) = 170+104+46=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA682E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA682E is #5597D1. Grayscale: #757575. Windows color (decimal): -5609426 or 3041450. OLE color: 3041450.
HSL color Cylindrical-coordinate representation of color #AA682E: hue angle of 28.06º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA682E is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 46 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.33 |
| HSL | 28.06º | 0.57% | 0.42% | - |
| HSV(B) | 28.06º | 0.73% | 0.67% | - |
| XYZ | 22.02 | 18.64 | 5.02 | - |
| YUV | 117.12 | 87.87 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 46 | 0 | 0.39 | 0.73 | 0.33 | 28.06 | 0.57 | 0.42 |
| Hex | AA | 68 | 2E | 0 | 27 | 49 | 21 | 1C | 39 | 2A |
| Octal | 252 | 150 | 56 | 0 | 47 | 111 | 41 | 34 | 71 | 52 |
| Binary | 10101010 | 1101000 | 101110 | 0 | 100111 | 1001001 | 100001 | 11100 | 111001 | 101010 |
Color Harmonies of #AA682E
Complementary color
Monochromatic Colors of #AA682E
Black with #AA682E
Text Example
Text Example
White with #AA682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA682E; }
p { color: rgb(170,104,46); }
H1.HeaderClassName
{
color: #AA682E;
}
.AnyTagClassName
{
color: #AA682E;
}
</style>
background-color css
<style>
a { background-color: #AA682E; }
a { background-color: rgb(170,104,46); }
div.DivClassName
{
background-color: #AA682E;
}
.BgClassName
{
background-color: #AA682E;
}
</style>
border-color css
<style>
span { border-color: #AA682E; }
span { border-color: rgb(170,104,46); }
td.TdClassName
{
border-color: #AA682E;
}
.TagClassName
{
border-color: #AA682E;
}
</style>