Shades of Mai Tai #AB662D
Tints of Mai Tai #AB662D
RGB
CMYK
RGB Variations
Color information
#AB662D (or 0xAB662D) is known color: Mai Tai. HEX triplet: AB, 66 and 2D. RGB value is (171,102,45). Sum of RGB (Red+Green+Blue) = 171+102+45=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB662D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB662D is #5499D2. Grayscale: #747474. Windows color (decimal): -5544403 or 2975403. OLE color: 2975403.
HSL color Cylindrical-coordinate representation of color #AB662D: hue angle of 27.14º 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 #AB662D is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 45 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.33 |
| HSL | 27.14º | 0.58% | 0.42% | - |
| HSV(B) | 27.14º | 0.74% | 0.67% | - |
| XYZ | 22.02 | 18.35 | 4.86 | - |
| YUV | 116.13 | 87.86 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 45 | 0 | 0.40 | 0.74 | 0.33 | 27.14 | 0.58 | 0.42 |
| Hex | AB | 66 | 2D | 0 | 28 | 4A | 21 | 1B | 3A | 2A |
| Octal | 253 | 146 | 55 | 0 | 50 | 112 | 41 | 33 | 72 | 52 |
| Binary | 10101011 | 1100110 | 101101 | 0 | 101000 | 1001010 | 100001 | 11011 | 111010 | 101010 |
Color Harmonies of #AB662D
Complementary color
Monochromatic Colors of #AB662D
Black with #AB662D
Text Example
Text Example
White with #AB662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB662D; }
p { color: rgb(171,102,45); }
H1.HeaderClassName
{
color: #AB662D;
}
.AnyTagClassName
{
color: #AB662D;
}
</style>
background-color css
<style>
a { background-color: #AB662D; }
a { background-color: rgb(171,102,45); }
div.DivClassName
{
background-color: #AB662D;
}
.BgClassName
{
background-color: #AB662D;
}
</style>
border-color css
<style>
span { border-color: #AB662D; }
span { border-color: rgb(171,102,45); }
td.TdClassName
{
border-color: #AB662D;
}
.TagClassName
{
border-color: #AB662D;
}
</style>