Shades of Mai Tai #AB682D
Tints of Mai Tai #AB682D
RGB
CMYK
RGB Variations
Color information
#AB682D (or 0xAB682D) is known color: Mai Tai. HEX triplet: AB, 68 and 2D. RGB value is (171,104,45). Sum of RGB (Red+Green+Blue) = 171+104+45=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB682D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB682D is #5497D2. Grayscale: #757575. Windows color (decimal): -5543891 or 2975915. OLE color: 2975915.
HSL color Cylindrical-coordinate representation of color #AB682D: hue angle of 28.1º 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 #AB682D is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 45 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.33 |
| HSL | 28.1º | 0.58% | 0.42% | - |
| HSV(B) | 28.1º | 0.74% | 0.67% | - |
| XYZ | 22.22 | 18.75 | 4.93 | - |
| YUV | 117.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 45 | 0 | 0.39 | 0.74 | 0.33 | 28.1 | 0.58 | 0.42 |
| Hex | AB | 68 | 2D | 0 | 27 | 4A | 21 | 1C | 3A | 2A |
| Octal | 253 | 150 | 55 | 0 | 47 | 112 | 41 | 34 | 72 | 52 |
| Binary | 10101011 | 1101000 | 101101 | 0 | 100111 | 1001010 | 100001 | 11100 | 111010 | 101010 |
Color Harmonies of #AB682D
Complementary color
Monochromatic Colors of #AB682D
Black with #AB682D
Text Example
Text Example
White with #AB682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB682D; }
p { color: rgb(171,104,45); }
H1.HeaderClassName
{
color: #AB682D;
}
.AnyTagClassName
{
color: #AB682D;
}
</style>
background-color css
<style>
a { background-color: #AB682D; }
a { background-color: rgb(171,104,45); }
div.DivClassName
{
background-color: #AB682D;
}
.BgClassName
{
background-color: #AB682D;
}
</style>
border-color css
<style>
span { border-color: #AB682D; }
span { border-color: rgb(171,104,45); }
td.TdClassName
{
border-color: #AB682D;
}
.TagClassName
{
border-color: #AB682D;
}
</style>