Shades of Mai Tai #A36836
Tints of Mai Tai #A36836
RGB
CMYK
RGB Variations
Color information
#A36836 (or 0xA36836) is known color: Mai Tai. HEX triplet: A3, 68 and 36. RGB value is (163,104,54). Sum of RGB (Red+Green+Blue) = 163+104+54=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A36836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36836 is #5C97C9. Grayscale: #747474. Windows color (decimal): -6068170 or 3565731. OLE color: 3565731.
HSL color Cylindrical-coordinate representation of color #A36836: hue angle of 27.52º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A36836 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 104 | 54 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.36 |
| HSL | 27.52º | 0.5% | 0.43% | - |
| HSV(B) | 27.52º | 0.67% | 0.64% | - |
| XYZ | 20.72 | 17.95 | 5.86 | - |
| YUV | 115.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 54 | 0 | 0.36 | 0.67 | 0.36 | 27.52 | 0.5 | 0.43 |
| Hex | A3 | 68 | 36 | 0 | 24 | 43 | 24 | 1C | 32 | 2B |
| Octal | 243 | 150 | 66 | 0 | 44 | 103 | 44 | 34 | 62 | 53 |
| Binary | 10100011 | 1101000 | 110110 | 0 | 100100 | 1000011 | 100100 | 11100 | 110010 | 101011 |
Color Harmonies of #A36836
Complementary color
Monochromatic Colors of #A36836
Black with #A36836
Text Example
Text Example
White with #A36836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36836; }
p { color: rgb(163,104,54); }
H1.HeaderClassName
{
color: #A36836;
}
.AnyTagClassName
{
color: #A36836;
}
</style>
background-color css
<style>
a { background-color: #A36836; }
a { background-color: rgb(163,104,54); }
div.DivClassName
{
background-color: #A36836;
}
.BgClassName
{
background-color: #A36836;
}
</style>
border-color css
<style>
span { border-color: #A36836; }
span { border-color: rgb(163,104,54); }
td.TdClassName
{
border-color: #A36836;
}
.TagClassName
{
border-color: #A36836;
}
</style>