Shades of Mai Tai #A86A2A
Tints of Mai Tai #A86A2A
RGB
CMYK
RGB Variations
Color information
#A86A2A (or 0xA86A2A) is known color: Mai Tai. HEX triplet: A8, 6A and 2A. RGB value is (168,106,42). Sum of RGB (Red+Green+Blue) = 168+106+42=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86A2A is #5795D5. Grayscale: #757575. Windows color (decimal): -5739990 or 2779816. OLE color: 2779816.
HSL color Cylindrical-coordinate representation of color #A86A2A: hue angle of 30.48º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A86A2A is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 106 | 42 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.34 |
| HSL | 30.48º | 0.6% | 0.41% | - |
| HSV(B) | 30.48º | 0.75% | 0.66% | - |
| XYZ | 21.72 | 18.8 | 4.67 | - |
| YUV | 117.24 | 85.54 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 42 | 0 | 0.37 | 0.75 | 0.34 | 30.48 | 0.6 | 0.41 |
| Hex | A8 | 6A | 2A | 0 | 25 | 4B | 22 | 1E | 3C | 29 |
| Octal | 250 | 152 | 52 | 0 | 45 | 113 | 42 | 36 | 74 | 51 |
| Binary | 10101000 | 1101010 | 101010 | 0 | 100101 | 1001011 | 100010 | 11110 | 111100 | 101001 |
Color Harmonies of #A86A2A
Complementary color
Monochromatic Colors of #A86A2A
Black with #A86A2A
Text Example
Text Example
White with #A86A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86A2A; }
p { color: rgb(168,106,42); }
H1.HeaderClassName
{
color: #A86A2A;
}
.AnyTagClassName
{
color: #A86A2A;
}
</style>
background-color css
<style>
a { background-color: #A86A2A; }
a { background-color: rgb(168,106,42); }
div.DivClassName
{
background-color: #A86A2A;
}
.BgClassName
{
background-color: #A86A2A;
}
</style>
border-color css
<style>
span { border-color: #A86A2A; }
span { border-color: rgb(168,106,42); }
td.TdClassName
{
border-color: #A86A2A;
}
.TagClassName
{
border-color: #A86A2A;
}
</style>