Shades of Mai Tai #A1682D
Tints of Mai Tai #A1682D
RGB
CMYK
RGB Variations
Color information
#A1682D (or 0xA1682D) is known color: Mai Tai. HEX triplet: A1, 68 and 2D. RGB value is (161,104,45). Sum of RGB (Red+Green+Blue) = 161+104+45=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A1682D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1682D is #5E97D2. Grayscale: #727272. Windows color (decimal): -6199251 or 2975905. OLE color: 2975905.
HSL color Cylindrical-coordinate representation of color #A1682D: hue angle of 30.52º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1682D is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 45 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.37 |
| HSL | 30.52º | 0.56% | 0.4% | - |
| HSV(B) | 30.52º | 0.72% | 0.63% | - |
| XYZ | 20.12 | 17.67 | 4.83 | - |
| YUV | 114.32 | 88.88 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 45 | 0 | 0.35 | 0.72 | 0.37 | 30.52 | 0.56 | 0.4 |
| Hex | A1 | 68 | 2D | 0 | 23 | 48 | 25 | 1F | 38 | 28 |
| Octal | 241 | 150 | 55 | 0 | 43 | 110 | 45 | 37 | 70 | 50 |
| Binary | 10100001 | 1101000 | 101101 | 0 | 100011 | 1001000 | 100101 | 11111 | 111000 | 101000 |
Color Harmonies of #A1682D
Complementary color
Monochromatic Colors of #A1682D
Black with #A1682D
Text Example
Text Example
White with #A1682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1682D; }
p { color: rgb(161,104,45); }
H1.HeaderClassName
{
color: #A1682D;
}
.AnyTagClassName
{
color: #A1682D;
}
</style>
background-color css
<style>
a { background-color: #A1682D; }
a { background-color: rgb(161,104,45); }
div.DivClassName
{
background-color: #A1682D;
}
.BgClassName
{
background-color: #A1682D;
}
</style>
border-color css
<style>
span { border-color: #A1682D; }
span { border-color: rgb(161,104,45); }
td.TdClassName
{
border-color: #A1682D;
}
.TagClassName
{
border-color: #A1682D;
}
</style>