Shades of Mai Tai #AB601E
Tints of Mai Tai #AB601E
RGB
CMYK
RGB Variations
Color information
#AB601E (or 0xAB601E) is known color: Mai Tai. HEX triplet: AB, 60 and 1E. RGB value is (171,96,30). Sum of RGB (Red+Green+Blue) = 171+96+30=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB601E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB601E is #549FE1. Grayscale: #6F6F6F. Windows color (decimal): -5545954 or 1990827. OLE color: 1990827.
HSL color Cylindrical-coordinate representation of color #AB601E: hue angle of 28.09º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB601E is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 30 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.33 |
| HSL | 28.09º | 0.7% | 0.39% | - |
| HSV(B) | 28.09º | 0.82% | 0.67% | - |
| XYZ | 21.21 | 17.12 | 3.41 | - |
| YUV | 110.9 | 82.35 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 30 | 0 | 0.44 | 0.82 | 0.33 | 28.09 | 0.7 | 0.39 |
| Hex | AB | 60 | 1E | 0 | 2C | 52 | 21 | 1C | 46 | 27 |
| Octal | 253 | 140 | 36 | 0 | 54 | 122 | 41 | 34 | 106 | 47 |
| Binary | 10101011 | 1100000 | 11110 | 0 | 101100 | 1010010 | 100001 | 11100 | 1000110 | 100111 |
Color Harmonies of #AB601E
Complementary color
Monochromatic Colors of #AB601E
Black with #AB601E
Text Example
Text Example
White with #AB601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB601E; }
p { color: rgb(171,96,30); }
H1.HeaderClassName
{
color: #AB601E;
}
.AnyTagClassName
{
color: #AB601E;
}
</style>
background-color css
<style>
a { background-color: #AB601E; }
a { background-color: rgb(171,96,30); }
div.DivClassName
{
background-color: #AB601E;
}
.BgClassName
{
background-color: #AB601E;
}
</style>
border-color css
<style>
span { border-color: #AB601E; }
span { border-color: rgb(171,96,30); }
td.TdClassName
{
border-color: #AB601E;
}
.TagClassName
{
border-color: #AB601E;
}
</style>