Shades of Mai Tai #A86526
Tints of Mai Tai #A86526
RGB
CMYK
RGB Variations
Color information
#A86526 (or 0xA86526) is known color: Mai Tai. HEX triplet: A8, 65 and 26. RGB value is (168,101,38). Sum of RGB (Red+Green+Blue) = 168+101+38=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A86526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86526 is #579AD9. Grayscale: #727272. Windows color (decimal): -5741274 or 2516392. OLE color: 2516392.
HSL color Cylindrical-coordinate representation of color #A86526: hue angle of 29.08º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A86526 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 38 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.34 |
| HSL | 29.08º | 0.63% | 0.4% | - |
| HSV(B) | 29.08º | 0.77% | 0.66% | - |
| XYZ | 21.15 | 17.77 | 4.15 | - |
| YUV | 113.85 | 85.2 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 38 | 0 | 0.40 | 0.77 | 0.34 | 29.08 | 0.63 | 0.4 |
| Hex | A8 | 65 | 26 | 0 | 28 | 4D | 22 | 1D | 3F | 28 |
| Octal | 250 | 145 | 46 | 0 | 50 | 115 | 42 | 35 | 77 | 50 |
| Binary | 10101000 | 1100101 | 100110 | 0 | 101000 | 1001101 | 100010 | 11101 | 111111 | 101000 |
Color Harmonies of #A86526
Complementary color
Monochromatic Colors of #A86526
Black with #A86526
Text Example
Text Example
White with #A86526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86526; }
p { color: rgb(168,101,38); }
H1.HeaderClassName
{
color: #A86526;
}
.AnyTagClassName
{
color: #A86526;
}
</style>
background-color css
<style>
a { background-color: #A86526; }
a { background-color: rgb(168,101,38); }
div.DivClassName
{
background-color: #A86526;
}
.BgClassName
{
background-color: #A86526;
}
</style>
border-color css
<style>
span { border-color: #A86526; }
span { border-color: rgb(168,101,38); }
td.TdClassName
{
border-color: #A86526;
}
.TagClassName
{
border-color: #A86526;
}
</style>