Shades of Mai Tai #AE6633
Tints of Mai Tai #AE6633
RGB
CMYK
RGB Variations
Color information
#AE6633 (or 0xAE6633) is known color: Mai Tai. HEX triplet: AE, 66 and 33. RGB value is (174,102,51). Sum of RGB (Red+Green+Blue) = 174+102+51=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6633 is #5199CC. Grayscale: #757575. Windows color (decimal): -5347789 or 3368622. OLE color: 3368622.
HSL color Cylindrical-coordinate representation of color #AE6633: hue angle of 24.88º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE6633 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 51 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.32 |
| HSL | 24.88º | 0.55% | 0.44% | - |
| HSV(B) | 24.88º | 0.71% | 0.68% | - |
| XYZ | 22.8 | 18.74 | 5.55 | - |
| YUV | 117.71 | 90.35 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 51 | 0 | 0.41 | 0.71 | 0.32 | 24.88 | 0.55 | 0.44 |
| Hex | AE | 66 | 33 | 0 | 29 | 47 | 20 | 19 | 37 | 2C |
| Octal | 256 | 146 | 63 | 0 | 51 | 107 | 40 | 31 | 67 | 54 |
| Binary | 10101110 | 1100110 | 110011 | 0 | 101001 | 1000111 | 100000 | 11001 | 110111 | 101100 |
Color Harmonies of #AE6633
Complementary color
Monochromatic Colors of #AE6633
Black with #AE6633
Text Example
Text Example
White with #AE6633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6633; }
p { color: rgb(174,102,51); }
H1.HeaderClassName
{
color: #AE6633;
}
.AnyTagClassName
{
color: #AE6633;
}
</style>
background-color css
<style>
a { background-color: #AE6633; }
a { background-color: rgb(174,102,51); }
div.DivClassName
{
background-color: #AE6633;
}
.BgClassName
{
background-color: #AE6633;
}
</style>
border-color css
<style>
span { border-color: #AE6633; }
span { border-color: rgb(174,102,51); }
td.TdClassName
{
border-color: #AE6633;
}
.TagClassName
{
border-color: #AE6633;
}
</style>