Shades of Mai Tai #A2682D
Tints of Mai Tai #A2682D
RGB
CMYK
RGB Variations
Color information
#A2682D (or 0xA2682D) is known color: Mai Tai. HEX triplet: A2, 68 and 2D. RGB value is (162,104,45). Sum of RGB (Red+Green+Blue) = 162+104+45=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A2682D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2682D is #5D97D2. Grayscale: #727272. Windows color (decimal): -6133715 or 2975906. OLE color: 2975906.
HSL color Cylindrical-coordinate representation of color #A2682D: hue angle of 30.26º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2682D is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 104 | 45 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.36 |
| HSL | 30.26º | 0.57% | 0.41% | - |
| HSV(B) | 30.26º | 0.72% | 0.64% | - |
| XYZ | 20.32 | 17.77 | 4.84 | - |
| YUV | 114.62 | 88.72 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 45 | 0 | 0.36 | 0.72 | 0.36 | 30.26 | 0.57 | 0.41 |
| Hex | A2 | 68 | 2D | 0 | 24 | 48 | 24 | 1E | 39 | 29 |
| Octal | 242 | 150 | 55 | 0 | 44 | 110 | 44 | 36 | 71 | 51 |
| Binary | 10100010 | 1101000 | 101101 | 0 | 100100 | 1001000 | 100100 | 11110 | 111001 | 101001 |
Color Harmonies of #A2682D
Complementary color
Monochromatic Colors of #A2682D
Black with #A2682D
Text Example
Text Example
White with #A2682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2682D; }
p { color: rgb(162,104,45); }
H1.HeaderClassName
{
color: #A2682D;
}
.AnyTagClassName
{
color: #A2682D;
}
</style>
background-color css
<style>
a { background-color: #A2682D; }
a { background-color: rgb(162,104,45); }
div.DivClassName
{
background-color: #A2682D;
}
.BgClassName
{
background-color: #A2682D;
}
</style>
border-color css
<style>
span { border-color: #A2682D; }
span { border-color: rgb(162,104,45); }
td.TdClassName
{
border-color: #A2682D;
}
.TagClassName
{
border-color: #A2682D;
}
</style>