Shades of Mai Tai #A1682E
Tints of Mai Tai #A1682E
RGB
CMYK
RGB Variations
Color information
#A1682E (or 0xA1682E) is known color: Mai Tai. HEX triplet: A1, 68 and 2E. RGB value is (161,104,46). Sum of RGB (Red+Green+Blue) = 161+104+46=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A1682E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1682E is #5E97D1. Grayscale: #727272. Windows color (decimal): -6199250 or 3041441. OLE color: 3041441.
HSL color Cylindrical-coordinate representation of color #A1682E: hue angle of 30.26º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1682E is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 46 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.37 |
| HSL | 30.26º | 0.56% | 0.41% | - |
| HSV(B) | 30.26º | 0.71% | 0.63% | - |
| XYZ | 20.14 | 17.67 | 4.93 | - |
| YUV | 114.43 | 89.38 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 46 | 0 | 0.35 | 0.71 | 0.37 | 30.26 | 0.56 | 0.41 |
| Hex | A1 | 68 | 2E | 0 | 23 | 47 | 25 | 1E | 38 | 29 |
| Octal | 241 | 150 | 56 | 0 | 43 | 107 | 45 | 36 | 70 | 51 |
| Binary | 10100001 | 1101000 | 101110 | 0 | 100011 | 1000111 | 100101 | 11110 | 111000 | 101001 |
Color Harmonies of #A1682E
Complementary color
Monochromatic Colors of #A1682E
Black with #A1682E
Text Example
Text Example
White with #A1682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1682E; }
p { color: rgb(161,104,46); }
H1.HeaderClassName
{
color: #A1682E;
}
.AnyTagClassName
{
color: #A1682E;
}
</style>
background-color css
<style>
a { background-color: #A1682E; }
a { background-color: rgb(161,104,46); }
div.DivClassName
{
background-color: #A1682E;
}
.BgClassName
{
background-color: #A1682E;
}
</style>
border-color css
<style>
span { border-color: #A1682E; }
span { border-color: rgb(161,104,46); }
td.TdClassName
{
border-color: #A1682E;
}
.TagClassName
{
border-color: #A1682E;
}
</style>