Shades of Mai Tai #A86627
Tints of Mai Tai #A86627
RGB
CMYK
RGB Variations
Color information
#A86627 (or 0xA86627) is known color: Mai Tai. HEX triplet: A8, 66 and 27. RGB value is (168,102,39). Sum of RGB (Red+Green+Blue) = 168+102+39=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A86627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86627 is #5799D8. Grayscale: #727272. Windows color (decimal): -5741017 or 2582184. OLE color: 2582184.
HSL color Cylindrical-coordinate representation of color #A86627: hue angle of 29.3º 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 #A86627 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 39 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.34 |
| HSL | 29.3º | 0.62% | 0.41% | - |
| HSV(B) | 29.3º | 0.77% | 0.66% | - |
| XYZ | 21.27 | 17.97 | 4.27 | - |
| YUV | 114.55 | 85.37 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 39 | 0 | 0.39 | 0.77 | 0.34 | 29.3 | 0.62 | 0.41 |
| Hex | A8 | 66 | 27 | 0 | 27 | 4D | 22 | 1D | 3E | 29 |
| Octal | 250 | 146 | 47 | 0 | 47 | 115 | 42 | 35 | 76 | 51 |
| Binary | 10101000 | 1100110 | 100111 | 0 | 100111 | 1001101 | 100010 | 11101 | 111110 | 101001 |
Color Harmonies of #A86627
Complementary color
Monochromatic Colors of #A86627
Black with #A86627
Text Example
Text Example
White with #A86627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86627; }
p { color: rgb(168,102,39); }
H1.HeaderClassName
{
color: #A86627;
}
.AnyTagClassName
{
color: #A86627;
}
</style>
background-color css
<style>
a { background-color: #A86627; }
a { background-color: rgb(168,102,39); }
div.DivClassName
{
background-color: #A86627;
}
.BgClassName
{
background-color: #A86627;
}
</style>
border-color css
<style>
span { border-color: #A86627; }
span { border-color: rgb(168,102,39); }
td.TdClassName
{
border-color: #A86627;
}
.TagClassName
{
border-color: #A86627;
}
</style>