Shades of Mai Tai #A76D38
Tints of Mai Tai #A76D38
RGB
CMYK
RGB Variations
Color information
#A76D38 (or 0xA76D38) is known color: Mai Tai. HEX triplet: A7, 6D and 38. RGB value is (167,109,56). Sum of RGB (Red+Green+Blue) = 167+109+56=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76D38 is #5892C7. Grayscale: #787878. Windows color (decimal): -5804744 or 3698087. OLE color: 3698087.
HSL color Cylindrical-coordinate representation of color #A76D38: hue angle of 28.65º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A76D38 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 109 | 56 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.35 |
| HSL | 28.65º | 0.5% | 0.44% | - |
| HSV(B) | 28.65º | 0.66% | 0.65% | - |
| XYZ | 22.12 | 19.44 | 6.33 | - |
| YUV | 120.3 | 91.72 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 56 | 0 | 0.35 | 0.66 | 0.35 | 28.65 | 0.5 | 0.44 |
| Hex | A7 | 6D | 38 | 0 | 23 | 42 | 23 | 1D | 32 | 2C |
| Octal | 247 | 155 | 70 | 0 | 43 | 102 | 43 | 35 | 62 | 54 |
| Binary | 10100111 | 1101101 | 111000 | 0 | 100011 | 1000010 | 100011 | 11101 | 110010 | 101100 |
Color Harmonies of #A76D38
Complementary color
Monochromatic Colors of #A76D38
Black with #A76D38
Text Example
Text Example
White with #A76D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76D38; }
p { color: rgb(167,109,56); }
H1.HeaderClassName
{
color: #A76D38;
}
.AnyTagClassName
{
color: #A76D38;
}
</style>
background-color css
<style>
a { background-color: #A76D38; }
a { background-color: rgb(167,109,56); }
div.DivClassName
{
background-color: #A76D38;
}
.BgClassName
{
background-color: #A76D38;
}
</style>
border-color css
<style>
span { border-color: #A76D38; }
span { border-color: rgb(167,109,56); }
td.TdClassName
{
border-color: #A76D38;
}
.TagClassName
{
border-color: #A76D38;
}
</style>