Shades of Mai Tai #A9682A
Tints of Mai Tai #A9682A
RGB
CMYK
RGB Variations
Color information
#A9682A (or 0xA9682A) is known color: Mai Tai. HEX triplet: A9, 68 and 2A. RGB value is (169,104,42). Sum of RGB (Red+Green+Blue) = 169+104+42=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A9682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9682A is #5697D5. Grayscale: #747474. Windows color (decimal): -5674966 or 2779305. OLE color: 2779305.
HSL color Cylindrical-coordinate representation of color #A9682A: hue angle of 29.29º 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 #A9682A is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 42 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.34 |
| HSL | 29.29º | 0.6% | 0.41% | - |
| HSV(B) | 29.29º | 0.75% | 0.66% | - |
| XYZ | 21.73 | 18.5 | 4.62 | - |
| YUV | 116.37 | 86.03 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 42 | 0 | 0.38 | 0.75 | 0.34 | 29.29 | 0.6 | 0.41 |
| Hex | A9 | 68 | 2A | 0 | 26 | 4B | 22 | 1D | 3C | 29 |
| Octal | 251 | 150 | 52 | 0 | 46 | 113 | 42 | 35 | 74 | 51 |
| Binary | 10101001 | 1101000 | 101010 | 0 | 100110 | 1001011 | 100010 | 11101 | 111100 | 101001 |
Color Harmonies of #A9682A
Complementary color
Monochromatic Colors of #A9682A
Black with #A9682A
Text Example
Text Example
White with #A9682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9682A; }
p { color: rgb(169,104,42); }
H1.HeaderClassName
{
color: #A9682A;
}
.AnyTagClassName
{
color: #A9682A;
}
</style>
background-color css
<style>
a { background-color: #A9682A; }
a { background-color: rgb(169,104,42); }
div.DivClassName
{
background-color: #A9682A;
}
.BgClassName
{
background-color: #A9682A;
}
</style>
border-color css
<style>
span { border-color: #A9682A; }
span { border-color: rgb(169,104,42); }
td.TdClassName
{
border-color: #A9682A;
}
.TagClassName
{
border-color: #A9682A;
}
</style>