Shades of Mai Tai #AE671D
Tints of Mai Tai #AE671D
RGB
CMYK
RGB Variations
Color information
#AE671D (or 0xAE671D) is known color: Mai Tai. HEX triplet: AE, 67 and 1D. RGB value is (174,103,29). Sum of RGB (Red+Green+Blue) = 174+103+29=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE671D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE671D is #5198E2. Grayscale: #747474. Windows color (decimal): -5347555 or 1927086. OLE color: 1927086.
HSL color Cylindrical-coordinate representation of color #AE671D: hue angle of 30.62º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE671D is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 29 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.32 |
| HSL | 30.62º | 0.71% | 0.4% | - |
| HSV(B) | 30.62º | 0.83% | 0.68% | - |
| XYZ | 22.53 | 18.79 | 3.6 | - |
| YUV | 115.79 | 79.02 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 29 | 0 | 0.41 | 0.83 | 0.32 | 30.62 | 0.71 | 0.4 |
| Hex | AE | 67 | 1D | 0 | 29 | 53 | 20 | 1F | 47 | 28 |
| Octal | 256 | 147 | 35 | 0 | 51 | 123 | 40 | 37 | 107 | 50 |
| Binary | 10101110 | 1100111 | 11101 | 0 | 101001 | 1010011 | 100000 | 11111 | 1000111 | 101000 |
Color Harmonies of #AE671D
Complementary color
Monochromatic Colors of #AE671D
Black with #AE671D
Text Example
Text Example
White with #AE671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE671D; }
p { color: rgb(174,103,29); }
H1.HeaderClassName
{
color: #AE671D;
}
.AnyTagClassName
{
color: #AE671D;
}
</style>
background-color css
<style>
a { background-color: #AE671D; }
a { background-color: rgb(174,103,29); }
div.DivClassName
{
background-color: #AE671D;
}
.BgClassName
{
background-color: #AE671D;
}
</style>
border-color css
<style>
span { border-color: #AE671D; }
span { border-color: rgb(174,103,29); }
td.TdClassName
{
border-color: #AE671D;
}
.TagClassName
{
border-color: #AE671D;
}
</style>