Shades of Mai Tai #A36639
Tints of Mai Tai #A36639
RGB
CMYK
RGB Variations
Color information
#A36639 (or 0xA36639) is known color: Mai Tai. HEX triplet: A3, 66 and 39. RGB value is (163,102,57). Sum of RGB (Red+Green+Blue) = 163+102+57=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A36639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36639 is #5C99C6. Grayscale: #737373. Windows color (decimal): -6068679 or 3761827. OLE color: 3761827.
HSL color Cylindrical-coordinate representation of color #A36639: hue angle of 25.47º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A36639 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 102 | 57 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.36 |
| HSL | 25.47º | 0.48% | 0.43% | - |
| HSV(B) | 25.47º | 0.65% | 0.64% | - |
| XYZ | 20.59 | 17.58 | 6.18 | - |
| YUV | 115.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 57 | 0 | 0.37 | 0.65 | 0.36 | 25.47 | 0.48 | 0.43 |
| Hex | A3 | 66 | 39 | 0 | 25 | 41 | 24 | 19 | 30 | 2B |
| Octal | 243 | 146 | 71 | 0 | 45 | 101 | 44 | 31 | 60 | 53 |
| Binary | 10100011 | 1100110 | 111001 | 0 | 100101 | 1000001 | 100100 | 11001 | 110000 | 101011 |
Color Harmonies of #A36639
Complementary color
Monochromatic Colors of #A36639
Black with #A36639
Text Example
Text Example
White with #A36639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36639; }
p { color: rgb(163,102,57); }
H1.HeaderClassName
{
color: #A36639;
}
.AnyTagClassName
{
color: #A36639;
}
</style>
background-color css
<style>
a { background-color: #A36639; }
a { background-color: rgb(163,102,57); }
div.DivClassName
{
background-color: #A36639;
}
.BgClassName
{
background-color: #A36639;
}
</style>
border-color css
<style>
span { border-color: #A36639; }
span { border-color: rgb(163,102,57); }
td.TdClassName
{
border-color: #A36639;
}
.TagClassName
{
border-color: #A36639;
}
</style>