Shades of Mai Tai #A86232
Tints of Mai Tai #A86232
RGB
CMYK
RGB Variations
Color information
#A86232 (or 0xA86232) is known color: Mai Tai. HEX triplet: A8, 62 and 32. RGB value is (168,98,50). Sum of RGB (Red+Green+Blue) = 168+98+50=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A86232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86232 is #579DCD. Grayscale: #717171. Windows color (decimal): -5742030 or 3302056. OLE color: 3302056.
HSL color Cylindrical-coordinate representation of color #A86232: hue angle of 24.41º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A86232 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 98 | 50 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.34 |
| HSL | 24.41º | 0.54% | 0.43% | - |
| HSV(B) | 24.41º | 0.7% | 0.66% | - |
| XYZ | 21.09 | 17.29 | 5.24 | - |
| YUV | 113.46 | 92.19 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 50 | 0 | 0.42 | 0.70 | 0.34 | 24.41 | 0.54 | 0.43 |
| Hex | A8 | 62 | 32 | 0 | 2A | 46 | 22 | 18 | 36 | 2B |
| Octal | 250 | 142 | 62 | 0 | 52 | 106 | 42 | 30 | 66 | 53 |
| Binary | 10101000 | 1100010 | 110010 | 0 | 101010 | 1000110 | 100010 | 11000 | 110110 | 101011 |
Color Harmonies of #A86232
Complementary color
Monochromatic Colors of #A86232
Black with #A86232
Text Example
Text Example
White with #A86232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86232; }
p { color: rgb(168,98,50); }
H1.HeaderClassName
{
color: #A86232;
}
.AnyTagClassName
{
color: #A86232;
}
</style>
background-color css
<style>
a { background-color: #A86232; }
a { background-color: rgb(168,98,50); }
div.DivClassName
{
background-color: #A86232;
}
.BgClassName
{
background-color: #A86232;
}
</style>
border-color css
<style>
span { border-color: #A86232; }
span { border-color: rgb(168,98,50); }
td.TdClassName
{
border-color: #A86232;
}
.TagClassName
{
border-color: #A86232;
}
</style>