Shades of Mai Tai #AA652C
Tints of Mai Tai #AA652C
RGB
CMYK
RGB Variations
Color information
#AA652C (or 0xAA652C) is known color: Mai Tai. HEX triplet: AA, 65 and 2C. RGB value is (170,101,44). Sum of RGB (Red+Green+Blue) = 170+101+44=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA652C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA652C is #559AD3. Grayscale: #737373. Windows color (decimal): -5610196 or 2909610. OLE color: 2909610.
HSL color Cylindrical-coordinate representation of color #AA652C: hue angle of 27.14º 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 #AA652C is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 44 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.33 |
| HSL | 27.14º | 0.59% | 0.42% | - |
| HSV(B) | 27.14º | 0.74% | 0.67% | - |
| XYZ | 21.69 | 18.04 | 4.72 | - |
| YUV | 115.13 | 87.86 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 44 | 0 | 0.41 | 0.74 | 0.33 | 27.14 | 0.59 | 0.42 |
| Hex | AA | 65 | 2C | 0 | 29 | 4A | 21 | 1B | 3B | 2A |
| Octal | 252 | 145 | 54 | 0 | 51 | 112 | 41 | 33 | 73 | 52 |
| Binary | 10101010 | 1100101 | 101100 | 0 | 101001 | 1001010 | 100001 | 11011 | 111011 | 101010 |
Color Harmonies of #AA652C
Complementary color
Monochromatic Colors of #AA652C
Black with #AA652C
Text Example
Text Example
White with #AA652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA652C; }
p { color: rgb(170,101,44); }
H1.HeaderClassName
{
color: #AA652C;
}
.AnyTagClassName
{
color: #AA652C;
}
</style>
background-color css
<style>
a { background-color: #AA652C; }
a { background-color: rgb(170,101,44); }
div.DivClassName
{
background-color: #AA652C;
}
.BgClassName
{
background-color: #AA652C;
}
</style>
border-color css
<style>
span { border-color: #AA652C; }
span { border-color: rgb(170,101,44); }
td.TdClassName
{
border-color: #AA652C;
}
.TagClassName
{
border-color: #AA652C;
}
</style>