Shades of Mai Tai #A55E32
Tints of Mai Tai #A55E32
RGB
CMYK
RGB Variations
Color information
#A55E32 (or 0xA55E32) is known color: Mai Tai. HEX triplet: A5, 5E and 32. RGB value is (165,94,50). Sum of RGB (Red+Green+Blue) = 165+94+50=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55E32 is #5AA1CD. Grayscale: #6E6E6E. Windows color (decimal): -5939662 or 3301029. OLE color: 3301029.
HSL color Cylindrical-coordinate representation of color #A55E32: hue angle of 22.96º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A55E32 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 94 | 50 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.35 |
| HSL | 22.96º | 0.53% | 0.42% | - |
| HSV(B) | 22.96º | 0.7% | 0.65% | - |
| XYZ | 20.1 | 16.24 | 5.09 | - |
| YUV | 110.21 | 94.02 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 50 | 0 | 0.43 | 0.70 | 0.35 | 22.96 | 0.53 | 0.42 |
| Hex | A5 | 5E | 32 | 0 | 2B | 46 | 23 | 17 | 35 | 2A |
| Octal | 245 | 136 | 62 | 0 | 53 | 106 | 43 | 27 | 65 | 52 |
| Binary | 10100101 | 1011110 | 110010 | 0 | 101011 | 1000110 | 100011 | 10111 | 110101 | 101010 |
Color Harmonies of #A55E32
Complementary color
Monochromatic Colors of #A55E32
Black with #A55E32
Text Example
Text Example
White with #A55E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55E32; }
p { color: rgb(165,94,50); }
H1.HeaderClassName
{
color: #A55E32;
}
.AnyTagClassName
{
color: #A55E32;
}
</style>
background-color css
<style>
a { background-color: #A55E32; }
a { background-color: rgb(165,94,50); }
div.DivClassName
{
background-color: #A55E32;
}
.BgClassName
{
background-color: #A55E32;
}
</style>
border-color css
<style>
span { border-color: #A55E32; }
span { border-color: rgb(165,94,50); }
td.TdClassName
{
border-color: #A55E32;
}
.TagClassName
{
border-color: #A55E32;
}
</style>