Shades of Mai Tai #AA652D
Tints of Mai Tai #AA652D
RGB
CMYK
RGB Variations
Color information
#AA652D (or 0xAA652D) is known color: Mai Tai. HEX triplet: AA, 65 and 2D. RGB value is (170,101,45). Sum of RGB (Red+Green+Blue) = 170+101+45=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA652D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA652D is #559AD2. Grayscale: #737373. Windows color (decimal): -5610195 or 2975146. OLE color: 2975146.
HSL color Cylindrical-coordinate representation of color #AA652D: hue angle of 26.88º 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 #AA652D is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 45 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.33 |
| HSL | 26.88º | 0.58% | 0.42% | - |
| HSV(B) | 26.88º | 0.74% | 0.67% | - |
| XYZ | 21.7 | 18.04 | 4.82 | - |
| YUV | 115.25 | 88.36 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 45 | 0 | 0.41 | 0.74 | 0.33 | 26.88 | 0.58 | 0.42 |
| Hex | AA | 65 | 2D | 0 | 29 | 4A | 21 | 1B | 3A | 2A |
| Octal | 252 | 145 | 55 | 0 | 51 | 112 | 41 | 33 | 72 | 52 |
| Binary | 10101010 | 1100101 | 101101 | 0 | 101001 | 1001010 | 100001 | 11011 | 111010 | 101010 |
Color Harmonies of #AA652D
Complementary color
Monochromatic Colors of #AA652D
Black with #AA652D
Text Example
Text Example
White with #AA652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA652D; }
p { color: rgb(170,101,45); }
H1.HeaderClassName
{
color: #AA652D;
}
.AnyTagClassName
{
color: #AA652D;
}
</style>
background-color css
<style>
a { background-color: #AA652D; }
a { background-color: rgb(170,101,45); }
div.DivClassName
{
background-color: #AA652D;
}
.BgClassName
{
background-color: #AA652D;
}
</style>
border-color css
<style>
span { border-color: #AA652D; }
span { border-color: rgb(170,101,45); }
td.TdClassName
{
border-color: #AA652D;
}
.TagClassName
{
border-color: #AA652D;
}
</style>