Shades of Mai Tai #AE622C
Tints of Mai Tai #AE622C
RGB
CMYK
RGB Variations
Color information
#AE622C (or 0xAE622C) is known color: Mai Tai. HEX triplet: AE, 62 and 2C. RGB value is (174,98,44). Sum of RGB (Red+Green+Blue) = 174+98+44=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE622C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE622C is #519DD3. Grayscale: #727272. Windows color (decimal): -5348820 or 2908846. OLE color: 2908846.
HSL color Cylindrical-coordinate representation of color #AE622C: hue angle of 24.92º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE622C is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 98 | 44 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.32 |
| HSL | 24.92º | 0.6% | 0.43% | - |
| HSV(B) | 24.92º | 0.75% | 0.68% | - |
| XYZ | 22.28 | 17.92 | 4.67 | - |
| YUV | 114.57 | 88.18 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 44 | 0 | 0.44 | 0.75 | 0.32 | 24.92 | 0.6 | 0.43 |
| Hex | AE | 62 | 2C | 0 | 2C | 4B | 20 | 19 | 3C | 2B |
| Octal | 256 | 142 | 54 | 0 | 54 | 113 | 40 | 31 | 74 | 53 |
| Binary | 10101110 | 1100010 | 101100 | 0 | 101100 | 1001011 | 100000 | 11001 | 111100 | 101011 |
Color Harmonies of #AE622C
Complementary color
Monochromatic Colors of #AE622C
Black with #AE622C
Text Example
Text Example
White with #AE622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE622C; }
p { color: rgb(174,98,44); }
H1.HeaderClassName
{
color: #AE622C;
}
.AnyTagClassName
{
color: #AE622C;
}
</style>
background-color css
<style>
a { background-color: #AE622C; }
a { background-color: rgb(174,98,44); }
div.DivClassName
{
background-color: #AE622C;
}
.BgClassName
{
background-color: #AE622C;
}
</style>
border-color css
<style>
span { border-color: #AE622C; }
span { border-color: rgb(174,98,44); }
td.TdClassName
{
border-color: #AE622C;
}
.TagClassName
{
border-color: #AE622C;
}
</style>