Shades of Mai Tai #A1622E
Tints of Mai Tai #A1622E
RGB
CMYK
RGB Variations
Color information
#A1622E (or 0xA1622E) is known color: Mai Tai. HEX triplet: A1, 62 and 2E. RGB value is (161,98,46). Sum of RGB (Red+Green+Blue) = 161+98+46=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1622E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1622E is #5E9DD1. Grayscale: #6F6F6F. Windows color (decimal): -6200786 or 3039905. OLE color: 3039905.
HSL color Cylindrical-coordinate representation of color #A1622E: hue angle of 27.13º degrees, saturation: 0.56, 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 #A1622E is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 46 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.37 |
| HSL | 27.13º | 0.56% | 0.41% | - |
| HSV(B) | 27.13º | 0.71% | 0.63% | - |
| XYZ | 19.56 | 16.51 | 4.74 | - |
| YUV | 110.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 46 | 0 | 0.39 | 0.71 | 0.37 | 27.13 | 0.56 | 0.41 |
| Hex | A1 | 62 | 2E | 0 | 27 | 47 | 25 | 1B | 38 | 29 |
| Octal | 241 | 142 | 56 | 0 | 47 | 107 | 45 | 33 | 70 | 51 |
| Binary | 10100001 | 1100010 | 101110 | 0 | 100111 | 1000111 | 100101 | 11011 | 111000 | 101001 |
Color Harmonies of #A1622E
Complementary color
Monochromatic Colors of #A1622E
Black with #A1622E
Text Example
Text Example
White with #A1622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1622E; }
p { color: rgb(161,98,46); }
H1.HeaderClassName
{
color: #A1622E;
}
.AnyTagClassName
{
color: #A1622E;
}
</style>
background-color css
<style>
a { background-color: #A1622E; }
a { background-color: rgb(161,98,46); }
div.DivClassName
{
background-color: #A1622E;
}
.BgClassName
{
background-color: #A1622E;
}
</style>
border-color css
<style>
span { border-color: #A1622E; }
span { border-color: rgb(161,98,46); }
td.TdClassName
{
border-color: #A1622E;
}
.TagClassName
{
border-color: #A1622E;
}
</style>