Shades of Mai Tai #A16535
Tints of Mai Tai #A16535
RGB
CMYK
RGB Variations
Color information
#A16535 (or 0xA16535) is known color: Mai Tai. HEX triplet: A1, 65 and 35. RGB value is (161,101,53). Sum of RGB (Red+Green+Blue) = 161+101+53=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A16535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16535 is #5E9ACA. Grayscale: #717171. Windows color (decimal): -6200011 or 3499425. OLE color: 3499425.
HSL color Cylindrical-coordinate representation of color #A16535: hue angle of 26.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A16535 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 53 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.37 |
| HSL | 26.67º | 0.5% | 0.42% | - |
| HSV(B) | 26.67º | 0.67% | 0.63% | - |
| XYZ | 19.99 | 17.14 | 5.62 | - |
| YUV | 113.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 53 | 0 | 0.37 | 0.67 | 0.37 | 26.67 | 0.5 | 0.42 |
| Hex | A1 | 65 | 35 | 0 | 25 | 43 | 25 | 1B | 32 | 2A |
| Octal | 241 | 145 | 65 | 0 | 45 | 103 | 45 | 33 | 62 | 52 |
| Binary | 10100001 | 1100101 | 110101 | 0 | 100101 | 1000011 | 100101 | 11011 | 110010 | 101010 |
Color Harmonies of #A16535
Complementary color
Monochromatic Colors of #A16535
Black with #A16535
Text Example
Text Example
White with #A16535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16535; }
p { color: rgb(161,101,53); }
H1.HeaderClassName
{
color: #A16535;
}
.AnyTagClassName
{
color: #A16535;
}
</style>
background-color css
<style>
a { background-color: #A16535; }
a { background-color: rgb(161,101,53); }
div.DivClassName
{
background-color: #A16535;
}
.BgClassName
{
background-color: #A16535;
}
</style>
border-color css
<style>
span { border-color: #A16535; }
span { border-color: rgb(161,101,53); }
td.TdClassName
{
border-color: #A16535;
}
.TagClassName
{
border-color: #A16535;
}
</style>