Shades of Mai Tai #A36D36
Tints of Mai Tai #A36D36
RGB
CMYK
RGB Variations
Color information
#A36D36 (or 0xA36D36) is known color: Mai Tai. HEX triplet: A3, 6D and 36. RGB value is (163,109,54). Sum of RGB (Red+Green+Blue) = 163+109+54=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36D36 is #5C92C9. Grayscale: #777777. Windows color (decimal): -6066890 or 3567011. OLE color: 3567011.
HSL color Cylindrical-coordinate representation of color #A36D36: hue angle of 30.28º 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 #A36D36 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 54 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.36 |
| HSL | 30.28º | 0.5% | 0.43% | - |
| HSV(B) | 30.28º | 0.67% | 0.64% | - |
| XYZ | 21.24 | 18.99 | 6.04 | - |
| YUV | 118.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 54 | 0 | 0.33 | 0.67 | 0.36 | 30.28 | 0.5 | 0.43 |
| Hex | A3 | 6D | 36 | 0 | 21 | 43 | 24 | 1E | 32 | 2B |
| Octal | 243 | 155 | 66 | 0 | 41 | 103 | 44 | 36 | 62 | 53 |
| Binary | 10100011 | 1101101 | 110110 | 0 | 100001 | 1000011 | 100100 | 11110 | 110010 | 101011 |
Color Harmonies of #A36D36
Complementary color
Monochromatic Colors of #A36D36
Black with #A36D36
Text Example
Text Example
White with #A36D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D36; }
p { color: rgb(163,109,54); }
H1.HeaderClassName
{
color: #A36D36;
}
.AnyTagClassName
{
color: #A36D36;
}
</style>
background-color css
<style>
a { background-color: #A36D36; }
a { background-color: rgb(163,109,54); }
div.DivClassName
{
background-color: #A36D36;
}
.BgClassName
{
background-color: #A36D36;
}
</style>
border-color css
<style>
span { border-color: #A36D36; }
span { border-color: rgb(163,109,54); }
td.TdClassName
{
border-color: #A36D36;
}
.TagClassName
{
border-color: #A36D36;
}
</style>