Shades of Mai Tai #A26534
Tints of Mai Tai #A26534
RGB
CMYK
RGB Variations
Color information
#A26534 (or 0xA26534) is known color: Mai Tai. HEX triplet: A2, 65 and 34. RGB value is (162,101,52). Sum of RGB (Red+Green+Blue) = 162+101+52=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A26534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26534 is #5D9ACB. Grayscale: #717171. Windows color (decimal): -6134476 or 3433890. OLE color: 3433890.
HSL color Cylindrical-coordinate representation of color #A26534: hue angle of 26.73º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A26534 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 101 | 52 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.36 |
| HSL | 26.73º | 0.51% | 0.42% | - |
| HSV(B) | 26.73º | 0.68% | 0.64% | - |
| XYZ | 20.17 | 17.24 | 5.51 | - |
| YUV | 113.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 52 | 0 | 0.38 | 0.68 | 0.36 | 26.73 | 0.51 | 0.42 |
| Hex | A2 | 65 | 34 | 0 | 26 | 44 | 24 | 1B | 33 | 2A |
| Octal | 242 | 145 | 64 | 0 | 46 | 104 | 44 | 33 | 63 | 52 |
| Binary | 10100010 | 1100101 | 110100 | 0 | 100110 | 1000100 | 100100 | 11011 | 110011 | 101010 |
Color Harmonies of #A26534
Complementary color
Monochromatic Colors of #A26534
Black with #A26534
Text Example
Text Example
White with #A26534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26534; }
p { color: rgb(162,101,52); }
H1.HeaderClassName
{
color: #A26534;
}
.AnyTagClassName
{
color: #A26534;
}
</style>
background-color css
<style>
a { background-color: #A26534; }
a { background-color: rgb(162,101,52); }
div.DivClassName
{
background-color: #A26534;
}
.BgClassName
{
background-color: #A26534;
}
</style>
border-color css
<style>
span { border-color: #A26534; }
span { border-color: rgb(162,101,52); }
td.TdClassName
{
border-color: #A26534;
}
.TagClassName
{
border-color: #A26534;
}
</style>