Shades of Mai Tai #A16433
Tints of Mai Tai #A16433
RGB
CMYK
RGB Variations
Color information
#A16433 (or 0xA16433) is known color: Mai Tai. HEX triplet: A1, 64 and 33. RGB value is (161,100,51). Sum of RGB (Red+Green+Blue) = 161+100+51=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A16433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16433 is #5E9BCC. Grayscale: #707070. Windows color (decimal): -6200269 or 3368097. OLE color: 3368097.
HSL color Cylindrical-coordinate representation of color #A16433: hue angle of 26.73º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A16433 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 51 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.37 |
| HSL | 26.73º | 0.52% | 0.42% | - |
| HSV(B) | 26.73º | 0.68% | 0.63% | - |
| XYZ | 19.85 | 16.93 | 5.35 | - |
| YUV | 112.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 51 | 0 | 0.38 | 0.68 | 0.37 | 26.73 | 0.52 | 0.42 |
| Hex | A1 | 64 | 33 | 0 | 26 | 44 | 25 | 1B | 34 | 2A |
| Octal | 241 | 144 | 63 | 0 | 46 | 104 | 45 | 33 | 64 | 52 |
| Binary | 10100001 | 1100100 | 110011 | 0 | 100110 | 1000100 | 100101 | 11011 | 110100 | 101010 |
Color Harmonies of #A16433
Complementary color
Monochromatic Colors of #A16433
Black with #A16433
Text Example
Text Example
White with #A16433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16433; }
p { color: rgb(161,100,51); }
H1.HeaderClassName
{
color: #A16433;
}
.AnyTagClassName
{
color: #A16433;
}
</style>
background-color css
<style>
a { background-color: #A16433; }
a { background-color: rgb(161,100,51); }
div.DivClassName
{
background-color: #A16433;
}
.BgClassName
{
background-color: #A16433;
}
</style>
border-color css
<style>
span { border-color: #A16433; }
span { border-color: rgb(161,100,51); }
td.TdClassName
{
border-color: #A16433;
}
.TagClassName
{
border-color: #A16433;
}
</style>