Shades of Mai Tai #AE6431
Tints of Mai Tai #AE6431
RGB
CMYK
RGB Variations
Color information
#AE6431 (or 0xAE6431) is known color: Mai Tai. HEX triplet: AE, 64 and 31. RGB value is (174,100,49). Sum of RGB (Red+Green+Blue) = 174+100+49=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6431 is #519BCE. Grayscale: #747474. Windows color (decimal): -5348303 or 3237038. OLE color: 3237038.
HSL color Cylindrical-coordinate representation of color #AE6431: hue angle of 24.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE6431 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 49 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.32 |
| HSL | 24.48º | 0.56% | 0.44% | - |
| HSV(B) | 24.48º | 0.72% | 0.68% | - |
| XYZ | 22.57 | 18.33 | 5.26 | - |
| YUV | 116.31 | 90.02 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 49 | 0 | 0.43 | 0.72 | 0.32 | 24.48 | 0.56 | 0.44 |
| Hex | AE | 64 | 31 | 0 | 2B | 48 | 20 | 18 | 38 | 2C |
| Octal | 256 | 144 | 61 | 0 | 53 | 110 | 40 | 30 | 70 | 54 |
| Binary | 10101110 | 1100100 | 110001 | 0 | 101011 | 1001000 | 100000 | 11000 | 111000 | 101100 |
Color Harmonies of #AE6431
Complementary color
Monochromatic Colors of #AE6431
Black with #AE6431
Text Example
Text Example
White with #AE6431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6431; }
p { color: rgb(174,100,49); }
H1.HeaderClassName
{
color: #AE6431;
}
.AnyTagClassName
{
color: #AE6431;
}
</style>
background-color css
<style>
a { background-color: #AE6431; }
a { background-color: rgb(174,100,49); }
div.DivClassName
{
background-color: #AE6431;
}
.BgClassName
{
background-color: #AE6431;
}
</style>
border-color css
<style>
span { border-color: #AE6431; }
span { border-color: rgb(174,100,49); }
td.TdClassName
{
border-color: #AE6431;
}
.TagClassName
{
border-color: #AE6431;
}
</style>