Shades of Mai Tai #AE662F
Tints of Mai Tai #AE662F
RGB
CMYK
RGB Variations
Color information
#AE662F (or 0xAE662F) is known color: Mai Tai. HEX triplet: AE, 66 and 2F. RGB value is (174,102,47). Sum of RGB (Red+Green+Blue) = 174+102+47=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE662F is #5199D0. Grayscale: #757575. Windows color (decimal): -5347793 or 3106478. OLE color: 3106478.
HSL color Cylindrical-coordinate representation of color #AE662F: hue angle of 25.98º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE662F is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 47 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.32 |
| HSL | 25.98º | 0.57% | 0.43% | - |
| HSV(B) | 25.98º | 0.73% | 0.68% | - |
| XYZ | 22.72 | 18.71 | 5.1 | - |
| YUV | 117.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 47 | 0 | 0.41 | 0.73 | 0.32 | 25.98 | 0.57 | 0.43 |
| Hex | AE | 66 | 2F | 0 | 29 | 49 | 20 | 1A | 39 | 2B |
| Octal | 256 | 146 | 57 | 0 | 51 | 111 | 40 | 32 | 71 | 53 |
| Binary | 10101110 | 1100110 | 101111 | 0 | 101001 | 1001001 | 100000 | 11010 | 111001 | 101011 |
Color Harmonies of #AE662F
Complementary color
Monochromatic Colors of #AE662F
Black with #AE662F
Text Example
Text Example
White with #AE662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE662F; }
p { color: rgb(174,102,47); }
H1.HeaderClassName
{
color: #AE662F;
}
.AnyTagClassName
{
color: #AE662F;
}
</style>
background-color css
<style>
a { background-color: #AE662F; }
a { background-color: rgb(174,102,47); }
div.DivClassName
{
background-color: #AE662F;
}
.BgClassName
{
background-color: #AE662F;
}
</style>
border-color css
<style>
span { border-color: #AE662F; }
span { border-color: rgb(174,102,47); }
td.TdClassName
{
border-color: #AE662F;
}
.TagClassName
{
border-color: #AE662F;
}
</style>