Shades of Mai Tai #AB6329
Tints of Mai Tai #AB6329
RGB
CMYK
RGB Variations
Color information
#AB6329 (or 0xAB6329) is known color: Mai Tai. HEX triplet: AB, 63 and 29. RGB value is (171,99,41). Sum of RGB (Red+Green+Blue) = 171+99+41=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6329 is #549CD6. Grayscale: #727272. Windows color (decimal): -5545175 or 2712491. OLE color: 2712491.
HSL color Cylindrical-coordinate representation of color #AB6329: hue angle of 26.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB6329 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 99 | 41 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.33 |
| HSL | 26.77º | 0.61% | 0.42% | - |
| HSV(B) | 26.77º | 0.76% | 0.67% | - |
| XYZ | 21.66 | 17.74 | 4.38 | - |
| YUV | 113.92 | 86.85 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 41 | 0 | 0.42 | 0.76 | 0.33 | 26.77 | 0.61 | 0.42 |
| Hex | AB | 63 | 29 | 0 | 2A | 4C | 21 | 1B | 3D | 2A |
| Octal | 253 | 143 | 51 | 0 | 52 | 114 | 41 | 33 | 75 | 52 |
| Binary | 10101011 | 1100011 | 101001 | 0 | 101010 | 1001100 | 100001 | 11011 | 111101 | 101010 |
Color Harmonies of #AB6329
Complementary color
Monochromatic Colors of #AB6329
Black with #AB6329
Text Example
Text Example
White with #AB6329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6329; }
p { color: rgb(171,99,41); }
H1.HeaderClassName
{
color: #AB6329;
}
.AnyTagClassName
{
color: #AB6329;
}
</style>
background-color css
<style>
a { background-color: #AB6329; }
a { background-color: rgb(171,99,41); }
div.DivClassName
{
background-color: #AB6329;
}
.BgClassName
{
background-color: #AB6329;
}
</style>
border-color css
<style>
span { border-color: #AB6329; }
span { border-color: rgb(171,99,41); }
td.TdClassName
{
border-color: #AB6329;
}
.TagClassName
{
border-color: #AB6329;
}
</style>