Shades of Mai Tai #A46430
Tints of Mai Tai #A46430
RGB
CMYK
RGB Variations
Color information
#A46430 (or 0xA46430) is known color: Mai Tai. HEX triplet: A4, 64 and 30. RGB value is (164,100,48). Sum of RGB (Red+Green+Blue) = 164+100+48=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A46430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46430 is #5B9BCF. Grayscale: #717171. Windows color (decimal): -6003664 or 3171492. OLE color: 3171492.
HSL color Cylindrical-coordinate representation of color #A46430: hue angle of 26.9º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A46430 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 100 | 48 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.36 |
| HSL | 26.9º | 0.55% | 0.42% | - |
| HSV(B) | 26.9º | 0.71% | 0.64% | - |
| XYZ | 20.4 | 17.22 | 5.04 | - |
| YUV | 113.21 | 91.2 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 48 | 0 | 0.39 | 0.71 | 0.36 | 26.9 | 0.55 | 0.42 |
| Hex | A4 | 64 | 30 | 0 | 27 | 47 | 24 | 1B | 37 | 2A |
| Octal | 244 | 144 | 60 | 0 | 47 | 107 | 44 | 33 | 67 | 52 |
| Binary | 10100100 | 1100100 | 110000 | 0 | 100111 | 1000111 | 100100 | 11011 | 110111 | 101010 |
Color Harmonies of #A46430
Complementary color
Monochromatic Colors of #A46430
Black with #A46430
Text Example
Text Example
White with #A46430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46430; }
p { color: rgb(164,100,48); }
H1.HeaderClassName
{
color: #A46430;
}
.AnyTagClassName
{
color: #A46430;
}
</style>
background-color css
<style>
a { background-color: #A46430; }
a { background-color: rgb(164,100,48); }
div.DivClassName
{
background-color: #A46430;
}
.BgClassName
{
background-color: #A46430;
}
</style>
border-color css
<style>
span { border-color: #A46430; }
span { border-color: rgb(164,100,48); }
td.TdClassName
{
border-color: #A46430;
}
.TagClassName
{
border-color: #A46430;
}
</style>