Shades of Mai Tai #A76532
Tints of Mai Tai #A76532
RGB
CMYK
RGB Variations
Color information
#A76532 (or 0xA76532) is known color: Mai Tai. HEX triplet: A7, 65 and 32. RGB value is (167,101,50). Sum of RGB (Red+Green+Blue) = 167+101+50=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A76532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76532 is #589ACD. Grayscale: #737373. Windows color (decimal): -5806798 or 3302823. OLE color: 3302823.
HSL color Cylindrical-coordinate representation of color #A76532: hue angle of 26.15º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A76532 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 101 | 50 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.35 |
| HSL | 26.15º | 0.54% | 0.43% | - |
| HSV(B) | 26.15º | 0.7% | 0.65% | - |
| XYZ | 21.17 | 17.75 | 5.33 | - |
| YUV | 114.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 50 | 0 | 0.40 | 0.70 | 0.35 | 26.15 | 0.54 | 0.43 |
| Hex | A7 | 65 | 32 | 0 | 28 | 46 | 23 | 1A | 36 | 2B |
| Octal | 247 | 145 | 62 | 0 | 50 | 106 | 43 | 32 | 66 | 53 |
| Binary | 10100111 | 1100101 | 110010 | 0 | 101000 | 1000110 | 100011 | 11010 | 110110 | 101011 |
Color Harmonies of #A76532
Complementary color
Monochromatic Colors of #A76532
Black with #A76532
Text Example
Text Example
White with #A76532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76532; }
p { color: rgb(167,101,50); }
H1.HeaderClassName
{
color: #A76532;
}
.AnyTagClassName
{
color: #A76532;
}
</style>
background-color css
<style>
a { background-color: #A76532; }
a { background-color: rgb(167,101,50); }
div.DivClassName
{
background-color: #A76532;
}
.BgClassName
{
background-color: #A76532;
}
</style>
border-color css
<style>
span { border-color: #A76532; }
span { border-color: rgb(167,101,50); }
td.TdClassName
{
border-color: #A76532;
}
.TagClassName
{
border-color: #A76532;
}
</style>