Shades of Mai Tai #AE6220
Tints of Mai Tai #AE6220
RGB
CMYK
RGB Variations
Color information
#AE6220 (or 0xAE6220) is known color: Mai Tai. HEX triplet: AE, 62 and 20. RGB value is (174,98,32). Sum of RGB (Red+Green+Blue) = 174+98+32=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6220 is #519DDF. Grayscale: #717171. Windows color (decimal): -5348832 or 2122414. OLE color: 2122414.
HSL color Cylindrical-coordinate representation of color #AE6220: hue angle of 27.89º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE6220 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 98 | 32 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.32 |
| HSL | 27.89º | 0.69% | 0.4% | - |
| HSV(B) | 27.89º | 0.82% | 0.68% | - |
| XYZ | 22.08 | 17.84 | 3.65 | - |
| YUV | 113.2 | 82.18 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 32 | 0 | 0.44 | 0.82 | 0.32 | 27.89 | 0.69 | 0.4 |
| Hex | AE | 62 | 20 | 0 | 2C | 52 | 20 | 1C | 45 | 28 |
| Octal | 256 | 142 | 40 | 0 | 54 | 122 | 40 | 34 | 105 | 50 |
| Binary | 10101110 | 1100010 | 100000 | 0 | 101100 | 1010010 | 100000 | 11100 | 1000101 | 101000 |
Color Harmonies of #AE6220
Complementary color
Monochromatic Colors of #AE6220
Black with #AE6220
Text Example
Text Example
White with #AE6220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6220; }
p { color: rgb(174,98,32); }
H1.HeaderClassName
{
color: #AE6220;
}
.AnyTagClassName
{
color: #AE6220;
}
</style>
background-color css
<style>
a { background-color: #AE6220; }
a { background-color: rgb(174,98,32); }
div.DivClassName
{
background-color: #AE6220;
}
.BgClassName
{
background-color: #AE6220;
}
</style>
border-color css
<style>
span { border-color: #AE6220; }
span { border-color: rgb(174,98,32); }
td.TdClassName
{
border-color: #AE6220;
}
.TagClassName
{
border-color: #AE6220;
}
</style>