Shades of Mai Tai #AE632F
Tints of Mai Tai #AE632F
RGB
CMYK
RGB Variations
Color information
#AE632F (or 0xAE632F) is known color: Mai Tai. HEX triplet: AE, 63 and 2F. RGB value is (174,99,47). Sum of RGB (Red+Green+Blue) = 174+99+47=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE632F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE632F is #519CD0. Grayscale: #737373. Windows color (decimal): -5348561 or 3105710. OLE color: 3105710.
HSL color Cylindrical-coordinate representation of color #AE632F: hue angle of 24.57º 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 #AE632F is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 99 | 47 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.32 |
| HSL | 24.57º | 0.57% | 0.43% | - |
| HSV(B) | 24.57º | 0.73% | 0.68% | - |
| XYZ | 22.43 | 18.13 | 5.01 | - |
| YUV | 115.5 | 89.35 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 47 | 0 | 0.43 | 0.73 | 0.32 | 24.57 | 0.57 | 0.43 |
| Hex | AE | 63 | 2F | 0 | 2B | 49 | 20 | 19 | 39 | 2B |
| Octal | 256 | 143 | 57 | 0 | 53 | 111 | 40 | 31 | 71 | 53 |
| Binary | 10101110 | 1100011 | 101111 | 0 | 101011 | 1001001 | 100000 | 11001 | 111001 | 101011 |
Color Harmonies of #AE632F
Complementary color
Monochromatic Colors of #AE632F
Black with #AE632F
Text Example
Text Example
White with #AE632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE632F; }
p { color: rgb(174,99,47); }
H1.HeaderClassName
{
color: #AE632F;
}
.AnyTagClassName
{
color: #AE632F;
}
</style>
background-color css
<style>
a { background-color: #AE632F; }
a { background-color: rgb(174,99,47); }
div.DivClassName
{
background-color: #AE632F;
}
.BgClassName
{
background-color: #AE632F;
}
</style>
border-color css
<style>
span { border-color: #AE632F; }
span { border-color: rgb(174,99,47); }
td.TdClassName
{
border-color: #AE632F;
}
.TagClassName
{
border-color: #AE632F;
}
</style>