Shades of Mai Tai #AA632E
Tints of Mai Tai #AA632E
RGB
CMYK
RGB Variations
Color information
#AA632E (or 0xAA632E) is known color: Mai Tai. HEX triplet: AA, 63 and 2E. RGB value is (170,99,46). Sum of RGB (Red+Green+Blue) = 170+99+46=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA632E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA632E is #559CD1. Grayscale: #727272. Windows color (decimal): -5610706 or 3040170. OLE color: 3040170.
HSL color Cylindrical-coordinate representation of color #AA632E: hue angle of 25.65º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA632E is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 46 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.33 |
| HSL | 25.65º | 0.57% | 0.42% | - |
| HSV(B) | 25.65º | 0.73% | 0.67% | - |
| XYZ | 21.53 | 17.67 | 4.86 | - |
| YUV | 114.19 | 89.52 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 46 | 0 | 0.42 | 0.73 | 0.33 | 25.65 | 0.57 | 0.42 |
| Hex | AA | 63 | 2E | 0 | 2A | 49 | 21 | 1A | 39 | 2A |
| Octal | 252 | 143 | 56 | 0 | 52 | 111 | 41 | 32 | 71 | 52 |
| Binary | 10101010 | 1100011 | 101110 | 0 | 101010 | 1001001 | 100001 | 11010 | 111001 | 101010 |
Color Harmonies of #AA632E
Complementary color
Monochromatic Colors of #AA632E
Black with #AA632E
Text Example
Text Example
White with #AA632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA632E; }
p { color: rgb(170,99,46); }
H1.HeaderClassName
{
color: #AA632E;
}
.AnyTagClassName
{
color: #AA632E;
}
</style>
background-color css
<style>
a { background-color: #AA632E; }
a { background-color: rgb(170,99,46); }
div.DivClassName
{
background-color: #AA632E;
}
.BgClassName
{
background-color: #AA632E;
}
</style>
border-color css
<style>
span { border-color: #AA632E; }
span { border-color: rgb(170,99,46); }
td.TdClassName
{
border-color: #AA632E;
}
.TagClassName
{
border-color: #AA632E;
}
</style>