Shades of Mai Tai #A46330
Tints of Mai Tai #A46330
RGB
CMYK
RGB Variations
Color information
#A46330 (or 0xA46330) is known color: Mai Tai. HEX triplet: A4, 63 and 30. RGB value is (164,99,48). Sum of RGB (Red+Green+Blue) = 164+99+48=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A46330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46330 is #5B9CCF. Grayscale: #707070. Windows color (decimal): -6003920 or 3171236. OLE color: 3171236.
HSL color Cylindrical-coordinate representation of color #A46330: hue angle of 26.38º 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 #A46330 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 48 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.36 |
| HSL | 26.38º | 0.55% | 0.42% | - |
| HSV(B) | 26.38º | 0.71% | 0.64% | - |
| XYZ | 20.31 | 17.03 | 5.01 | - |
| YUV | 112.62 | 91.53 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 48 | 0 | 0.40 | 0.71 | 0.36 | 26.38 | 0.55 | 0.42 |
| Hex | A4 | 63 | 30 | 0 | 28 | 47 | 24 | 1A | 37 | 2A |
| Octal | 244 | 143 | 60 | 0 | 50 | 107 | 44 | 32 | 67 | 52 |
| Binary | 10100100 | 1100011 | 110000 | 0 | 101000 | 1000111 | 100100 | 11010 | 110111 | 101010 |
Color Harmonies of #A46330
Complementary color
Monochromatic Colors of #A46330
Black with #A46330
Text Example
Text Example
White with #A46330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46330; }
p { color: rgb(164,99,48); }
H1.HeaderClassName
{
color: #A46330;
}
.AnyTagClassName
{
color: #A46330;
}
</style>
background-color css
<style>
a { background-color: #A46330; }
a { background-color: rgb(164,99,48); }
div.DivClassName
{
background-color: #A46330;
}
.BgClassName
{
background-color: #A46330;
}
</style>
border-color css
<style>
span { border-color: #A46330; }
span { border-color: rgb(164,99,48); }
td.TdClassName
{
border-color: #A46330;
}
.TagClassName
{
border-color: #A46330;
}
</style>