Shades of Mai Tai #AA651E
Tints of Mai Tai #AA651E
RGB
CMYK
RGB Variations
Color information
#AA651E (or 0xAA651E) is known color: Mai Tai. HEX triplet: AA, 65 and 1E. RGB value is (170,101,30). Sum of RGB (Red+Green+Blue) = 170+101+30=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA651E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA651E is #559AE1. Grayscale: #717171. Windows color (decimal): -5610210 or 1992106. OLE color: 1992106.
HSL color Cylindrical-coordinate representation of color #AA651E: hue angle of 30.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA651E is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 30 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.33 |
| HSL | 30.43º | 0.7% | 0.39% | - |
| HSV(B) | 30.43º | 0.82% | 0.67% | - |
| XYZ | 21.47 | 17.95 | 3.56 | - |
| YUV | 113.54 | 80.86 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 30 | 0 | 0.41 | 0.82 | 0.33 | 30.43 | 0.7 | 0.39 |
| Hex | AA | 65 | 1E | 0 | 29 | 52 | 21 | 1E | 46 | 27 |
| Octal | 252 | 145 | 36 | 0 | 51 | 122 | 41 | 36 | 106 | 47 |
| Binary | 10101010 | 1100101 | 11110 | 0 | 101001 | 1010010 | 100001 | 11110 | 1000110 | 100111 |
Color Harmonies of #AA651E
Complementary color
Monochromatic Colors of #AA651E
Black with #AA651E
Text Example
Text Example
White with #AA651E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA651E; }
p { color: rgb(170,101,30); }
H1.HeaderClassName
{
color: #AA651E;
}
.AnyTagClassName
{
color: #AA651E;
}
</style>
background-color css
<style>
a { background-color: #AA651E; }
a { background-color: rgb(170,101,30); }
div.DivClassName
{
background-color: #AA651E;
}
.BgClassName
{
background-color: #AA651E;
}
</style>
border-color css
<style>
span { border-color: #AA651E; }
span { border-color: rgb(170,101,30); }
td.TdClassName
{
border-color: #AA651E;
}
.TagClassName
{
border-color: #AA651E;
}
</style>