Shades of Mai Tai #A76837
Tints of Mai Tai #A76837
RGB
CMYK
RGB Variations
Color information
#A76837 (or 0xA76837) is known color: Mai Tai. HEX triplet: A7, 68 and 37. RGB value is (167,104,55). Sum of RGB (Red+Green+Blue) = 167+104+55=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A76837 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76837 is #5897C8. Grayscale: #757575. Windows color (decimal): -5806025 or 3631271. OLE color: 3631271.
HSL color Cylindrical-coordinate representation of color #A76837: hue angle of 26.25º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A76837 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 104 | 55 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.35 |
| HSL | 26.25º | 0.5% | 0.44% | - |
| HSV(B) | 26.25º | 0.67% | 0.65% | - |
| XYZ | 21.58 | 18.39 | 6.03 | - |
| YUV | 117.25 | 92.87 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 55 | 0 | 0.38 | 0.67 | 0.35 | 26.25 | 0.5 | 0.44 |
| Hex | A7 | 68 | 37 | 0 | 26 | 43 | 23 | 1A | 32 | 2C |
| Octal | 247 | 150 | 67 | 0 | 46 | 103 | 43 | 32 | 62 | 54 |
| Binary | 10100111 | 1101000 | 110111 | 0 | 100110 | 1000011 | 100011 | 11010 | 110010 | 101100 |
Color Harmonies of #A76837
Complementary color
Monochromatic Colors of #A76837
Black with #A76837
Text Example
Text Example
White with #A76837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76837; }
p { color: rgb(167,104,55); }
H1.HeaderClassName
{
color: #A76837;
}
.AnyTagClassName
{
color: #A76837;
}
</style>
background-color css
<style>
a { background-color: #A76837; }
a { background-color: rgb(167,104,55); }
div.DivClassName
{
background-color: #A76837;
}
.BgClassName
{
background-color: #A76837;
}
</style>
border-color css
<style>
span { border-color: #A76837; }
span { border-color: rgb(167,104,55); }
td.TdClassName
{
border-color: #A76837;
}
.TagClassName
{
border-color: #A76837;
}
</style>