Shades of Mai Tai #AA682C
Tints of Mai Tai #AA682C
RGB
CMYK
RGB Variations
Color information
#AA682C (or 0xAA682C) is known color: Mai Tai. HEX triplet: AA, 68 and 2C. RGB value is (170,104,44). Sum of RGB (Red+Green+Blue) = 170+104+44=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA682C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA682C is #5597D3. Grayscale: #757575. Windows color (decimal): -5609428 or 2910378. OLE color: 2910378.
HSL color Cylindrical-coordinate representation of color #AA682C: hue angle of 28.57º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA682C is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 44 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.33 |
| HSL | 28.57º | 0.59% | 0.42% | - |
| HSV(B) | 28.57º | 0.74% | 0.67% | - |
| XYZ | 21.98 | 18.63 | 4.82 | - |
| YUV | 116.89 | 86.87 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 44 | 0 | 0.39 | 0.74 | 0.33 | 28.57 | 0.59 | 0.42 |
| Hex | AA | 68 | 2C | 0 | 27 | 4A | 21 | 1D | 3B | 2A |
| Octal | 252 | 150 | 54 | 0 | 47 | 112 | 41 | 35 | 73 | 52 |
| Binary | 10101010 | 1101000 | 101100 | 0 | 100111 | 1001010 | 100001 | 11101 | 111011 | 101010 |
Color Harmonies of #AA682C
Complementary color
Monochromatic Colors of #AA682C
Black with #AA682C
Text Example
Text Example
White with #AA682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA682C; }
p { color: rgb(170,104,44); }
H1.HeaderClassName
{
color: #AA682C;
}
.AnyTagClassName
{
color: #AA682C;
}
</style>
background-color css
<style>
a { background-color: #AA682C; }
a { background-color: rgb(170,104,44); }
div.DivClassName
{
background-color: #AA682C;
}
.BgClassName
{
background-color: #AA682C;
}
</style>
border-color css
<style>
span { border-color: #AA682C; }
span { border-color: rgb(170,104,44); }
td.TdClassName
{
border-color: #AA682C;
}
.TagClassName
{
border-color: #AA682C;
}
</style>