Shades of Mai Tai #A16529
Tints of Mai Tai #A16529
RGB
CMYK
RGB Variations
Color information
#A16529 (or 0xA16529) is known color: Mai Tai. HEX triplet: A1, 65 and 29. RGB value is (161,101,41). Sum of RGB (Red+Green+Blue) = 161+101+41=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A16529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16529 is #5E9AD6. Grayscale: #707070. Windows color (decimal): -6200023 or 2712993. OLE color: 2712993.
HSL color Cylindrical-coordinate representation of color #A16529: hue angle of 30º 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 #A16529 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 41 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.37 |
| HSL | 30º | 0.59% | 0.4% | - |
| HSV(B) | 30º | 0.75% | 0.63% | - |
| XYZ | 19.75 | 17.04 | 4.35 | - |
| YUV | 112.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 41 | 0 | 0.37 | 0.75 | 0.37 | 30 | 0.59 | 0.4 |
| Hex | A1 | 65 | 29 | 0 | 25 | 4B | 25 | 1E | 3B | 28 |
| Octal | 241 | 145 | 51 | 0 | 45 | 113 | 45 | 36 | 73 | 50 |
| Binary | 10100001 | 1100101 | 101001 | 0 | 100101 | 1001011 | 100101 | 11110 | 111011 | 101000 |
Color Harmonies of #A16529
Complementary color
Monochromatic Colors of #A16529
Black with #A16529
Text Example
Text Example
White with #A16529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16529; }
p { color: rgb(161,101,41); }
H1.HeaderClassName
{
color: #A16529;
}
.AnyTagClassName
{
color: #A16529;
}
</style>
background-color css
<style>
a { background-color: #A16529; }
a { background-color: rgb(161,101,41); }
div.DivClassName
{
background-color: #A16529;
}
.BgClassName
{
background-color: #A16529;
}
</style>
border-color css
<style>
span { border-color: #A16529; }
span { border-color: rgb(161,101,41); }
td.TdClassName
{
border-color: #A16529;
}
.TagClassName
{
border-color: #A16529;
}
</style>