Shades of Mai Tai #A86622
Tints of Mai Tai #A86622
RGB
CMYK
RGB Variations
Color information
#A86622 (or 0xA86622) is known color: Mai Tai. HEX triplet: A8, 66 and 22. RGB value is (168,102,34). Sum of RGB (Red+Green+Blue) = 168+102+34=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A86622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86622 is #5799DD. Grayscale: #727272. Windows color (decimal): -5741022 or 2254504. OLE color: 2254504.
HSL color Cylindrical-coordinate representation of color #A86622: hue angle of 30.45º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A86622 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 34 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.34 |
| HSL | 30.45º | 0.66% | 0.4% | - |
| HSV(B) | 30.45º | 0.8% | 0.66% | - |
| XYZ | 21.19 | 17.94 | 3.86 | - |
| YUV | 113.98 | 82.87 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 34 | 0 | 0.39 | 0.80 | 0.34 | 30.45 | 0.66 | 0.4 |
| Hex | A8 | 66 | 22 | 0 | 27 | 50 | 22 | 1E | 42 | 28 |
| Octal | 250 | 146 | 42 | 0 | 47 | 120 | 42 | 36 | 102 | 50 |
| Binary | 10101000 | 1100110 | 100010 | 0 | 100111 | 1010000 | 100010 | 11110 | 1000010 | 101000 |
Color Harmonies of #A86622
Complementary color
Monochromatic Colors of #A86622
Black with #A86622
Text Example
Text Example
White with #A86622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86622; }
p { color: rgb(168,102,34); }
H1.HeaderClassName
{
color: #A86622;
}
.AnyTagClassName
{
color: #A86622;
}
</style>
background-color css
<style>
a { background-color: #A86622; }
a { background-color: rgb(168,102,34); }
div.DivClassName
{
background-color: #A86622;
}
.BgClassName
{
background-color: #A86622;
}
</style>
border-color css
<style>
span { border-color: #A86622; }
span { border-color: rgb(168,102,34); }
td.TdClassName
{
border-color: #A86622;
}
.TagClassName
{
border-color: #A86622;
}
</style>