Shades of Mai Tai #AA602D
Tints of Mai Tai #AA602D
RGB
CMYK
RGB Variations
Color information
#AA602D (or 0xAA602D) is known color: Mai Tai. HEX triplet: AA, 60 and 2D. RGB value is (170,96,45). Sum of RGB (Red+Green+Blue) = 170+96+45=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA602D is #559FD2. Grayscale: #707070. Windows color (decimal): -5611475 or 2973866. OLE color: 2973866.
HSL color Cylindrical-coordinate representation of color #AA602D: hue angle of 24.48º degrees, saturation: 0.58, 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 #AA602D is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 45 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.33 |
| HSL | 24.48º | 0.58% | 0.42% | - |
| HSV(B) | 24.48º | 0.74% | 0.67% | - |
| XYZ | 21.23 | 17.1 | 4.66 | - |
| YUV | 112.31 | 90.02 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 45 | 0 | 0.44 | 0.74 | 0.33 | 24.48 | 0.58 | 0.42 |
| Hex | AA | 60 | 2D | 0 | 2C | 4A | 21 | 18 | 3A | 2A |
| Octal | 252 | 140 | 55 | 0 | 54 | 112 | 41 | 30 | 72 | 52 |
| Binary | 10101010 | 1100000 | 101101 | 0 | 101100 | 1001010 | 100001 | 11000 | 111010 | 101010 |
Color Harmonies of #AA602D
Complementary color
Monochromatic Colors of #AA602D
Black with #AA602D
Text Example
Text Example
White with #AA602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA602D; }
p { color: rgb(170,96,45); }
H1.HeaderClassName
{
color: #AA602D;
}
.AnyTagClassName
{
color: #AA602D;
}
</style>
background-color css
<style>
a { background-color: #AA602D; }
a { background-color: rgb(170,96,45); }
div.DivClassName
{
background-color: #AA602D;
}
.BgClassName
{
background-color: #AA602D;
}
</style>
border-color css
<style>
span { border-color: #AA602D; }
span { border-color: rgb(170,96,45); }
td.TdClassName
{
border-color: #AA602D;
}
.TagClassName
{
border-color: #AA602D;
}
</style>