Shades of Mai Tai #A7682A
Tints of Mai Tai #A7682A
RGB
CMYK
RGB Variations
Color information
#A7682A (or 0xA7682A) is known color: Mai Tai. HEX triplet: A7, 68 and 2A. RGB value is (167,104,42). Sum of RGB (Red+Green+Blue) = 167+104+42=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A7682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7682A is #5897D5. Grayscale: #747474. Windows color (decimal): -5806038 or 2779303. OLE color: 2779303.
HSL color Cylindrical-coordinate representation of color #A7682A: hue angle of 29.76º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7682A is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 104 | 42 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.35 |
| HSL | 29.76º | 0.6% | 0.41% | - |
| HSV(B) | 29.76º | 0.75% | 0.65% | - |
| XYZ | 21.3 | 18.28 | 4.6 | - |
| YUV | 115.77 | 86.37 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 42 | 0 | 0.38 | 0.75 | 0.35 | 29.76 | 0.6 | 0.41 |
| Hex | A7 | 68 | 2A | 0 | 26 | 4B | 23 | 1E | 3C | 29 |
| Octal | 247 | 150 | 52 | 0 | 46 | 113 | 43 | 36 | 74 | 51 |
| Binary | 10100111 | 1101000 | 101010 | 0 | 100110 | 1001011 | 100011 | 11110 | 111100 | 101001 |
Color Harmonies of #A7682A
Complementary color
Monochromatic Colors of #A7682A
Black with #A7682A
Text Example
Text Example
White with #A7682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7682A; }
p { color: rgb(167,104,42); }
H1.HeaderClassName
{
color: #A7682A;
}
.AnyTagClassName
{
color: #A7682A;
}
</style>
background-color css
<style>
a { background-color: #A7682A; }
a { background-color: rgb(167,104,42); }
div.DivClassName
{
background-color: #A7682A;
}
.BgClassName
{
background-color: #A7682A;
}
</style>
border-color css
<style>
span { border-color: #A7682A; }
span { border-color: rgb(167,104,42); }
td.TdClassName
{
border-color: #A7682A;
}
.TagClassName
{
border-color: #A7682A;
}
</style>