Shades of Mai Tai #A7682D
Tints of Mai Tai #A7682D
RGB
CMYK
RGB Variations
Color information
#A7682D (or 0xA7682D) is known color: Mai Tai. HEX triplet: A7, 68 and 2D. RGB value is (167,104,45). Sum of RGB (Red+Green+Blue) = 167+104+45=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A7682D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7682D is #5897D2. Grayscale: #747474. Windows color (decimal): -5806035 or 2975911. OLE color: 2975911.
HSL color Cylindrical-coordinate representation of color #A7682D: hue angle of 29.02º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7682D is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 104 | 45 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.35 |
| HSL | 29.02º | 0.58% | 0.42% | - |
| HSV(B) | 29.02º | 0.73% | 0.65% | - |
| XYZ | 21.36 | 18.31 | 4.89 | - |
| YUV | 116.11 | 87.87 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 45 | 0 | 0.38 | 0.73 | 0.35 | 29.02 | 0.58 | 0.42 |
| Hex | A7 | 68 | 2D | 0 | 26 | 49 | 23 | 1D | 3A | 2A |
| Octal | 247 | 150 | 55 | 0 | 46 | 111 | 43 | 35 | 72 | 52 |
| Binary | 10100111 | 1101000 | 101101 | 0 | 100110 | 1001001 | 100011 | 11101 | 111010 | 101010 |
Color Harmonies of #A7682D
Complementary color
Monochromatic Colors of #A7682D
Black with #A7682D
Text Example
Text Example
White with #A7682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7682D; }
p { color: rgb(167,104,45); }
H1.HeaderClassName
{
color: #A7682D;
}
.AnyTagClassName
{
color: #A7682D;
}
</style>
background-color css
<style>
a { background-color: #A7682D; }
a { background-color: rgb(167,104,45); }
div.DivClassName
{
background-color: #A7682D;
}
.BgClassName
{
background-color: #A7682D;
}
</style>
border-color css
<style>
span { border-color: #A7682D; }
span { border-color: rgb(167,104,45); }
td.TdClassName
{
border-color: #A7682D;
}
.TagClassName
{
border-color: #A7682D;
}
</style>