Shades of Mai Tai #AE6528
Tints of Mai Tai #AE6528
RGB
CMYK
RGB Variations
Color information
#AE6528 (or 0xAE6528) is known color: Mai Tai. HEX triplet: AE, 65 and 28. RGB value is (174,101,40). Sum of RGB (Red+Green+Blue) = 174+101+40=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6528 is #519AD7. Grayscale: #747474. Windows color (decimal): -5348056 or 2647470. OLE color: 2647470.
HSL color Cylindrical-coordinate representation of color #AE6528: hue angle of 27.31º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE6528 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 40 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.32 |
| HSL | 27.31º | 0.63% | 0.42% | - |
| HSV(B) | 27.31º | 0.77% | 0.68% | - |
| XYZ | 22.49 | 18.46 | 4.39 | - |
| YUV | 115.87 | 85.18 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 40 | 0 | 0.42 | 0.77 | 0.32 | 27.31 | 0.63 | 0.42 |
| Hex | AE | 65 | 28 | 0 | 2A | 4D | 20 | 1B | 3F | 2A |
| Octal | 256 | 145 | 50 | 0 | 52 | 115 | 40 | 33 | 77 | 52 |
| Binary | 10101110 | 1100101 | 101000 | 0 | 101010 | 1001101 | 100000 | 11011 | 111111 | 101010 |
Color Harmonies of #AE6528
Complementary color
Monochromatic Colors of #AE6528
Black with #AE6528
Text Example
Text Example
White with #AE6528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6528; }
p { color: rgb(174,101,40); }
H1.HeaderClassName
{
color: #AE6528;
}
.AnyTagClassName
{
color: #AE6528;
}
</style>
background-color css
<style>
a { background-color: #AE6528; }
a { background-color: rgb(174,101,40); }
div.DivClassName
{
background-color: #AE6528;
}
.BgClassName
{
background-color: #AE6528;
}
</style>
border-color css
<style>
span { border-color: #AE6528; }
span { border-color: rgb(174,101,40); }
td.TdClassName
{
border-color: #AE6528;
}
.TagClassName
{
border-color: #AE6528;
}
</style>