Shades of Mai Tai #A16523
Tints of Mai Tai #A16523
RGB
CMYK
RGB Variations
Color information
#A16523 (or 0xA16523) is known color: Mai Tai. HEX triplet: A1, 65 and 23. RGB value is (161,101,35). Sum of RGB (Red+Green+Blue) = 161+101+35=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A16523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16523 is #5E9ADC. Grayscale: #6F6F6F. Windows color (decimal): -6200029 or 2319777. OLE color: 2319777.
HSL color Cylindrical-coordinate representation of color #A16523: hue angle of 31.43º 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 #A16523 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 35 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.37 |
| HSL | 31.43º | 0.64% | 0.38% | - |
| HSV(B) | 31.43º | 0.78% | 0.63% | - |
| XYZ | 19.66 | 17.01 | 3.84 | - |
| YUV | 111.42 | 84.88 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 35 | 0 | 0.37 | 0.78 | 0.37 | 31.43 | 0.64 | 0.38 |
| Hex | A1 | 65 | 23 | 0 | 25 | 4E | 25 | 1F | 40 | 26 |
| Octal | 241 | 145 | 43 | 0 | 45 | 116 | 45 | 37 | 100 | 46 |
| Binary | 10100001 | 1100101 | 100011 | 0 | 100101 | 1001110 | 100101 | 11111 | 1000000 | 100110 |
Color Harmonies of #A16523
Complementary color
Monochromatic Colors of #A16523
Black with #A16523
Text Example
Text Example
White with #A16523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16523; }
p { color: rgb(161,101,35); }
H1.HeaderClassName
{
color: #A16523;
}
.AnyTagClassName
{
color: #A16523;
}
</style>
background-color css
<style>
a { background-color: #A16523; }
a { background-color: rgb(161,101,35); }
div.DivClassName
{
background-color: #A16523;
}
.BgClassName
{
background-color: #A16523;
}
</style>
border-color css
<style>
span { border-color: #A16523; }
span { border-color: rgb(161,101,35); }
td.TdClassName
{
border-color: #A16523;
}
.TagClassName
{
border-color: #A16523;
}
</style>