Shades of Mai Tai #AB622D
Tints of Mai Tai #AB622D
RGB
CMYK
RGB Variations
Color information
#AB622D (or 0xAB622D) is known color: Mai Tai. HEX triplet: AB, 62 and 2D. RGB value is (171,98,45). Sum of RGB (Red+Green+Blue) = 171+98+45=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB622D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB622D is #549DD2. Grayscale: #727272. Windows color (decimal): -5545427 or 2974379. OLE color: 2974379.
HSL color Cylindrical-coordinate representation of color #AB622D: hue angle of 25.24º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB622D is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 45 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.33 |
| HSL | 25.24º | 0.58% | 0.42% | - |
| HSV(B) | 25.24º | 0.74% | 0.67% | - |
| XYZ | 21.64 | 17.58 | 4.74 | - |
| YUV | 113.79 | 89.18 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 45 | 0 | 0.43 | 0.74 | 0.33 | 25.24 | 0.58 | 0.42 |
| Hex | AB | 62 | 2D | 0 | 2B | 4A | 21 | 19 | 3A | 2A |
| Octal | 253 | 142 | 55 | 0 | 53 | 112 | 41 | 31 | 72 | 52 |
| Binary | 10101011 | 1100010 | 101101 | 0 | 101011 | 1001010 | 100001 | 11001 | 111010 | 101010 |
Color Harmonies of #AB622D
Complementary color
Monochromatic Colors of #AB622D
Black with #AB622D
Text Example
Text Example
White with #AB622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB622D; }
p { color: rgb(171,98,45); }
H1.HeaderClassName
{
color: #AB622D;
}
.AnyTagClassName
{
color: #AB622D;
}
</style>
background-color css
<style>
a { background-color: #AB622D; }
a { background-color: rgb(171,98,45); }
div.DivClassName
{
background-color: #AB622D;
}
.BgClassName
{
background-color: #AB622D;
}
</style>
border-color css
<style>
span { border-color: #AB622D; }
span { border-color: rgb(171,98,45); }
td.TdClassName
{
border-color: #AB622D;
}
.TagClassName
{
border-color: #AB622D;
}
</style>