Shades of Mai Tai #AB682A
Tints of Mai Tai #AB682A
RGB
CMYK
RGB Variations
Color information
#AB682A (or 0xAB682A) is known color: Mai Tai. HEX triplet: AB, 68 and 2A. RGB value is (171,104,42). Sum of RGB (Red+Green+Blue) = 171+104+42=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB682A is #5497D5. Grayscale: #757575. Windows color (decimal): -5543894 or 2779307. OLE color: 2779307.
HSL color Cylindrical-coordinate representation of color #AB682A: hue angle of 28.84º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB682A is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 42 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.33 |
| HSL | 28.84º | 0.61% | 0.42% | - |
| HSV(B) | 28.84º | 0.75% | 0.67% | - |
| XYZ | 22.16 | 18.73 | 4.64 | - |
| YUV | 116.97 | 85.7 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 42 | 0 | 0.39 | 0.75 | 0.33 | 28.84 | 0.61 | 0.42 |
| Hex | AB | 68 | 2A | 0 | 27 | 4B | 21 | 1D | 3D | 2A |
| Octal | 253 | 150 | 52 | 0 | 47 | 113 | 41 | 35 | 75 | 52 |
| Binary | 10101011 | 1101000 | 101010 | 0 | 100111 | 1001011 | 100001 | 11101 | 111101 | 101010 |
Color Harmonies of #AB682A
Complementary color
Monochromatic Colors of #AB682A
Black with #AB682A
Text Example
Text Example
White with #AB682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB682A; }
p { color: rgb(171,104,42); }
H1.HeaderClassName
{
color: #AB682A;
}
.AnyTagClassName
{
color: #AB682A;
}
</style>
background-color css
<style>
a { background-color: #AB682A; }
a { background-color: rgb(171,104,42); }
div.DivClassName
{
background-color: #AB682A;
}
.BgClassName
{
background-color: #AB682A;
}
</style>
border-color css
<style>
span { border-color: #AB682A; }
span { border-color: rgb(171,104,42); }
td.TdClassName
{
border-color: #AB682A;
}
.TagClassName
{
border-color: #AB682A;
}
</style>