Shades of Mai Tai #A86A27
Tints of Mai Tai #A86A27
RGB
CMYK
RGB Variations
Color information
#A86A27 (or 0xA86A27) is known color: Mai Tai. HEX triplet: A8, 6A and 27. RGB value is (168,106,39). Sum of RGB (Red+Green+Blue) = 168+106+39=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86A27 is #5795D8. Grayscale: #757575. Windows color (decimal): -5739993 or 2583208. OLE color: 2583208.
HSL color Cylindrical-coordinate representation of color #A86A27: hue angle of 31.16º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A86A27 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 106 | 39 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.34 |
| HSL | 31.16º | 0.62% | 0.41% | - |
| HSV(B) | 31.16º | 0.77% | 0.66% | - |
| XYZ | 21.67 | 18.78 | 4.4 | - |
| YUV | 116.9 | 84.04 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 39 | 0 | 0.37 | 0.77 | 0.34 | 31.16 | 0.62 | 0.41 |
| Hex | A8 | 6A | 27 | 0 | 25 | 4D | 22 | 1F | 3E | 29 |
| Octal | 250 | 152 | 47 | 0 | 45 | 115 | 42 | 37 | 76 | 51 |
| Binary | 10101000 | 1101010 | 100111 | 0 | 100101 | 1001101 | 100010 | 11111 | 111110 | 101001 |
Color Harmonies of #A86A27
Complementary color
Monochromatic Colors of #A86A27
Black with #A86A27
Text Example
Text Example
White with #A86A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86A27; }
p { color: rgb(168,106,39); }
H1.HeaderClassName
{
color: #A86A27;
}
.AnyTagClassName
{
color: #A86A27;
}
</style>
background-color css
<style>
a { background-color: #A86A27; }
a { background-color: rgb(168,106,39); }
div.DivClassName
{
background-color: #A86A27;
}
.BgClassName
{
background-color: #A86A27;
}
</style>
border-color css
<style>
span { border-color: #A86A27; }
span { border-color: rgb(168,106,39); }
td.TdClassName
{
border-color: #A86A27;
}
.TagClassName
{
border-color: #A86A27;
}
</style>