Shades of Mai Tai #A16123
Tints of Mai Tai #A16123
RGB
CMYK
RGB Variations
Color information
#A16123 (or 0xA16123) is known color: Mai Tai. HEX triplet: A1, 61 and 23. RGB value is (161,97,35). Sum of RGB (Red+Green+Blue) = 161+97+35=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A16123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16123 is #5E9EDC. Grayscale: #6D6D6D. Windows color (decimal): -6201053 or 2318753. OLE color: 2318753.
HSL color Cylindrical-coordinate representation of color #A16123: hue angle of 29.52º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A16123 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 35 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.37 |
| HSL | 29.52º | 0.64% | 0.38% | - |
| HSV(B) | 29.52º | 0.78% | 0.63% | - |
| XYZ | 19.28 | 16.25 | 3.71 | - |
| YUV | 109.07 | 86.2 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 35 | 0 | 0.40 | 0.78 | 0.37 | 29.52 | 0.64 | 0.38 |
| Hex | A1 | 61 | 23 | 0 | 28 | 4E | 25 | 1E | 40 | 26 |
| Octal | 241 | 141 | 43 | 0 | 50 | 116 | 45 | 36 | 100 | 46 |
| Binary | 10100001 | 1100001 | 100011 | 0 | 101000 | 1001110 | 100101 | 11110 | 1000000 | 100110 |
Color Harmonies of #A16123
Complementary color
Monochromatic Colors of #A16123
Black with #A16123
Text Example
Text Example
White with #A16123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16123; }
p { color: rgb(161,97,35); }
H1.HeaderClassName
{
color: #A16123;
}
.AnyTagClassName
{
color: #A16123;
}
</style>
background-color css
<style>
a { background-color: #A16123; }
a { background-color: rgb(161,97,35); }
div.DivClassName
{
background-color: #A16123;
}
.BgClassName
{
background-color: #A16123;
}
</style>
border-color css
<style>
span { border-color: #A16123; }
span { border-color: rgb(161,97,35); }
td.TdClassName
{
border-color: #A16123;
}
.TagClassName
{
border-color: #A16123;
}
</style>