Shades of Mai Tai #A26932
Tints of Mai Tai #A26932
RGB
CMYK
RGB Variations
Color information
#A26932 (or 0xA26932) is known color: Mai Tai. HEX triplet: A2, 69 and 32. RGB value is (162,105,50). Sum of RGB (Red+Green+Blue) = 162+105+50=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A26932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26932 is #5D96CD. Grayscale: #747474. Windows color (decimal): -6133454 or 3303842. OLE color: 3303842.
HSL color Cylindrical-coordinate representation of color #A26932: hue angle of 29.46º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A26932 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 105 | 50 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.36 |
| HSL | 29.46º | 0.53% | 0.42% | - |
| HSV(B) | 29.46º | 0.69% | 0.64% | - |
| XYZ | 20.53 | 18.01 | 5.41 | - |
| YUV | 115.77 | 90.88 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 50 | 0 | 0.35 | 0.69 | 0.36 | 29.46 | 0.53 | 0.42 |
| Hex | A2 | 69 | 32 | 0 | 23 | 45 | 24 | 1D | 35 | 2A |
| Octal | 242 | 151 | 62 | 0 | 43 | 105 | 44 | 35 | 65 | 52 |
| Binary | 10100010 | 1101001 | 110010 | 0 | 100011 | 1000101 | 100100 | 11101 | 110101 | 101010 |
Color Harmonies of #A26932
Complementary color
Monochromatic Colors of #A26932
Black with #A26932
Text Example
Text Example
White with #A26932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26932; }
p { color: rgb(162,105,50); }
H1.HeaderClassName
{
color: #A26932;
}
.AnyTagClassName
{
color: #A26932;
}
</style>
background-color css
<style>
a { background-color: #A26932; }
a { background-color: rgb(162,105,50); }
div.DivClassName
{
background-color: #A26932;
}
.BgClassName
{
background-color: #A26932;
}
</style>
border-color css
<style>
span { border-color: #A26932; }
span { border-color: rgb(162,105,50); }
td.TdClassName
{
border-color: #A26932;
}
.TagClassName
{
border-color: #A26932;
}
</style>