Shades of Mai Tai #AB6633
Tints of Mai Tai #AB6633
RGB
CMYK
RGB Variations
Color information
#AB6633 (or 0xAB6633) is known color: Mai Tai. HEX triplet: AB, 66 and 33. RGB value is (171,102,51). Sum of RGB (Red+Green+Blue) = 171+102+51=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6633 is #5499CC. Grayscale: #757575. Windows color (decimal): -5544397 or 3368619. OLE color: 3368619.
HSL color Cylindrical-coordinate representation of color #AB6633: hue angle of 25.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB6633 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 51 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.33 |
| HSL | 25.5º | 0.54% | 0.44% | - |
| HSV(B) | 25.5º | 0.7% | 0.67% | - |
| XYZ | 22.14 | 18.4 | 5.52 | - |
| YUV | 116.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 51 | 0 | 0.40 | 0.70 | 0.33 | 25.5 | 0.54 | 0.44 |
| Hex | AB | 66 | 33 | 0 | 28 | 46 | 21 | 1A | 36 | 2C |
| Octal | 253 | 146 | 63 | 0 | 50 | 106 | 41 | 32 | 66 | 54 |
| Binary | 10101011 | 1100110 | 110011 | 0 | 101000 | 1000110 | 100001 | 11010 | 110110 | 101100 |
Color Harmonies of #AB6633
Complementary color
Monochromatic Colors of #AB6633
Black with #AB6633
Text Example
Text Example
White with #AB6633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6633; }
p { color: rgb(171,102,51); }
H1.HeaderClassName
{
color: #AB6633;
}
.AnyTagClassName
{
color: #AB6633;
}
</style>
background-color css
<style>
a { background-color: #AB6633; }
a { background-color: rgb(171,102,51); }
div.DivClassName
{
background-color: #AB6633;
}
.BgClassName
{
background-color: #AB6633;
}
</style>
border-color css
<style>
span { border-color: #AB6633; }
span { border-color: rgb(171,102,51); }
td.TdClassName
{
border-color: #AB6633;
}
.TagClassName
{
border-color: #AB6633;
}
</style>