Shades of Mai Tai #A8662E
Tints of Mai Tai #A8662E
RGB
CMYK
RGB Variations
Color information
#A8662E (or 0xA8662E) is known color: Mai Tai. HEX triplet: A8, 66 and 2E. RGB value is (168,102,46). Sum of RGB (Red+Green+Blue) = 168+102+46=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A8662E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8662E is #5799D1. Grayscale: #737373. Windows color (decimal): -5741010 or 3040936. OLE color: 3040936.
HSL color Cylindrical-coordinate representation of color #A8662E: hue angle of 27.54º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8662E is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 46 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.34 |
| HSL | 27.54º | 0.57% | 0.42% | - |
| HSV(B) | 27.54º | 0.73% | 0.66% | - |
| XYZ | 21.39 | 18.02 | 4.94 | - |
| YUV | 115.35 | 88.87 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 46 | 0 | 0.39 | 0.73 | 0.34 | 27.54 | 0.57 | 0.42 |
| Hex | A8 | 66 | 2E | 0 | 27 | 49 | 22 | 1C | 39 | 2A |
| Octal | 250 | 146 | 56 | 0 | 47 | 111 | 42 | 34 | 71 | 52 |
| Binary | 10101000 | 1100110 | 101110 | 0 | 100111 | 1001001 | 100010 | 11100 | 111001 | 101010 |
Color Harmonies of #A8662E
Complementary color
Monochromatic Colors of #A8662E
Black with #A8662E
Text Example
Text Example
White with #A8662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8662E; }
p { color: rgb(168,102,46); }
H1.HeaderClassName
{
color: #A8662E;
}
.AnyTagClassName
{
color: #A8662E;
}
</style>
background-color css
<style>
a { background-color: #A8662E; }
a { background-color: rgb(168,102,46); }
div.DivClassName
{
background-color: #A8662E;
}
.BgClassName
{
background-color: #A8662E;
}
</style>
border-color css
<style>
span { border-color: #A8662E; }
span { border-color: rgb(168,102,46); }
td.TdClassName
{
border-color: #A8662E;
}
.TagClassName
{
border-color: #A8662E;
}
</style>