Shades of Mai Tai #A46B32
Tints of Mai Tai #A46B32
RGB
CMYK
RGB Variations
Color information
#A46B32 (or 0xA46B32) is known color: Mai Tai. HEX triplet: A4, 6B and 32. RGB value is (164,107,50). Sum of RGB (Red+Green+Blue) = 164+107+50=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B32 is #5B94CD. Grayscale: #757575. Windows color (decimal): -6001870 or 3304356. OLE color: 3304356.
HSL color Cylindrical-coordinate representation of color #A46B32: hue angle of 30º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A46B32 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 107 | 50 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.36 |
| HSL | 30º | 0.53% | 0.42% | - |
| HSV(B) | 30º | 0.7% | 0.64% | - |
| XYZ | 21.14 | 18.64 | 5.5 | - |
| YUV | 117.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 50 | 0 | 0.35 | 0.70 | 0.36 | 30 | 0.53 | 0.42 |
| Hex | A4 | 6B | 32 | 0 | 23 | 46 | 24 | 1E | 35 | 2A |
| Octal | 244 | 153 | 62 | 0 | 43 | 106 | 44 | 36 | 65 | 52 |
| Binary | 10100100 | 1101011 | 110010 | 0 | 100011 | 1000110 | 100100 | 11110 | 110101 | 101010 |
Color Harmonies of #A46B32
Complementary color
Monochromatic Colors of #A46B32
Black with #A46B32
Text Example
Text Example
White with #A46B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46B32; }
p { color: rgb(164,107,50); }
H1.HeaderClassName
{
color: #A46B32;
}
.AnyTagClassName
{
color: #A46B32;
}
</style>
background-color css
<style>
a { background-color: #A46B32; }
a { background-color: rgb(164,107,50); }
div.DivClassName
{
background-color: #A46B32;
}
.BgClassName
{
background-color: #A46B32;
}
</style>
border-color css
<style>
span { border-color: #A46B32; }
span { border-color: rgb(164,107,50); }
td.TdClassName
{
border-color: #A46B32;
}
.TagClassName
{
border-color: #A46B32;
}
</style>