Shades of Mai Tai #A86528
Tints of Mai Tai #A86528
RGB
CMYK
RGB Variations
Color information
#A86528 (or 0xA86528) is known color: Mai Tai. HEX triplet: A8, 65 and 28. RGB value is (168,101,40). Sum of RGB (Red+Green+Blue) = 168+101+40=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A86528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86528 is #579AD7. Grayscale: #727272. Windows color (decimal): -5741272 or 2647464. OLE color: 2647464.
HSL color Cylindrical-coordinate representation of color #A86528: hue angle of 28.59º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A86528 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 40 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.34 |
| HSL | 28.59º | 0.62% | 0.41% | - |
| HSV(B) | 28.59º | 0.76% | 0.66% | - |
| XYZ | 21.19 | 17.79 | 4.32 | - |
| YUV | 114.08 | 86.2 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 40 | 0 | 0.40 | 0.76 | 0.34 | 28.59 | 0.62 | 0.41 |
| Hex | A8 | 65 | 28 | 0 | 28 | 4C | 22 | 1D | 3E | 29 |
| Octal | 250 | 145 | 50 | 0 | 50 | 114 | 42 | 35 | 76 | 51 |
| Binary | 10101000 | 1100101 | 101000 | 0 | 101000 | 1001100 | 100010 | 11101 | 111110 | 101001 |
Color Harmonies of #A86528
Complementary color
Monochromatic Colors of #A86528
Black with #A86528
Text Example
Text Example
White with #A86528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86528; }
p { color: rgb(168,101,40); }
H1.HeaderClassName
{
color: #A86528;
}
.AnyTagClassName
{
color: #A86528;
}
</style>
background-color css
<style>
a { background-color: #A86528; }
a { background-color: rgb(168,101,40); }
div.DivClassName
{
background-color: #A86528;
}
.BgClassName
{
background-color: #A86528;
}
</style>
border-color css
<style>
span { border-color: #A86528; }
span { border-color: rgb(168,101,40); }
td.TdClassName
{
border-color: #A86528;
}
.TagClassName
{
border-color: #A86528;
}
</style>