Shades of Mai Tai #AA622C
Tints of Mai Tai #AA622C
RGB
CMYK
RGB Variations
Color information
#AA622C (or 0xAA622C) is known color: Mai Tai. HEX triplet: AA, 62 and 2C. RGB value is (170,98,44). Sum of RGB (Red+Green+Blue) = 170+98+44=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA622C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA622C is #559DD3. Grayscale: #717171. Windows color (decimal): -5610964 or 2908842. OLE color: 2908842.
HSL color Cylindrical-coordinate representation of color #AA622C: hue angle of 25.71º 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 #AA622C is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 44 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.33 |
| HSL | 25.71º | 0.59% | 0.42% | - |
| HSV(B) | 25.71º | 0.74% | 0.67% | - |
| XYZ | 21.4 | 17.46 | 4.63 | - |
| YUV | 113.37 | 88.85 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 44 | 0 | 0.42 | 0.74 | 0.33 | 25.71 | 0.59 | 0.42 |
| Hex | AA | 62 | 2C | 0 | 2A | 4A | 21 | 1A | 3B | 2A |
| Octal | 252 | 142 | 54 | 0 | 52 | 112 | 41 | 32 | 73 | 52 |
| Binary | 10101010 | 1100010 | 101100 | 0 | 101010 | 1001010 | 100001 | 11010 | 111011 | 101010 |
Color Harmonies of #AA622C
Complementary color
Monochromatic Colors of #AA622C
Black with #AA622C
Text Example
Text Example
White with #AA622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA622C; }
p { color: rgb(170,98,44); }
H1.HeaderClassName
{
color: #AA622C;
}
.AnyTagClassName
{
color: #AA622C;
}
</style>
background-color css
<style>
a { background-color: #AA622C; }
a { background-color: rgb(170,98,44); }
div.DivClassName
{
background-color: #AA622C;
}
.BgClassName
{
background-color: #AA622C;
}
</style>
border-color css
<style>
span { border-color: #AA622C; }
span { border-color: rgb(170,98,44); }
td.TdClassName
{
border-color: #AA622C;
}
.TagClassName
{
border-color: #AA622C;
}
</style>