Shades of Mai Tai #A9682C
Tints of Mai Tai #A9682C
RGB
CMYK
RGB Variations
Color information
#A9682C (or 0xA9682C) is known color: Mai Tai. HEX triplet: A9, 68 and 2C. RGB value is (169,104,44). Sum of RGB (Red+Green+Blue) = 169+104+44=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A9682C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9682C is #5697D3. Grayscale: #747474. Windows color (decimal): -5674964 or 2910377. OLE color: 2910377.
HSL color Cylindrical-coordinate representation of color #A9682C: hue angle of 28.8º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A9682C is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 44 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.34 |
| HSL | 28.8º | 0.59% | 0.42% | - |
| HSV(B) | 28.8º | 0.74% | 0.66% | - |
| XYZ | 21.77 | 18.52 | 4.81 | - |
| YUV | 116.6 | 87.03 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 44 | 0 | 0.38 | 0.74 | 0.34 | 28.8 | 0.59 | 0.42 |
| Hex | A9 | 68 | 2C | 0 | 26 | 4A | 22 | 1D | 3B | 2A |
| Octal | 251 | 150 | 54 | 0 | 46 | 112 | 42 | 35 | 73 | 52 |
| Binary | 10101001 | 1101000 | 101100 | 0 | 100110 | 1001010 | 100010 | 11101 | 111011 | 101010 |
Color Harmonies of #A9682C
Complementary color
Monochromatic Colors of #A9682C
Black with #A9682C
Text Example
Text Example
White with #A9682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9682C; }
p { color: rgb(169,104,44); }
H1.HeaderClassName
{
color: #A9682C;
}
.AnyTagClassName
{
color: #A9682C;
}
</style>
background-color css
<style>
a { background-color: #A9682C; }
a { background-color: rgb(169,104,44); }
div.DivClassName
{
background-color: #A9682C;
}
.BgClassName
{
background-color: #A9682C;
}
</style>
border-color css
<style>
span { border-color: #A9682C; }
span { border-color: rgb(169,104,44); }
td.TdClassName
{
border-color: #A9682C;
}
.TagClassName
{
border-color: #A9682C;
}
</style>