Shades of Mai Tai #A16328
Tints of Mai Tai #A16328
RGB
CMYK
RGB Variations
Color information
#A16328 (or 0xA16328) is known color: Mai Tai. HEX triplet: A1, 63 and 28. RGB value is (161,99,40). Sum of RGB (Red+Green+Blue) = 161+99+40=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A16328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16328 is #5E9CD7. Grayscale: #6F6F6F. Windows color (decimal): -6200536 or 2646945. OLE color: 2646945.
HSL color Cylindrical-coordinate representation of color #A16328: hue angle of 29.26º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A16328 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 40 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.37 |
| HSL | 29.26º | 0.6% | 0.39% | - |
| HSV(B) | 29.26º | 0.75% | 0.63% | - |
| XYZ | 19.54 | 16.65 | 4.19 | - |
| YUV | 110.81 | 88.04 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 40 | 0 | 0.39 | 0.75 | 0.37 | 29.26 | 0.6 | 0.39 |
| Hex | A1 | 63 | 28 | 0 | 27 | 4B | 25 | 1D | 3C | 27 |
| Octal | 241 | 143 | 50 | 0 | 47 | 113 | 45 | 35 | 74 | 47 |
| Binary | 10100001 | 1100011 | 101000 | 0 | 100111 | 1001011 | 100101 | 11101 | 111100 | 100111 |
Color Harmonies of #A16328
Complementary color
Monochromatic Colors of #A16328
Black with #A16328
Text Example
Text Example
White with #A16328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16328; }
p { color: rgb(161,99,40); }
H1.HeaderClassName
{
color: #A16328;
}
.AnyTagClassName
{
color: #A16328;
}
</style>
background-color css
<style>
a { background-color: #A16328; }
a { background-color: rgb(161,99,40); }
div.DivClassName
{
background-color: #A16328;
}
.BgClassName
{
background-color: #A16328;
}
</style>
border-color css
<style>
span { border-color: #A16328; }
span { border-color: rgb(161,99,40); }
td.TdClassName
{
border-color: #A16328;
}
.TagClassName
{
border-color: #A16328;
}
</style>