Shades of Mai Tai #A36A37
Tints of Mai Tai #A36A37
RGB
CMYK
RGB Variations
Color information
#A36A37 (or 0xA36A37) is known color: Mai Tai. HEX triplet: A3, 6A and 37. RGB value is (163,106,55). Sum of RGB (Red+Green+Blue) = 163+106+55=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36A37 is #5C95C8. Grayscale: #757575. Windows color (decimal): -6067657 or 3631779. OLE color: 3631779.
HSL color Cylindrical-coordinate representation of color #A36A37: hue angle of 28.33º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A36A37 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 106 | 55 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.36 |
| HSL | 28.33º | 0.5% | 0.43% | - |
| HSV(B) | 28.33º | 0.66% | 0.64% | - |
| XYZ | 20.95 | 18.37 | 6.06 | - |
| YUV | 117.23 | 92.88 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 106 | 55 | 0 | 0.35 | 0.66 | 0.36 | 28.33 | 0.5 | 0.43 |
| Hex | A3 | 6A | 37 | 0 | 23 | 42 | 24 | 1C | 32 | 2B |
| Octal | 243 | 152 | 67 | 0 | 43 | 102 | 44 | 34 | 62 | 53 |
| Binary | 10100011 | 1101010 | 110111 | 0 | 100011 | 1000010 | 100100 | 11100 | 110010 | 101011 |
Color Harmonies of #A36A37
Complementary color
Monochromatic Colors of #A36A37
Black with #A36A37
Text Example
Text Example
White with #A36A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36A37; }
p { color: rgb(163,106,55); }
H1.HeaderClassName
{
color: #A36A37;
}
.AnyTagClassName
{
color: #A36A37;
}
</style>
background-color css
<style>
a { background-color: #A36A37; }
a { background-color: rgb(163,106,55); }
div.DivClassName
{
background-color: #A36A37;
}
.BgClassName
{
background-color: #A36A37;
}
</style>
border-color css
<style>
span { border-color: #A36A37; }
span { border-color: rgb(163,106,55); }
td.TdClassName
{
border-color: #A36A37;
}
.TagClassName
{
border-color: #A36A37;
}
</style>