Shades of Mai Tai #A86827
Tints of Mai Tai #A86827
RGB
CMYK
RGB Variations
Color information
#A86827 (or 0xA86827) is known color: Mai Tai. HEX triplet: A8, 68 and 27. RGB value is (168,104,39). Sum of RGB (Red+Green+Blue) = 168+104+39=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A86827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86827 is #5797D8. Grayscale: #747474. Windows color (decimal): -5740505 or 2582696. OLE color: 2582696.
HSL color Cylindrical-coordinate representation of color #A86827: hue angle of 30.23º 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 #A86827 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 39 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.34 |
| HSL | 30.23º | 0.62% | 0.41% | - |
| HSV(B) | 30.23º | 0.77% | 0.66% | - |
| XYZ | 21.46 | 18.37 | 4.33 | - |
| YUV | 115.73 | 84.7 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 39 | 0 | 0.38 | 0.77 | 0.34 | 30.23 | 0.62 | 0.41 |
| Hex | A8 | 68 | 27 | 0 | 26 | 4D | 22 | 1E | 3E | 29 |
| Octal | 250 | 150 | 47 | 0 | 46 | 115 | 42 | 36 | 76 | 51 |
| Binary | 10101000 | 1101000 | 100111 | 0 | 100110 | 1001101 | 100010 | 11110 | 111110 | 101001 |
Color Harmonies of #A86827
Complementary color
Monochromatic Colors of #A86827
Black with #A86827
Text Example
Text Example
White with #A86827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86827; }
p { color: rgb(168,104,39); }
H1.HeaderClassName
{
color: #A86827;
}
.AnyTagClassName
{
color: #A86827;
}
</style>
background-color css
<style>
a { background-color: #A86827; }
a { background-color: rgb(168,104,39); }
div.DivClassName
{
background-color: #A86827;
}
.BgClassName
{
background-color: #A86827;
}
</style>
border-color css
<style>
span { border-color: #A86827; }
span { border-color: rgb(168,104,39); }
td.TdClassName
{
border-color: #A86827;
}
.TagClassName
{
border-color: #A86827;
}
</style>