Shades of Mai Tai #AB6A2C
Tints of Mai Tai #AB6A2C
RGB
CMYK
RGB Variations
Color information
#AB6A2C (or 0xAB6A2C) is known color: Mai Tai. HEX triplet: AB, 6A and 2C. RGB value is (171,106,44). Sum of RGB (Red+Green+Blue) = 171+106+44=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6A2C is #5495D3. Grayscale: #767676. Windows color (decimal): -5543380 or 2910891. OLE color: 2910891.
HSL color Cylindrical-coordinate representation of color #AB6A2C: hue angle of 29.29º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB6A2C is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 106 | 44 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.33 |
| HSL | 29.29º | 0.59% | 0.42% | - |
| HSV(B) | 29.29º | 0.74% | 0.67% | - |
| XYZ | 22.4 | 19.15 | 4.9 | - |
| YUV | 118.37 | 86.03 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 44 | 0 | 0.38 | 0.74 | 0.33 | 29.29 | 0.59 | 0.42 |
| Hex | AB | 6A | 2C | 0 | 26 | 4A | 21 | 1D | 3B | 2A |
| Octal | 253 | 152 | 54 | 0 | 46 | 112 | 41 | 35 | 73 | 52 |
| Binary | 10101011 | 1101010 | 101100 | 0 | 100110 | 1001010 | 100001 | 11101 | 111011 | 101010 |
Color Harmonies of #AB6A2C
Complementary color
Monochromatic Colors of #AB6A2C
Black with #AB6A2C
Text Example
Text Example
White with #AB6A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6A2C; }
p { color: rgb(171,106,44); }
H1.HeaderClassName
{
color: #AB6A2C;
}
.AnyTagClassName
{
color: #AB6A2C;
}
</style>
background-color css
<style>
a { background-color: #AB6A2C; }
a { background-color: rgb(171,106,44); }
div.DivClassName
{
background-color: #AB6A2C;
}
.BgClassName
{
background-color: #AB6A2C;
}
</style>
border-color css
<style>
span { border-color: #AB6A2C; }
span { border-color: rgb(171,106,44); }
td.TdClassName
{
border-color: #AB6A2C;
}
.TagClassName
{
border-color: #AB6A2C;
}
</style>