Shades of Mai Tai #A46433
Tints of Mai Tai #A46433
RGB
CMYK
RGB Variations
Color information
#A46433 (or 0xA46433) is known color: Mai Tai. HEX triplet: A4, 64 and 33. RGB value is (164,100,51). Sum of RGB (Red+Green+Blue) = 164+100+51=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A46433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46433 is #5B9BCC. Grayscale: #717171. Windows color (decimal): -6003661 or 3368100. OLE color: 3368100.
HSL color Cylindrical-coordinate representation of color #A46433: hue angle of 26.02º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A46433 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 100 | 51 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.36 |
| HSL | 26.02º | 0.53% | 0.42% | - |
| HSV(B) | 26.02º | 0.69% | 0.64% | - |
| XYZ | 20.46 | 17.25 | 5.38 | - |
| YUV | 113.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 51 | 0 | 0.39 | 0.69 | 0.36 | 26.02 | 0.53 | 0.42 |
| Hex | A4 | 64 | 33 | 0 | 27 | 45 | 24 | 1A | 35 | 2A |
| Octal | 244 | 144 | 63 | 0 | 47 | 105 | 44 | 32 | 65 | 52 |
| Binary | 10100100 | 1100100 | 110011 | 0 | 100111 | 1000101 | 100100 | 11010 | 110101 | 101010 |
Color Harmonies of #A46433
Complementary color
Monochromatic Colors of #A46433
Black with #A46433
Text Example
Text Example
White with #A46433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46433; }
p { color: rgb(164,100,51); }
H1.HeaderClassName
{
color: #A46433;
}
.AnyTagClassName
{
color: #A46433;
}
</style>
background-color css
<style>
a { background-color: #A46433; }
a { background-color: rgb(164,100,51); }
div.DivClassName
{
background-color: #A46433;
}
.BgClassName
{
background-color: #A46433;
}
</style>
border-color css
<style>
span { border-color: #A46433; }
span { border-color: rgb(164,100,51); }
td.TdClassName
{
border-color: #A46433;
}
.TagClassName
{
border-color: #A46433;
}
</style>