Shades of Mai Tai #AB641D
Tints of Mai Tai #AB641D
RGB
CMYK
RGB Variations
Color information
#AB641D (or 0xAB641D) is known color: Mai Tai. HEX triplet: AB, 64 and 1D. RGB value is (171,100,29). Sum of RGB (Red+Green+Blue) = 171+100+29=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB641D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB641D is #549BE2. Grayscale: #717171. Windows color (decimal): -5544931 or 1926315. OLE color: 1926315.
HSL color Cylindrical-coordinate representation of color #AB641D: hue angle of 30º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB641D is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 29 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.33 |
| HSL | 30º | 0.71% | 0.39% | - |
| HSV(B) | 30º | 0.83% | 0.67% | - |
| XYZ | 21.57 | 17.86 | 3.47 | - |
| YUV | 113.14 | 80.52 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 29 | 0 | 0.42 | 0.83 | 0.33 | 30 | 0.71 | 0.39 |
| Hex | AB | 64 | 1D | 0 | 2A | 53 | 21 | 1E | 47 | 27 |
| Octal | 253 | 144 | 35 | 0 | 52 | 123 | 41 | 36 | 107 | 47 |
| Binary | 10101011 | 1100100 | 11101 | 0 | 101010 | 1010011 | 100001 | 11110 | 1000111 | 100111 |
Color Harmonies of #AB641D
Complementary color
Monochromatic Colors of #AB641D
Black with #AB641D
Text Example
Text Example
White with #AB641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB641D; }
p { color: rgb(171,100,29); }
H1.HeaderClassName
{
color: #AB641D;
}
.AnyTagClassName
{
color: #AB641D;
}
</style>
background-color css
<style>
a { background-color: #AB641D; }
a { background-color: rgb(171,100,29); }
div.DivClassName
{
background-color: #AB641D;
}
.BgClassName
{
background-color: #AB641D;
}
</style>
border-color css
<style>
span { border-color: #AB641D; }
span { border-color: rgb(171,100,29); }
td.TdClassName
{
border-color: #AB641D;
}
.TagClassName
{
border-color: #AB641D;
}
</style>