Shades of Mai Tai #A46A3A
Tints of Mai Tai #A46A3A
RGB
CMYK
RGB Variations
Color information
#A46A3A (or 0xA46A3A) is known color: Mai Tai. HEX triplet: A4, 6A and 3A. RGB value is (164,106,58). Sum of RGB (Red+Green+Blue) = 164+106+58=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46A3A is #5B95C5. Grayscale: #767676. Windows color (decimal): -6002118 or 3828388. OLE color: 3828388.
HSL color Cylindrical-coordinate representation of color #A46A3A: hue angle of 27.17º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A46A3A is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 106 | 58 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.36 |
| HSL | 27.17º | 0.48% | 0.44% | - |
| HSV(B) | 27.17º | 0.65% | 0.64% | - |
| XYZ | 21.23 | 18.51 | 6.46 | - |
| YUV | 117.87 | 94.22 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 58 | 0 | 0.35 | 0.65 | 0.36 | 27.17 | 0.48 | 0.44 |
| Hex | A4 | 6A | 3A | 0 | 23 | 41 | 24 | 1B | 30 | 2C |
| Octal | 244 | 152 | 72 | 0 | 43 | 101 | 44 | 33 | 60 | 54 |
| Binary | 10100100 | 1101010 | 111010 | 0 | 100011 | 1000001 | 100100 | 11011 | 110000 | 101100 |
Color Harmonies of #A46A3A
Complementary color
Monochromatic Colors of #A46A3A
Black with #A46A3A
Text Example
Text Example
White with #A46A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46A3A; }
p { color: rgb(164,106,58); }
H1.HeaderClassName
{
color: #A46A3A;
}
.AnyTagClassName
{
color: #A46A3A;
}
</style>
background-color css
<style>
a { background-color: #A46A3A; }
a { background-color: rgb(164,106,58); }
div.DivClassName
{
background-color: #A46A3A;
}
.BgClassName
{
background-color: #A46A3A;
}
</style>
border-color css
<style>
span { border-color: #A46A3A; }
span { border-color: rgb(164,106,58); }
td.TdClassName
{
border-color: #A46A3A;
}
.TagClassName
{
border-color: #A46A3A;
}
</style>