Shades of Mai Tai #A86833
Tints of Mai Tai #A86833
RGB
CMYK
RGB Variations
Color information
#A86833 (or 0xA86833) is known color: Mai Tai. HEX triplet: A8, 68 and 33. RGB value is (168,104,51). Sum of RGB (Red+Green+Blue) = 168+104+51=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A86833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86833 is #5797CC. Grayscale: #757575. Windows color (decimal): -5740493 or 3369128. OLE color: 3369128.
HSL color Cylindrical-coordinate representation of color #A86833: hue angle of 27.18º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A86833 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 51 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.34 |
| HSL | 27.18º | 0.53% | 0.43% | - |
| HSV(B) | 27.18º | 0.7% | 0.66% | - |
| XYZ | 21.7 | 18.46 | 5.55 | - |
| YUV | 117.09 | 90.7 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 51 | 0 | 0.38 | 0.70 | 0.34 | 27.18 | 0.53 | 0.43 |
| Hex | A8 | 68 | 33 | 0 | 26 | 46 | 22 | 1B | 35 | 2B |
| Octal | 250 | 150 | 63 | 0 | 46 | 106 | 42 | 33 | 65 | 53 |
| Binary | 10101000 | 1101000 | 110011 | 0 | 100110 | 1000110 | 100010 | 11011 | 110101 | 101011 |
Color Harmonies of #A86833
Complementary color
Monochromatic Colors of #A86833
Black with #A86833
Text Example
Text Example
White with #A86833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86833; }
p { color: rgb(168,104,51); }
H1.HeaderClassName
{
color: #A86833;
}
.AnyTagClassName
{
color: #A86833;
}
</style>
background-color css
<style>
a { background-color: #A86833; }
a { background-color: rgb(168,104,51); }
div.DivClassName
{
background-color: #A86833;
}
.BgClassName
{
background-color: #A86833;
}
</style>
border-color css
<style>
span { border-color: #A86833; }
span { border-color: rgb(168,104,51); }
td.TdClassName
{
border-color: #A86833;
}
.TagClassName
{
border-color: #A86833;
}
</style>