Shades of Mai Tai #A76C2C
Tints of Mai Tai #A76C2C
RGB
CMYK
RGB Variations
Color information
#A76C2C (or 0xA76C2C) is known color: Mai Tai. HEX triplet: A7, 6C and 2C. RGB value is (167,108,44). Sum of RGB (Red+Green+Blue) = 167+108+44=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76C2C is #5893D3. Grayscale: #767676. Windows color (decimal): -5805012 or 2911399. OLE color: 2911399.
HSL color Cylindrical-coordinate representation of color #A76C2C: hue angle of 31.22º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A76C2C is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 108 | 44 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.35 |
| HSL | 31.22º | 0.58% | 0.41% | - |
| HSV(B) | 31.22º | 0.74% | 0.65% | - |
| XYZ | 21.75 | 19.12 | 4.93 | - |
| YUV | 118.35 | 86.05 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 44 | 0 | 0.35 | 0.74 | 0.35 | 31.22 | 0.58 | 0.41 |
| Hex | A7 | 6C | 2C | 0 | 23 | 4A | 23 | 1F | 3A | 29 |
| Octal | 247 | 154 | 54 | 0 | 43 | 112 | 43 | 37 | 72 | 51 |
| Binary | 10100111 | 1101100 | 101100 | 0 | 100011 | 1001010 | 100011 | 11111 | 111010 | 101001 |
Color Harmonies of #A76C2C
Complementary color
Monochromatic Colors of #A76C2C
Black with #A76C2C
Text Example
Text Example
White with #A76C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76C2C; }
p { color: rgb(167,108,44); }
H1.HeaderClassName
{
color: #A76C2C;
}
.AnyTagClassName
{
color: #A76C2C;
}
</style>
background-color css
<style>
a { background-color: #A76C2C; }
a { background-color: rgb(167,108,44); }
div.DivClassName
{
background-color: #A76C2C;
}
.BgClassName
{
background-color: #A76C2C;
}
</style>
border-color css
<style>
span { border-color: #A76C2C; }
span { border-color: rgb(167,108,44); }
td.TdClassName
{
border-color: #A76C2C;
}
.TagClassName
{
border-color: #A76C2C;
}
</style>