Shades of Mai Tai #AE662C
Tints of Mai Tai #AE662C
RGB
CMYK
RGB Variations
Color information
#AE662C (or 0xAE662C) is known color: Mai Tai. HEX triplet: AE, 66 and 2C. RGB value is (174,102,44). Sum of RGB (Red+Green+Blue) = 174+102+44=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE662C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE662C is #5199D3. Grayscale: #757575. Windows color (decimal): -5347796 or 2909870. OLE color: 2909870.
HSL color Cylindrical-coordinate representation of color #AE662C: hue angle of 26.77º 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 #AE662C is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 44 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.32 |
| HSL | 26.77º | 0.6% | 0.43% | - |
| HSV(B) | 26.77º | 0.75% | 0.68% | - |
| XYZ | 22.66 | 18.68 | 4.79 | - |
| YUV | 116.92 | 86.85 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 44 | 0 | 0.41 | 0.75 | 0.32 | 26.77 | 0.6 | 0.43 |
| Hex | AE | 66 | 2C | 0 | 29 | 4B | 20 | 1B | 3C | 2B |
| Octal | 256 | 146 | 54 | 0 | 51 | 113 | 40 | 33 | 74 | 53 |
| Binary | 10101110 | 1100110 | 101100 | 0 | 101001 | 1001011 | 100000 | 11011 | 111100 | 101011 |
Color Harmonies of #AE662C
Complementary color
Monochromatic Colors of #AE662C
Black with #AE662C
Text Example
Text Example
White with #AE662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE662C; }
p { color: rgb(174,102,44); }
H1.HeaderClassName
{
color: #AE662C;
}
.AnyTagClassName
{
color: #AE662C;
}
</style>
background-color css
<style>
a { background-color: #AE662C; }
a { background-color: rgb(174,102,44); }
div.DivClassName
{
background-color: #AE662C;
}
.BgClassName
{
background-color: #AE662C;
}
</style>
border-color css
<style>
span { border-color: #AE662C; }
span { border-color: rgb(174,102,44); }
td.TdClassName
{
border-color: #AE662C;
}
.TagClassName
{
border-color: #AE662C;
}
</style>