Shades of Mai Tai #A2642C
Tints of Mai Tai #A2642C
RGB
CMYK
RGB Variations
Color information
#A2642C (or 0xA2642C) is known color: Mai Tai. HEX triplet: A2, 64 and 2C. RGB value is (162,100,44). Sum of RGB (Red+Green+Blue) = 162+100+44=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A2642C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2642C is #5D9BD3. Grayscale: #707070. Windows color (decimal): -6134740 or 2909346. OLE color: 2909346.
HSL color Cylindrical-coordinate representation of color #A2642C: hue angle of 28.47º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2642C is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 100 | 44 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.36 |
| HSL | 28.47º | 0.57% | 0.4% | - |
| HSV(B) | 28.47º | 0.73% | 0.64% | - |
| XYZ | 19.91 | 16.98 | 4.61 | - |
| YUV | 112.15 | 89.54 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 100 | 44 | 0 | 0.38 | 0.73 | 0.36 | 28.47 | 0.57 | 0.4 |
| Hex | A2 | 64 | 2C | 0 | 26 | 49 | 24 | 1C | 39 | 28 |
| Octal | 242 | 144 | 54 | 0 | 46 | 111 | 44 | 34 | 71 | 50 |
| Binary | 10100010 | 1100100 | 101100 | 0 | 100110 | 1001001 | 100100 | 11100 | 111001 | 101000 |
Color Harmonies of #A2642C
Complementary color
Monochromatic Colors of #A2642C
Black with #A2642C
Text Example
Text Example
White with #A2642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2642C; }
p { color: rgb(162,100,44); }
H1.HeaderClassName
{
color: #A2642C;
}
.AnyTagClassName
{
color: #A2642C;
}
</style>
background-color css
<style>
a { background-color: #A2642C; }
a { background-color: rgb(162,100,44); }
div.DivClassName
{
background-color: #A2642C;
}
.BgClassName
{
background-color: #A2642C;
}
</style>
border-color css
<style>
span { border-color: #A2642C; }
span { border-color: rgb(162,100,44); }
td.TdClassName
{
border-color: #A2642C;
}
.TagClassName
{
border-color: #A2642C;
}
</style>