Shades of Mai Tai #A66228
Tints of Mai Tai #A66228
RGB
CMYK
RGB Variations
Color information
#A66228 (or 0xA66228) is known color: Mai Tai. HEX triplet: A6, 62 and 28. RGB value is (166,98,40). Sum of RGB (Red+Green+Blue) = 166+98+40=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A66228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66228 is #599DD7. Grayscale: #707070. Windows color (decimal): -5873112 or 2646694. OLE color: 2646694.
HSL color Cylindrical-coordinate representation of color #A66228: hue angle of 27.62º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A66228 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 98 | 40 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.35 |
| HSL | 27.62º | 0.61% | 0.4% | - |
| HSV(B) | 27.62º | 0.76% | 0.65% | - |
| XYZ | 20.48 | 17 | 4.21 | - |
| YUV | 111.72 | 87.53 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 40 | 0 | 0.41 | 0.76 | 0.35 | 27.62 | 0.61 | 0.4 |
| Hex | A6 | 62 | 28 | 0 | 29 | 4C | 23 | 1C | 3D | 28 |
| Octal | 246 | 142 | 50 | 0 | 51 | 114 | 43 | 34 | 75 | 50 |
| Binary | 10100110 | 1100010 | 101000 | 0 | 101001 | 1001100 | 100011 | 11100 | 111101 | 101000 |
Color Harmonies of #A66228
Complementary color
Monochromatic Colors of #A66228
Black with #A66228
Text Example
Text Example
White with #A66228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66228; }
p { color: rgb(166,98,40); }
H1.HeaderClassName
{
color: #A66228;
}
.AnyTagClassName
{
color: #A66228;
}
</style>
background-color css
<style>
a { background-color: #A66228; }
a { background-color: rgb(166,98,40); }
div.DivClassName
{
background-color: #A66228;
}
.BgClassName
{
background-color: #A66228;
}
</style>
border-color css
<style>
span { border-color: #A66228; }
span { border-color: rgb(166,98,40); }
td.TdClassName
{
border-color: #A66228;
}
.TagClassName
{
border-color: #A66228;
}
</style>