Shades of Mai Tai #A16538
Tints of Mai Tai #A16538
RGB
CMYK
RGB Variations
Color information
#A16538 (or 0xA16538) is known color: Mai Tai. HEX triplet: A1, 65 and 38. RGB value is (161,101,56). Sum of RGB (Red+Green+Blue) = 161+101+56=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A16538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16538 is #5E9AC7. Grayscale: #727272. Windows color (decimal): -6200008 or 3696033. OLE color: 3696033.
HSL color Cylindrical-coordinate representation of color #A16538: hue angle of 25.71º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A16538 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 56 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.37 |
| HSL | 25.71º | 0.48% | 0.43% | - |
| HSV(B) | 25.71º | 0.65% | 0.63% | - |
| XYZ | 20.07 | 17.17 | 6 | - |
| YUV | 113.81 | 95.38 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 56 | 0 | 0.37 | 0.65 | 0.37 | 25.71 | 0.48 | 0.43 |
| Hex | A1 | 65 | 38 | 0 | 25 | 41 | 25 | 1A | 30 | 2B |
| Octal | 241 | 145 | 70 | 0 | 45 | 101 | 45 | 32 | 60 | 53 |
| Binary | 10100001 | 1100101 | 111000 | 0 | 100101 | 1000001 | 100101 | 11010 | 110000 | 101011 |
Color Harmonies of #A16538
Complementary color
Monochromatic Colors of #A16538
Black with #A16538
Text Example
Text Example
White with #A16538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16538; }
p { color: rgb(161,101,56); }
H1.HeaderClassName
{
color: #A16538;
}
.AnyTagClassName
{
color: #A16538;
}
</style>
background-color css
<style>
a { background-color: #A16538; }
a { background-color: rgb(161,101,56); }
div.DivClassName
{
background-color: #A16538;
}
.BgClassName
{
background-color: #A16538;
}
</style>
border-color css
<style>
span { border-color: #A16538; }
span { border-color: rgb(161,101,56); }
td.TdClassName
{
border-color: #A16538;
}
.TagClassName
{
border-color: #A16538;
}
</style>