Shades of Mai Tai #A1642B
Tints of Mai Tai #A1642B
RGB
CMYK
RGB Variations
Color information
#A1642B (or 0xA1642B) is known color: Mai Tai. HEX triplet: A1, 64 and 2B. RGB value is (161,100,43). Sum of RGB (Red+Green+Blue) = 161+100+43=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A1642B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1642B is #5E9BD4. Grayscale: #707070. Windows color (decimal): -6200277 or 2843809. OLE color: 2843809.
HSL color Cylindrical-coordinate representation of color #A1642B: hue angle of 28.98º degrees, saturation: 0.58, 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 #A1642B is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 43 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.37 |
| HSL | 28.98º | 0.58% | 0.4% | - |
| HSV(B) | 28.98º | 0.73% | 0.63% | - |
| XYZ | 19.69 | 16.87 | 4.5 | - |
| YUV | 111.74 | 89.21 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 43 | 0 | 0.38 | 0.73 | 0.37 | 28.98 | 0.58 | 0.4 |
| Hex | A1 | 64 | 2B | 0 | 26 | 49 | 25 | 1D | 3A | 28 |
| Octal | 241 | 144 | 53 | 0 | 46 | 111 | 45 | 35 | 72 | 50 |
| Binary | 10100001 | 1100100 | 101011 | 0 | 100110 | 1001001 | 100101 | 11101 | 111010 | 101000 |
Color Harmonies of #A1642B
Complementary color
Monochromatic Colors of #A1642B
Black with #A1642B
Text Example
Text Example
White with #A1642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1642B; }
p { color: rgb(161,100,43); }
H1.HeaderClassName
{
color: #A1642B;
}
.AnyTagClassName
{
color: #A1642B;
}
</style>
background-color css
<style>
a { background-color: #A1642B; }
a { background-color: rgb(161,100,43); }
div.DivClassName
{
background-color: #A1642B;
}
.BgClassName
{
background-color: #A1642B;
}
</style>
border-color css
<style>
span { border-color: #A1642B; }
span { border-color: rgb(161,100,43); }
td.TdClassName
{
border-color: #A1642B;
}
.TagClassName
{
border-color: #A1642B;
}
</style>