Shades of Mai Tai #A26828
Tints of Mai Tai #A26828
RGB
CMYK
RGB Variations
Color information
#A26828 (or 0xA26828) is known color: Mai Tai. HEX triplet: A2, 68 and 28. RGB value is (162,104,40). Sum of RGB (Red+Green+Blue) = 162+104+40=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A26828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26828 is #5D97D7. Grayscale: #727272. Windows color (decimal): -6133720 or 2648226. OLE color: 2648226.
HSL color Cylindrical-coordinate representation of color #A26828: hue angle of 31.48º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A26828 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 104 | 40 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.36 |
| HSL | 31.48º | 0.6% | 0.4% | - |
| HSV(B) | 31.48º | 0.75% | 0.64% | - |
| XYZ | 20.23 | 17.74 | 4.36 | - |
| YUV | 114.05 | 86.22 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 40 | 0 | 0.36 | 0.75 | 0.36 | 31.48 | 0.6 | 0.4 |
| Hex | A2 | 68 | 28 | 0 | 24 | 4B | 24 | 1F | 3C | 28 |
| Octal | 242 | 150 | 50 | 0 | 44 | 113 | 44 | 37 | 74 | 50 |
| Binary | 10100010 | 1101000 | 101000 | 0 | 100100 | 1001011 | 100100 | 11111 | 111100 | 101000 |
Color Harmonies of #A26828
Complementary color
Monochromatic Colors of #A26828
Black with #A26828
Text Example
Text Example
White with #A26828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26828; }
p { color: rgb(162,104,40); }
H1.HeaderClassName
{
color: #A26828;
}
.AnyTagClassName
{
color: #A26828;
}
</style>
background-color css
<style>
a { background-color: #A26828; }
a { background-color: rgb(162,104,40); }
div.DivClassName
{
background-color: #A26828;
}
.BgClassName
{
background-color: #A26828;
}
</style>
border-color css
<style>
span { border-color: #A26828; }
span { border-color: rgb(162,104,40); }
td.TdClassName
{
border-color: #A26828;
}
.TagClassName
{
border-color: #A26828;
}
</style>