Shades of Mai Tai #AB5E25
Tints of Mai Tai #AB5E25
RGB
CMYK
RGB Variations
Color information
#AB5E25 (or 0xAB5E25) is known color: Mai Tai. HEX triplet: AB, 5E and 25. RGB value is (171,94,37). Sum of RGB (Red+Green+Blue) = 171+94+37=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E25 is #54A1DA. Grayscale: #6E6E6E. Windows color (decimal): -5546459 or 2449067. OLE color: 2449067.
HSL color Cylindrical-coordinate representation of color #AB5E25: hue angle of 25.52º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB5E25 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 37 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.33 |
| HSL | 25.52º | 0.64% | 0.41% | - |
| HSV(B) | 25.52º | 0.78% | 0.67% | - |
| XYZ | 21.13 | 16.8 | 3.88 | - |
| YUV | 110.53 | 86.51 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 37 | 0 | 0.45 | 0.78 | 0.33 | 25.52 | 0.64 | 0.41 |
| Hex | AB | 5E | 25 | 0 | 2D | 4E | 21 | 1A | 40 | 29 |
| Octal | 253 | 136 | 45 | 0 | 55 | 116 | 41 | 32 | 100 | 51 |
| Binary | 10101011 | 1011110 | 100101 | 0 | 101101 | 1001110 | 100001 | 11010 | 1000000 | 101001 |
Color Harmonies of #AB5E25
Complementary color
Monochromatic Colors of #AB5E25
Black with #AB5E25
Text Example
Text Example
White with #AB5E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E25; }
p { color: rgb(171,94,37); }
H1.HeaderClassName
{
color: #AB5E25;
}
.AnyTagClassName
{
color: #AB5E25;
}
</style>
background-color css
<style>
a { background-color: #AB5E25; }
a { background-color: rgb(171,94,37); }
div.DivClassName
{
background-color: #AB5E25;
}
.BgClassName
{
background-color: #AB5E25;
}
</style>
border-color css
<style>
span { border-color: #AB5E25; }
span { border-color: rgb(171,94,37); }
td.TdClassName
{
border-color: #AB5E25;
}
.TagClassName
{
border-color: #AB5E25;
}
</style>