Shades of Mai Tai #A76626
Tints of Mai Tai #A76626
RGB
CMYK
RGB Variations
Color information
#A76626 (or 0xA76626) is known color: Mai Tai. HEX triplet: A7, 66 and 26. RGB value is (167,102,38). Sum of RGB (Red+Green+Blue) = 167+102+38=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A76626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76626 is #5899D9. Grayscale: #727272. Windows color (decimal): -5806554 or 2516647. OLE color: 2516647.
HSL color Cylindrical-coordinate representation of color #A76626: hue angle of 29.77º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A76626 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 102 | 38 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.35 |
| HSL | 29.77º | 0.63% | 0.4% | - |
| HSV(B) | 29.77º | 0.77% | 0.65% | - |
| XYZ | 21.04 | 17.86 | 4.17 | - |
| YUV | 114.14 | 85.03 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 102 | 38 | 0 | 0.39 | 0.77 | 0.35 | 29.77 | 0.63 | 0.4 |
| Hex | A7 | 66 | 26 | 0 | 27 | 4D | 23 | 1E | 3F | 28 |
| Octal | 247 | 146 | 46 | 0 | 47 | 115 | 43 | 36 | 77 | 50 |
| Binary | 10100111 | 1100110 | 100110 | 0 | 100111 | 1001101 | 100011 | 11110 | 111111 | 101000 |
Color Harmonies of #A76626
Complementary color
Monochromatic Colors of #A76626
Black with #A76626
Text Example
Text Example
White with #A76626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76626; }
p { color: rgb(167,102,38); }
H1.HeaderClassName
{
color: #A76626;
}
.AnyTagClassName
{
color: #A76626;
}
</style>
background-color css
<style>
a { background-color: #A76626; }
a { background-color: rgb(167,102,38); }
div.DivClassName
{
background-color: #A76626;
}
.BgClassName
{
background-color: #A76626;
}
</style>
border-color css
<style>
span { border-color: #A76626; }
span { border-color: rgb(167,102,38); }
td.TdClassName
{
border-color: #A76626;
}
.TagClassName
{
border-color: #A76626;
}
</style>