Shades of Mai Tai #AB6A2E
Tints of Mai Tai #AB6A2E
RGB
CMYK
RGB Variations
Color information
#AB6A2E (or 0xAB6A2E) is known color: Mai Tai. HEX triplet: AB, 6A and 2E. RGB value is (171,106,46). Sum of RGB (Red+Green+Blue) = 171+106+46=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6A2E is #5495D1. Grayscale: #767676. Windows color (decimal): -5543378 or 3041963. OLE color: 3041963.
HSL color Cylindrical-coordinate representation of color #AB6A2E: hue angle of 28.8º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB6A2E is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 106 | 46 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.33 |
| HSL | 28.8º | 0.58% | 0.43% | - |
| HSV(B) | 28.8º | 0.73% | 0.67% | - |
| XYZ | 22.44 | 19.16 | 5.1 | - |
| YUV | 118.6 | 87.03 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 46 | 0 | 0.38 | 0.73 | 0.33 | 28.8 | 0.58 | 0.43 |
| Hex | AB | 6A | 2E | 0 | 26 | 49 | 21 | 1D | 3A | 2B |
| Octal | 253 | 152 | 56 | 0 | 46 | 111 | 41 | 35 | 72 | 53 |
| Binary | 10101011 | 1101010 | 101110 | 0 | 100110 | 1001001 | 100001 | 11101 | 111010 | 101011 |
Color Harmonies of #AB6A2E
Complementary color
Monochromatic Colors of #AB6A2E
Black with #AB6A2E
Text Example
Text Example
White with #AB6A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6A2E; }
p { color: rgb(171,106,46); }
H1.HeaderClassName
{
color: #AB6A2E;
}
.AnyTagClassName
{
color: #AB6A2E;
}
</style>
background-color css
<style>
a { background-color: #AB6A2E; }
a { background-color: rgb(171,106,46); }
div.DivClassName
{
background-color: #AB6A2E;
}
.BgClassName
{
background-color: #AB6A2E;
}
</style>
border-color css
<style>
span { border-color: #AB6A2E; }
span { border-color: rgb(171,106,46); }
td.TdClassName
{
border-color: #AB6A2E;
}
.TagClassName
{
border-color: #AB6A2E;
}
</style>