Shades of Mai Tai #A36633
Tints of Mai Tai #A36633
RGB
CMYK
RGB Variations
Color information
#A36633 (or 0xA36633) is known color: Mai Tai. HEX triplet: A3, 66 and 33. RGB value is (163,102,51). Sum of RGB (Red+Green+Blue) = 163+102+51=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A36633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36633 is #5C99CC. Grayscale: #727272. Windows color (decimal): -6068685 or 3368611. OLE color: 3368611.
HSL color Cylindrical-coordinate representation of color #A36633: hue angle of 27.32º degrees, saturation: 0.52, 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 #A36633 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 102 | 51 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.36 |
| HSL | 27.32º | 0.52% | 0.42% | - |
| HSV(B) | 27.32º | 0.69% | 0.64% | - |
| XYZ | 20.45 | 17.53 | 5.44 | - |
| YUV | 114.43 | 92.21 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 51 | 0 | 0.37 | 0.69 | 0.36 | 27.32 | 0.52 | 0.42 |
| Hex | A3 | 66 | 33 | 0 | 25 | 45 | 24 | 1B | 34 | 2A |
| Octal | 243 | 146 | 63 | 0 | 45 | 105 | 44 | 33 | 64 | 52 |
| Binary | 10100011 | 1100110 | 110011 | 0 | 100101 | 1000101 | 100100 | 11011 | 110100 | 101010 |
Color Harmonies of #A36633
Complementary color
Monochromatic Colors of #A36633
Black with #A36633
Text Example
Text Example
White with #A36633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36633; }
p { color: rgb(163,102,51); }
H1.HeaderClassName
{
color: #A36633;
}
.AnyTagClassName
{
color: #A36633;
}
</style>
background-color css
<style>
a { background-color: #A36633; }
a { background-color: rgb(163,102,51); }
div.DivClassName
{
background-color: #A36633;
}
.BgClassName
{
background-color: #A36633;
}
</style>
border-color css
<style>
span { border-color: #A36633; }
span { border-color: rgb(163,102,51); }
td.TdClassName
{
border-color: #A36633;
}
.TagClassName
{
border-color: #A36633;
}
</style>