Shades of Mai Tai #A1632C
Tints of Mai Tai #A1632C
RGB
CMYK
RGB Variations
Color information
#A1632C (or 0xA1632C) is known color: Mai Tai. HEX triplet: A1, 63 and 2C. RGB value is (161,99,44). Sum of RGB (Red+Green+Blue) = 161+99+44=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A1632C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1632C is #5E9CD3. Grayscale: #6F6F6F. Windows color (decimal): -6200532 or 2909089. OLE color: 2909089.
HSL color Cylindrical-coordinate representation of color #A1632C: hue angle of 28.21º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1632C is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 44 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.37 |
| HSL | 28.21º | 0.57% | 0.4% | - |
| HSV(B) | 28.21º | 0.73% | 0.63% | - |
| XYZ | 19.61 | 16.68 | 4.57 | - |
| YUV | 111.27 | 90.04 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 44 | 0 | 0.39 | 0.73 | 0.37 | 28.21 | 0.57 | 0.4 |
| Hex | A1 | 63 | 2C | 0 | 27 | 49 | 25 | 1C | 39 | 28 |
| Octal | 241 | 143 | 54 | 0 | 47 | 111 | 45 | 34 | 71 | 50 |
| Binary | 10100001 | 1100011 | 101100 | 0 | 100111 | 1001001 | 100101 | 11100 | 111001 | 101000 |
Color Harmonies of #A1632C
Complementary color
Monochromatic Colors of #A1632C
Black with #A1632C
Text Example
Text Example
White with #A1632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1632C; }
p { color: rgb(161,99,44); }
H1.HeaderClassName
{
color: #A1632C;
}
.AnyTagClassName
{
color: #A1632C;
}
</style>
background-color css
<style>
a { background-color: #A1632C; }
a { background-color: rgb(161,99,44); }
div.DivClassName
{
background-color: #A1632C;
}
.BgClassName
{
background-color: #A1632C;
}
</style>
border-color css
<style>
span { border-color: #A1632C; }
span { border-color: rgb(161,99,44); }
td.TdClassName
{
border-color: #A1632C;
}
.TagClassName
{
border-color: #A1632C;
}
</style>