Shades of Mai Tai #AE642C
Tints of Mai Tai #AE642C
RGB
CMYK
RGB Variations
Color information
#AE642C (or 0xAE642C) is known color: Mai Tai. HEX triplet: AE, 64 and 2C. RGB value is (174,100,44). Sum of RGB (Red+Green+Blue) = 174+100+44=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE642C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE642C is #519BD3. Grayscale: #747474. Windows color (decimal): -5348308 or 2909358. OLE color: 2909358.
HSL color Cylindrical-coordinate representation of color #AE642C: hue angle of 25.85º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE642C is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 44 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.32 |
| HSL | 25.85º | 0.6% | 0.43% | - |
| HSV(B) | 25.85º | 0.75% | 0.68% | - |
| XYZ | 22.47 | 18.29 | 4.73 | - |
| YUV | 115.74 | 87.52 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 44 | 0 | 0.43 | 0.75 | 0.32 | 25.85 | 0.6 | 0.43 |
| Hex | AE | 64 | 2C | 0 | 2B | 4B | 20 | 1A | 3C | 2B |
| Octal | 256 | 144 | 54 | 0 | 53 | 113 | 40 | 32 | 74 | 53 |
| Binary | 10101110 | 1100100 | 101100 | 0 | 101011 | 1001011 | 100000 | 11010 | 111100 | 101011 |
Color Harmonies of #AE642C
Complementary color
Monochromatic Colors of #AE642C
Black with #AE642C
Text Example
Text Example
White with #AE642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE642C; }
p { color: rgb(174,100,44); }
H1.HeaderClassName
{
color: #AE642C;
}
.AnyTagClassName
{
color: #AE642C;
}
</style>
background-color css
<style>
a { background-color: #AE642C; }
a { background-color: rgb(174,100,44); }
div.DivClassName
{
background-color: #AE642C;
}
.BgClassName
{
background-color: #AE642C;
}
</style>
border-color css
<style>
span { border-color: #AE642C; }
span { border-color: rgb(174,100,44); }
td.TdClassName
{
border-color: #AE642C;
}
.TagClassName
{
border-color: #AE642C;
}
</style>