Shades of Mai Tai #AB642E
Tints of Mai Tai #AB642E
RGB
CMYK
RGB Variations
Color information
#AB642E (or 0xAB642E) is known color: Mai Tai. HEX triplet: AB, 64 and 2E. RGB value is (171,100,46). Sum of RGB (Red+Green+Blue) = 171+100+46=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB642E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB642E is #549BD1. Grayscale: #737373. Windows color (decimal): -5544914 or 3040427. OLE color: 3040427.
HSL color Cylindrical-coordinate representation of color #AB642E: hue angle of 25.92º 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 #AB642E is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 46 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.33 |
| HSL | 25.92º | 0.58% | 0.43% | - |
| HSV(B) | 25.92º | 0.73% | 0.67% | - |
| XYZ | 21.84 | 17.97 | 4.9 | - |
| YUV | 115.07 | 89.02 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 46 | 0 | 0.42 | 0.73 | 0.33 | 25.92 | 0.58 | 0.43 |
| Hex | AB | 64 | 2E | 0 | 2A | 49 | 21 | 1A | 3A | 2B |
| Octal | 253 | 144 | 56 | 0 | 52 | 111 | 41 | 32 | 72 | 53 |
| Binary | 10101011 | 1100100 | 101110 | 0 | 101010 | 1001001 | 100001 | 11010 | 111010 | 101011 |
Color Harmonies of #AB642E
Complementary color
Monochromatic Colors of #AB642E
Black with #AB642E
Text Example
Text Example
White with #AB642E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB642E; }
p { color: rgb(171,100,46); }
H1.HeaderClassName
{
color: #AB642E;
}
.AnyTagClassName
{
color: #AB642E;
}
</style>
background-color css
<style>
a { background-color: #AB642E; }
a { background-color: rgb(171,100,46); }
div.DivClassName
{
background-color: #AB642E;
}
.BgClassName
{
background-color: #AB642E;
}
</style>
border-color css
<style>
span { border-color: #AB642E; }
span { border-color: rgb(171,100,46); }
td.TdClassName
{
border-color: #AB642E;
}
.TagClassName
{
border-color: #AB642E;
}
</style>