Shades of Mai Tai #A16629
Tints of Mai Tai #A16629
RGB
CMYK
RGB Variations
Color information
#A16629 (or 0xA16629) is known color: Mai Tai. HEX triplet: A1, 66 and 29. RGB value is (161,102,41). Sum of RGB (Red+Green+Blue) = 161+102+41=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A16629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16629 is #5E99D6. Grayscale: #707070. Windows color (decimal): -6199767 or 2713249. OLE color: 2713249.
HSL color Cylindrical-coordinate representation of color #A16629: hue angle of 30.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A16629 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 41 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.37 |
| HSL | 30.5º | 0.59% | 0.4% | - |
| HSV(B) | 30.5º | 0.75% | 0.63% | - |
| XYZ | 19.85 | 17.24 | 4.38 | - |
| YUV | 112.69 | 87.55 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 41 | 0 | 0.37 | 0.75 | 0.37 | 30.5 | 0.59 | 0.4 |
| Hex | A1 | 66 | 29 | 0 | 25 | 4B | 25 | 1E | 3B | 28 |
| Octal | 241 | 146 | 51 | 0 | 45 | 113 | 45 | 36 | 73 | 50 |
| Binary | 10100001 | 1100110 | 101001 | 0 | 100101 | 1001011 | 100101 | 11110 | 111011 | 101000 |
Color Harmonies of #A16629
Complementary color
Monochromatic Colors of #A16629
Black with #A16629
Text Example
Text Example
White with #A16629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16629; }
p { color: rgb(161,102,41); }
H1.HeaderClassName
{
color: #A16629;
}
.AnyTagClassName
{
color: #A16629;
}
</style>
background-color css
<style>
a { background-color: #A16629; }
a { background-color: rgb(161,102,41); }
div.DivClassName
{
background-color: #A16629;
}
.BgClassName
{
background-color: #A16629;
}
</style>
border-color css
<style>
span { border-color: #A16629; }
span { border-color: rgb(161,102,41); }
td.TdClassName
{
border-color: #A16629;
}
.TagClassName
{
border-color: #A16629;
}
</style>