Shades of Mai Tai #A76131
Tints of Mai Tai #A76131
RGB
CMYK
RGB Variations
Color information
#A76131 (or 0xA76131) is known color: Mai Tai. HEX triplet: A7, 61 and 31. RGB value is (167,97,49). Sum of RGB (Red+Green+Blue) = 167+97+49=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A76131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76131 is #589ECE. Grayscale: #707070. Windows color (decimal): -5807823 or 3236263. OLE color: 3236263.
HSL color Cylindrical-coordinate representation of color #A76131: hue angle of 24.41º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A76131 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 97 | 49 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.35 |
| HSL | 24.41º | 0.55% | 0.42% | - |
| HSV(B) | 24.41º | 0.71% | 0.65% | - |
| XYZ | 20.77 | 16.99 | 5.09 | - |
| YUV | 112.46 | 92.19 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 97 | 49 | 0 | 0.42 | 0.71 | 0.35 | 24.41 | 0.55 | 0.42 |
| Hex | A7 | 61 | 31 | 0 | 2A | 47 | 23 | 18 | 37 | 2A |
| Octal | 247 | 141 | 61 | 0 | 52 | 107 | 43 | 30 | 67 | 52 |
| Binary | 10100111 | 1100001 | 110001 | 0 | 101010 | 1000111 | 100011 | 11000 | 110111 | 101010 |
Color Harmonies of #A76131
Complementary color
Monochromatic Colors of #A76131
Black with #A76131
Text Example
Text Example
White with #A76131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76131; }
p { color: rgb(167,97,49); }
H1.HeaderClassName
{
color: #A76131;
}
.AnyTagClassName
{
color: #A76131;
}
</style>
background-color css
<style>
a { background-color: #A76131; }
a { background-color: rgb(167,97,49); }
div.DivClassName
{
background-color: #A76131;
}
.BgClassName
{
background-color: #A76131;
}
</style>
border-color css
<style>
span { border-color: #A76131; }
span { border-color: rgb(167,97,49); }
td.TdClassName
{
border-color: #A76131;
}
.TagClassName
{
border-color: #A76131;
}
</style>