Shades of Mai Tai #A8682A
Tints of Mai Tai #A8682A
RGB
CMYK
RGB Variations
Color information
#A8682A (or 0xA8682A) is known color: Mai Tai. HEX triplet: A8, 68 and 2A. RGB value is (168,104,42). Sum of RGB (Red+Green+Blue) = 168+104+42=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A8682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8682A is #5797D5. Grayscale: #747474. Windows color (decimal): -5740502 or 2779304. OLE color: 2779304.
HSL color Cylindrical-coordinate representation of color #A8682A: hue angle of 29.52º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8682A is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 42 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.34 |
| HSL | 29.52º | 0.6% | 0.41% | - |
| HSV(B) | 29.52º | 0.75% | 0.66% | - |
| XYZ | 21.52 | 18.39 | 4.61 | - |
| YUV | 116.07 | 86.2 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 42 | 0 | 0.38 | 0.75 | 0.34 | 29.52 | 0.6 | 0.41 |
| Hex | A8 | 68 | 2A | 0 | 26 | 4B | 22 | 1E | 3C | 29 |
| Octal | 250 | 150 | 52 | 0 | 46 | 113 | 42 | 36 | 74 | 51 |
| Binary | 10101000 | 1101000 | 101010 | 0 | 100110 | 1001011 | 100010 | 11110 | 111100 | 101001 |
Color Harmonies of #A8682A
Complementary color
Monochromatic Colors of #A8682A
Black with #A8682A
Text Example
Text Example
White with #A8682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8682A; }
p { color: rgb(168,104,42); }
H1.HeaderClassName
{
color: #A8682A;
}
.AnyTagClassName
{
color: #A8682A;
}
</style>
background-color css
<style>
a { background-color: #A8682A; }
a { background-color: rgb(168,104,42); }
div.DivClassName
{
background-color: #A8682A;
}
.BgClassName
{
background-color: #A8682A;
}
</style>
border-color css
<style>
span { border-color: #A8682A; }
span { border-color: rgb(168,104,42); }
td.TdClassName
{
border-color: #A8682A;
}
.TagClassName
{
border-color: #A8682A;
}
</style>