Shades of Mai Tai #AE6521
Tints of Mai Tai #AE6521
RGB
CMYK
RGB Variations
Color information
#AE6521 (or 0xAE6521) is known color: Mai Tai. HEX triplet: AE, 65 and 21. RGB value is (174,101,33). Sum of RGB (Red+Green+Blue) = 174+101+33=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6521 is #519ADE. Grayscale: #737373. Windows color (decimal): -5348063 or 2188718. OLE color: 2188718.
HSL color Cylindrical-coordinate representation of color #AE6521: hue angle of 28.94º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE6521 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 33 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.32 |
| HSL | 28.94º | 0.68% | 0.41% | - |
| HSV(B) | 28.94º | 0.81% | 0.68% | - |
| XYZ | 22.38 | 18.42 | 3.81 | - |
| YUV | 115.08 | 81.68 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 33 | 0 | 0.42 | 0.81 | 0.32 | 28.94 | 0.68 | 0.41 |
| Hex | AE | 65 | 21 | 0 | 2A | 51 | 20 | 1D | 44 | 29 |
| Octal | 256 | 145 | 41 | 0 | 52 | 121 | 40 | 35 | 104 | 51 |
| Binary | 10101110 | 1100101 | 100001 | 0 | 101010 | 1010001 | 100000 | 11101 | 1000100 | 101001 |
Color Harmonies of #AE6521
Complementary color
Monochromatic Colors of #AE6521
Black with #AE6521
Text Example
Text Example
White with #AE6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6521; }
p { color: rgb(174,101,33); }
H1.HeaderClassName
{
color: #AE6521;
}
.AnyTagClassName
{
color: #AE6521;
}
</style>
background-color css
<style>
a { background-color: #AE6521; }
a { background-color: rgb(174,101,33); }
div.DivClassName
{
background-color: #AE6521;
}
.BgClassName
{
background-color: #AE6521;
}
</style>
border-color css
<style>
span { border-color: #AE6521; }
span { border-color: rgb(174,101,33); }
td.TdClassName
{
border-color: #AE6521;
}
.TagClassName
{
border-color: #AE6521;
}
</style>