Shades of Mai Tai #A1632F
Tints of Mai Tai #A1632F
RGB
CMYK
RGB Variations
Color information
#A1632F (or 0xA1632F) is known color: Mai Tai. HEX triplet: A1, 63 and 2F. RGB value is (161,99,47). Sum of RGB (Red+Green+Blue) = 161+99+47=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A1632F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1632F is #5E9CD0. Grayscale: #6F6F6F. Windows color (decimal): -6200529 or 3105697. OLE color: 3105697.
HSL color Cylindrical-coordinate representation of color #A1632F: hue angle of 27.37º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1632F is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 47 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.37 |
| HSL | 27.37º | 0.55% | 0.41% | - |
| HSV(B) | 27.37º | 0.71% | 0.63% | - |
| XYZ | 19.67 | 16.71 | 4.88 | - |
| YUV | 111.61 | 91.54 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 47 | 0 | 0.39 | 0.71 | 0.37 | 27.37 | 0.55 | 0.41 |
| Hex | A1 | 63 | 2F | 0 | 27 | 47 | 25 | 1B | 37 | 29 |
| Octal | 241 | 143 | 57 | 0 | 47 | 107 | 45 | 33 | 67 | 51 |
| Binary | 10100001 | 1100011 | 101111 | 0 | 100111 | 1000111 | 100101 | 11011 | 110111 | 101001 |
Color Harmonies of #A1632F
Complementary color
Monochromatic Colors of #A1632F
Black with #A1632F
Text Example
Text Example
White with #A1632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1632F; }
p { color: rgb(161,99,47); }
H1.HeaderClassName
{
color: #A1632F;
}
.AnyTagClassName
{
color: #A1632F;
}
</style>
background-color css
<style>
a { background-color: #A1632F; }
a { background-color: rgb(161,99,47); }
div.DivClassName
{
background-color: #A1632F;
}
.BgClassName
{
background-color: #A1632F;
}
</style>
border-color css
<style>
span { border-color: #A1632F; }
span { border-color: rgb(161,99,47); }
td.TdClassName
{
border-color: #A1632F;
}
.TagClassName
{
border-color: #A1632F;
}
</style>