Shades of Mai Tai #A86832
Tints of Mai Tai #A86832
RGB
CMYK
RGB Variations
Color information
#A86832 (or 0xA86832) is known color: Mai Tai. HEX triplet: A8, 68 and 32. RGB value is (168,104,50). Sum of RGB (Red+Green+Blue) = 168+104+50=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A86832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86832 is #5797CD. Grayscale: #757575. Windows color (decimal): -5740494 or 3303592. OLE color: 3303592.
HSL color Cylindrical-coordinate representation of color #A86832: hue angle of 27.46º 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 #A86832 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 50 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.34 |
| HSL | 27.46º | 0.54% | 0.43% | - |
| HSV(B) | 27.46º | 0.7% | 0.66% | - |
| XYZ | 21.67 | 18.46 | 5.44 | - |
| YUV | 116.98 | 90.2 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 50 | 0 | 0.38 | 0.70 | 0.34 | 27.46 | 0.54 | 0.43 |
| Hex | A8 | 68 | 32 | 0 | 26 | 46 | 22 | 1B | 36 | 2B |
| Octal | 250 | 150 | 62 | 0 | 46 | 106 | 42 | 33 | 66 | 53 |
| Binary | 10101000 | 1101000 | 110010 | 0 | 100110 | 1000110 | 100010 | 11011 | 110110 | 101011 |
Color Harmonies of #A86832
Complementary color
Monochromatic Colors of #A86832
Black with #A86832
Text Example
Text Example
White with #A86832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86832; }
p { color: rgb(168,104,50); }
H1.HeaderClassName
{
color: #A86832;
}
.AnyTagClassName
{
color: #A86832;
}
</style>
background-color css
<style>
a { background-color: #A86832; }
a { background-color: rgb(168,104,50); }
div.DivClassName
{
background-color: #A86832;
}
.BgClassName
{
background-color: #A86832;
}
</style>
border-color css
<style>
span { border-color: #A86832; }
span { border-color: rgb(168,104,50); }
td.TdClassName
{
border-color: #A86832;
}
.TagClassName
{
border-color: #A86832;
}
</style>