Shades of Mai Tai #A36331
Tints of Mai Tai #A36331
RGB
CMYK
RGB Variations
Color information
#A36331 (or 0xA36331) is known color: Mai Tai. HEX triplet: A3, 63 and 31. RGB value is (163,99,49). Sum of RGB (Red+Green+Blue) = 163+99+49=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A36331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36331 is #5C9CCE. Grayscale: #707070. Windows color (decimal): -6069455 or 3236771. OLE color: 3236771.
HSL color Cylindrical-coordinate representation of color #A36331: hue angle of 26.32º degrees, saturation: 0.54, 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 #A36331 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 99 | 49 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.36 |
| HSL | 26.32º | 0.54% | 0.42% | - |
| HSV(B) | 26.32º | 0.7% | 0.64% | - |
| XYZ | 20.12 | 16.93 | 5.11 | - |
| YUV | 112.44 | 92.2 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 49 | 0 | 0.39 | 0.70 | 0.36 | 26.32 | 0.54 | 0.42 |
| Hex | A3 | 63 | 31 | 0 | 27 | 46 | 24 | 1A | 36 | 2A |
| Octal | 243 | 143 | 61 | 0 | 47 | 106 | 44 | 32 | 66 | 52 |
| Binary | 10100011 | 1100011 | 110001 | 0 | 100111 | 1000110 | 100100 | 11010 | 110110 | 101010 |
Color Harmonies of #A36331
Complementary color
Monochromatic Colors of #A36331
Black with #A36331
Text Example
Text Example
White with #A36331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36331; }
p { color: rgb(163,99,49); }
H1.HeaderClassName
{
color: #A36331;
}
.AnyTagClassName
{
color: #A36331;
}
</style>
background-color css
<style>
a { background-color: #A36331; }
a { background-color: rgb(163,99,49); }
div.DivClassName
{
background-color: #A36331;
}
.BgClassName
{
background-color: #A36331;
}
</style>
border-color css
<style>
span { border-color: #A36331; }
span { border-color: rgb(163,99,49); }
td.TdClassName
{
border-color: #A36331;
}
.TagClassName
{
border-color: #A36331;
}
</style>