Shades of Mai Tai #A46D39
Tints of Mai Tai #A46D39
RGB
CMYK
RGB Variations
Color information
#A46D39 (or 0xA46D39) is known color: Mai Tai. HEX triplet: A4, 6D and 39. RGB value is (164,109,57). Sum of RGB (Red+Green+Blue) = 164+109+57=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D39 is #5B92C6. Grayscale: #777777. Windows color (decimal): -6001351 or 3763620. OLE color: 3763620.
HSL color Cylindrical-coordinate representation of color #A46D39: hue angle of 29.16º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A46D39 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 57 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.36 |
| HSL | 29.16º | 0.48% | 0.43% | - |
| HSV(B) | 29.16º | 0.65% | 0.64% | - |
| XYZ | 21.52 | 19.13 | 6.43 | - |
| YUV | 119.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 57 | 0 | 0.34 | 0.65 | 0.36 | 29.16 | 0.48 | 0.43 |
| Hex | A4 | 6D | 39 | 0 | 22 | 41 | 24 | 1D | 30 | 2B |
| Octal | 244 | 155 | 71 | 0 | 42 | 101 | 44 | 35 | 60 | 53 |
| Binary | 10100100 | 1101101 | 111001 | 0 | 100010 | 1000001 | 100100 | 11101 | 110000 | 101011 |
Color Harmonies of #A46D39
Complementary color
Monochromatic Colors of #A46D39
Black with #A46D39
Text Example
Text Example
White with #A46D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D39; }
p { color: rgb(164,109,57); }
H1.HeaderClassName
{
color: #A46D39;
}
.AnyTagClassName
{
color: #A46D39;
}
</style>
background-color css
<style>
a { background-color: #A46D39; }
a { background-color: rgb(164,109,57); }
div.DivClassName
{
background-color: #A46D39;
}
.BgClassName
{
background-color: #A46D39;
}
</style>
border-color css
<style>
span { border-color: #A46D39; }
span { border-color: rgb(164,109,57); }
td.TdClassName
{
border-color: #A46D39;
}
.TagClassName
{
border-color: #A46D39;
}
</style>