Shades of Mai Tai #AB6020
Tints of Mai Tai #AB6020
RGB
CMYK
RGB Variations
Color information
#AB6020 (or 0xAB6020) is known color: Mai Tai. HEX triplet: AB, 60 and 20. RGB value is (171,96,32). Sum of RGB (Red+Green+Blue) = 171+96+32=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6020 is #549FDF. Grayscale: #6F6F6F. Windows color (decimal): -5545952 or 2121899. OLE color: 2121899.
HSL color Cylindrical-coordinate representation of color #AB6020: hue angle of 27.63º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB6020 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 32 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.33 |
| HSL | 27.63º | 0.68% | 0.4% | - |
| HSV(B) | 27.63º | 0.81% | 0.67% | - |
| XYZ | 21.24 | 17.13 | 3.55 | - |
| YUV | 111.13 | 83.35 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 32 | 0 | 0.44 | 0.81 | 0.33 | 27.63 | 0.68 | 0.4 |
| Hex | AB | 60 | 20 | 0 | 2C | 51 | 21 | 1C | 44 | 28 |
| Octal | 253 | 140 | 40 | 0 | 54 | 121 | 41 | 34 | 104 | 50 |
| Binary | 10101011 | 1100000 | 100000 | 0 | 101100 | 1010001 | 100001 | 11100 | 1000100 | 101000 |
Color Harmonies of #AB6020
Complementary color
Monochromatic Colors of #AB6020
Black with #AB6020
Text Example
Text Example
White with #AB6020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6020; }
p { color: rgb(171,96,32); }
H1.HeaderClassName
{
color: #AB6020;
}
.AnyTagClassName
{
color: #AB6020;
}
</style>
background-color css
<style>
a { background-color: #AB6020; }
a { background-color: rgb(171,96,32); }
div.DivClassName
{
background-color: #AB6020;
}
.BgClassName
{
background-color: #AB6020;
}
</style>
border-color css
<style>
span { border-color: #AB6020; }
span { border-color: rgb(171,96,32); }
td.TdClassName
{
border-color: #AB6020;
}
.TagClassName
{
border-color: #AB6020;
}
</style>