Shades of Mai Tai #AB6136
Tints of Mai Tai #AB6136
RGB
CMYK
RGB Variations
Color information
#AB6136 (or 0xAB6136) is known color: Mai Tai. HEX triplet: AB, 61 and 36. RGB value is (171,97,54). Sum of RGB (Red+Green+Blue) = 171+97+54=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6136 is #549EC9. Grayscale: #727272. Windows color (decimal): -5545674 or 3563947. OLE color: 3563947.
HSL color Cylindrical-coordinate representation of color #AB6136: hue angle of 22.05º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB6136 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 97 | 54 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.33 |
| HSL | 22.05º | 0.52% | 0.44% | - |
| HSV(B) | 22.05º | 0.68% | 0.67% | - |
| XYZ | 21.74 | 17.47 | 5.72 | - |
| YUV | 114.22 | 94.02 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 54 | 0 | 0.43 | 0.68 | 0.33 | 22.05 | 0.52 | 0.44 |
| Hex | AB | 61 | 36 | 0 | 2B | 44 | 21 | 16 | 34 | 2C |
| Octal | 253 | 141 | 66 | 0 | 53 | 104 | 41 | 26 | 64 | 54 |
| Binary | 10101011 | 1100001 | 110110 | 0 | 101011 | 1000100 | 100001 | 10110 | 110100 | 101100 |
Color Harmonies of #AB6136
Complementary color
Monochromatic Colors of #AB6136
Black with #AB6136
Text Example
Text Example
White with #AB6136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6136; }
p { color: rgb(171,97,54); }
H1.HeaderClassName
{
color: #AB6136;
}
.AnyTagClassName
{
color: #AB6136;
}
</style>
background-color css
<style>
a { background-color: #AB6136; }
a { background-color: rgb(171,97,54); }
div.DivClassName
{
background-color: #AB6136;
}
.BgClassName
{
background-color: #AB6136;
}
</style>
border-color css
<style>
span { border-color: #AB6136; }
span { border-color: rgb(171,97,54); }
td.TdClassName
{
border-color: #AB6136;
}
.TagClassName
{
border-color: #AB6136;
}
</style>