Shades of Mai Tai #AA652A
Tints of Mai Tai #AA652A
RGB
CMYK
RGB Variations
Color information
#AA652A (or 0xAA652A) is known color: Mai Tai. HEX triplet: AA, 65 and 2A. RGB value is (170,101,42). Sum of RGB (Red+Green+Blue) = 170+101+42=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA652A is #559AD5. Grayscale: #737373. Windows color (decimal): -5610198 or 2778538. OLE color: 2778538.
HSL color Cylindrical-coordinate representation of color #AA652A: hue angle of 27.66º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA652A is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 42 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.33 |
| HSL | 27.66º | 0.6% | 0.42% | - |
| HSV(B) | 27.66º | 0.75% | 0.67% | - |
| XYZ | 21.65 | 18.02 | 4.53 | - |
| YUV | 114.91 | 86.86 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 42 | 0 | 0.41 | 0.75 | 0.33 | 27.66 | 0.6 | 0.42 |
| Hex | AA | 65 | 2A | 0 | 29 | 4B | 21 | 1C | 3C | 2A |
| Octal | 252 | 145 | 52 | 0 | 51 | 113 | 41 | 34 | 74 | 52 |
| Binary | 10101010 | 1100101 | 101010 | 0 | 101001 | 1001011 | 100001 | 11100 | 111100 | 101010 |
Color Harmonies of #AA652A
Complementary color
Monochromatic Colors of #AA652A
Black with #AA652A
Text Example
Text Example
White with #AA652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA652A; }
p { color: rgb(170,101,42); }
H1.HeaderClassName
{
color: #AA652A;
}
.AnyTagClassName
{
color: #AA652A;
}
</style>
background-color css
<style>
a { background-color: #AA652A; }
a { background-color: rgb(170,101,42); }
div.DivClassName
{
background-color: #AA652A;
}
.BgClassName
{
background-color: #AA652A;
}
</style>
border-color css
<style>
span { border-color: #AA652A; }
span { border-color: rgb(170,101,42); }
td.TdClassName
{
border-color: #AA652A;
}
.TagClassName
{
border-color: #AA652A;
}
</style>