Shades of Mai Tai #AE6534
Tints of Mai Tai #AE6534
RGB
CMYK
RGB Variations
Color information
#AE6534 (or 0xAE6534) is known color: Mai Tai. HEX triplet: AE, 65 and 34. RGB value is (174,101,52). Sum of RGB (Red+Green+Blue) = 174+101+52=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6534 is #519ACB. Grayscale: #757575. Windows color (decimal): -5348044 or 3433902. OLE color: 3433902.
HSL color Cylindrical-coordinate representation of color #AE6534: hue angle of 24.1º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE6534 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 52 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.32 |
| HSL | 24.1º | 0.54% | 0.44% | - |
| HSV(B) | 24.1º | 0.7% | 0.68% | - |
| XYZ | 22.73 | 18.55 | 5.63 | - |
| YUV | 117.24 | 91.18 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 52 | 0 | 0.42 | 0.70 | 0.32 | 24.1 | 0.54 | 0.44 |
| Hex | AE | 65 | 34 | 0 | 2A | 46 | 20 | 18 | 36 | 2C |
| Octal | 256 | 145 | 64 | 0 | 52 | 106 | 40 | 30 | 66 | 54 |
| Binary | 10101110 | 1100101 | 110100 | 0 | 101010 | 1000110 | 100000 | 11000 | 110110 | 101100 |
Color Harmonies of #AE6534
Complementary color
Monochromatic Colors of #AE6534
Black with #AE6534
Text Example
Text Example
White with #AE6534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6534; }
p { color: rgb(174,101,52); }
H1.HeaderClassName
{
color: #AE6534;
}
.AnyTagClassName
{
color: #AE6534;
}
</style>
background-color css
<style>
a { background-color: #AE6534; }
a { background-color: rgb(174,101,52); }
div.DivClassName
{
background-color: #AE6534;
}
.BgClassName
{
background-color: #AE6534;
}
</style>
border-color css
<style>
span { border-color: #AE6534; }
span { border-color: rgb(174,101,52); }
td.TdClassName
{
border-color: #AE6534;
}
.TagClassName
{
border-color: #AE6534;
}
</style>