Shades of Mai Tai #AE642D
Tints of Mai Tai #AE642D
RGB
CMYK
RGB Variations
Color information
#AE642D (or 0xAE642D) is known color: Mai Tai. HEX triplet: AE, 64 and 2D. RGB value is (174,100,45). Sum of RGB (Red+Green+Blue) = 174+100+45=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE642D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE642D is #519BD2. Grayscale: #747474. Windows color (decimal): -5348307 or 2974894. OLE color: 2974894.
HSL color Cylindrical-coordinate representation of color #AE642D: hue angle of 25.58º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE642D is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 45 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.32 |
| HSL | 25.58º | 0.59% | 0.43% | - |
| HSV(B) | 25.58º | 0.74% | 0.68% | - |
| XYZ | 22.49 | 18.3 | 4.83 | - |
| YUV | 115.86 | 88.02 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 45 | 0 | 0.43 | 0.74 | 0.32 | 25.58 | 0.59 | 0.43 |
| Hex | AE | 64 | 2D | 0 | 2B | 4A | 20 | 1A | 3B | 2B |
| Octal | 256 | 144 | 55 | 0 | 53 | 112 | 40 | 32 | 73 | 53 |
| Binary | 10101110 | 1100100 | 101101 | 0 | 101011 | 1001010 | 100000 | 11010 | 111011 | 101011 |
Color Harmonies of #AE642D
Complementary color
Monochromatic Colors of #AE642D
Black with #AE642D
Text Example
Text Example
White with #AE642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE642D; }
p { color: rgb(174,100,45); }
H1.HeaderClassName
{
color: #AE642D;
}
.AnyTagClassName
{
color: #AE642D;
}
</style>
background-color css
<style>
a { background-color: #AE642D; }
a { background-color: rgb(174,100,45); }
div.DivClassName
{
background-color: #AE642D;
}
.BgClassName
{
background-color: #AE642D;
}
</style>
border-color css
<style>
span { border-color: #AE642D; }
span { border-color: rgb(174,100,45); }
td.TdClassName
{
border-color: #AE642D;
}
.TagClassName
{
border-color: #AE642D;
}
</style>