Shades of Mai Tai #A16323
Tints of Mai Tai #A16323
RGB
CMYK
RGB Variations
Color information
#A16323 (or 0xA16323) is known color: Mai Tai. HEX triplet: A1, 63 and 23. RGB value is (161,99,35). Sum of RGB (Red+Green+Blue) = 161+99+35=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A16323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16323 is #5E9CDC. Grayscale: #6E6E6E. Windows color (decimal): -6200541 or 2319265. OLE color: 2319265.
HSL color Cylindrical-coordinate representation of color #A16323: hue angle of 30.48º 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 #A16323 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 35 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.37 |
| HSL | 30.48º | 0.64% | 0.38% | - |
| HSV(B) | 30.48º | 0.78% | 0.63% | - |
| XYZ | 19.46 | 16.62 | 3.77 | - |
| YUV | 110.24 | 85.54 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 35 | 0 | 0.39 | 0.78 | 0.37 | 30.48 | 0.64 | 0.38 |
| Hex | A1 | 63 | 23 | 0 | 27 | 4E | 25 | 1E | 40 | 26 |
| Octal | 241 | 143 | 43 | 0 | 47 | 116 | 45 | 36 | 100 | 46 |
| Binary | 10100001 | 1100011 | 100011 | 0 | 100111 | 1001110 | 100101 | 11110 | 1000000 | 100110 |
Color Harmonies of #A16323
Complementary color
Monochromatic Colors of #A16323
Black with #A16323
Text Example
Text Example
White with #A16323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16323; }
p { color: rgb(161,99,35); }
H1.HeaderClassName
{
color: #A16323;
}
.AnyTagClassName
{
color: #A16323;
}
</style>
background-color css
<style>
a { background-color: #A16323; }
a { background-color: rgb(161,99,35); }
div.DivClassName
{
background-color: #A16323;
}
.BgClassName
{
background-color: #A16323;
}
</style>
border-color css
<style>
span { border-color: #A16323; }
span { border-color: rgb(161,99,35); }
td.TdClassName
{
border-color: #A16323;
}
.TagClassName
{
border-color: #A16323;
}
</style>