Shades of Mai Tai #AB6223
Tints of Mai Tai #AB6223
RGB
CMYK
RGB Variations
Color information
#AB6223 (or 0xAB6223) is known color: Mai Tai. HEX triplet: AB, 62 and 23. RGB value is (171,98,35). Sum of RGB (Red+Green+Blue) = 171+98+35=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6223 is #549DDC. Grayscale: #707070. Windows color (decimal): -5545437 or 2319019. OLE color: 2319019.
HSL color Cylindrical-coordinate representation of color #AB6223: hue angle of 27.79º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB6223 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 35 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.33 |
| HSL | 27.79º | 0.66% | 0.4% | - |
| HSV(B) | 27.79º | 0.8% | 0.67% | - |
| XYZ | 21.47 | 17.51 | 3.84 | - |
| YUV | 112.65 | 84.18 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 35 | 0 | 0.43 | 0.80 | 0.33 | 27.79 | 0.66 | 0.4 |
| Hex | AB | 62 | 23 | 0 | 2B | 50 | 21 | 1C | 42 | 28 |
| Octal | 253 | 142 | 43 | 0 | 53 | 120 | 41 | 34 | 102 | 50 |
| Binary | 10101011 | 1100010 | 100011 | 0 | 101011 | 1010000 | 100001 | 11100 | 1000010 | 101000 |
Color Harmonies of #AB6223
Complementary color
Monochromatic Colors of #AB6223
Black with #AB6223
Text Example
Text Example
White with #AB6223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6223; }
p { color: rgb(171,98,35); }
H1.HeaderClassName
{
color: #AB6223;
}
.AnyTagClassName
{
color: #AB6223;
}
</style>
background-color css
<style>
a { background-color: #AB6223; }
a { background-color: rgb(171,98,35); }
div.DivClassName
{
background-color: #AB6223;
}
.BgClassName
{
background-color: #AB6223;
}
</style>
border-color css
<style>
span { border-color: #AB6223; }
span { border-color: rgb(171,98,35); }
td.TdClassName
{
border-color: #AB6223;
}
.TagClassName
{
border-color: #AB6223;
}
</style>