Shades of Mai Tai #AE6323
Tints of Mai Tai #AE6323
RGB
CMYK
RGB Variations
Color information
#AE6323 (or 0xAE6323) is known color: Mai Tai. HEX triplet: AE, 63 and 23. RGB value is (174,99,35). Sum of RGB (Red+Green+Blue) = 174+99+35=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6323 is #519CDC. Grayscale: #727272. Windows color (decimal): -5348573 or 2319278. OLE color: 2319278.
HSL color Cylindrical-coordinate representation of color #AE6323: hue angle of 27.63º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE6323 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 99 | 35 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.32 |
| HSL | 27.63º | 0.67% | 0.41% | - |
| HSV(B) | 27.63º | 0.8% | 0.68% | - |
| XYZ | 22.22 | 18.04 | 3.9 | - |
| YUV | 114.13 | 83.35 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 35 | 0 | 0.43 | 0.80 | 0.32 | 27.63 | 0.67 | 0.41 |
| Hex | AE | 63 | 23 | 0 | 2B | 50 | 20 | 1C | 43 | 29 |
| Octal | 256 | 143 | 43 | 0 | 53 | 120 | 40 | 34 | 103 | 51 |
| Binary | 10101110 | 1100011 | 100011 | 0 | 101011 | 1010000 | 100000 | 11100 | 1000011 | 101001 |
Color Harmonies of #AE6323
Complementary color
Monochromatic Colors of #AE6323
Black with #AE6323
Text Example
Text Example
White with #AE6323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6323; }
p { color: rgb(174,99,35); }
H1.HeaderClassName
{
color: #AE6323;
}
.AnyTagClassName
{
color: #AE6323;
}
</style>
background-color css
<style>
a { background-color: #AE6323; }
a { background-color: rgb(174,99,35); }
div.DivClassName
{
background-color: #AE6323;
}
.BgClassName
{
background-color: #AE6323;
}
</style>
border-color css
<style>
span { border-color: #AE6323; }
span { border-color: rgb(174,99,35); }
td.TdClassName
{
border-color: #AE6323;
}
.TagClassName
{
border-color: #AE6323;
}
</style>