Shades of Mai Tai #AB6822
Tints of Mai Tai #AB6822
RGB
CMYK
RGB Variations
Color information
#AB6822 (or 0xAB6822) is known color: Mai Tai. HEX triplet: AB, 68 and 22. RGB value is (171,104,34). Sum of RGB (Red+Green+Blue) = 171+104+34=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6822 is #5497DD. Grayscale: #747474. Windows color (decimal): -5543902 or 2255019. OLE color: 2255019.
HSL color Cylindrical-coordinate representation of color #AB6822: hue angle of 30.66º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB6822 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 34 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.33 |
| HSL | 30.66º | 0.67% | 0.4% | - |
| HSV(B) | 30.66º | 0.8% | 0.67% | - |
| XYZ | 22.03 | 18.67 | 3.96 | - |
| YUV | 116.05 | 81.7 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 34 | 0 | 0.39 | 0.80 | 0.33 | 30.66 | 0.67 | 0.4 |
| Hex | AB | 68 | 22 | 0 | 27 | 50 | 21 | 1F | 43 | 28 |
| Octal | 253 | 150 | 42 | 0 | 47 | 120 | 41 | 37 | 103 | 50 |
| Binary | 10101011 | 1101000 | 100010 | 0 | 100111 | 1010000 | 100001 | 11111 | 1000011 | 101000 |
Color Harmonies of #AB6822
Complementary color
Monochromatic Colors of #AB6822
Black with #AB6822
Text Example
Text Example
White with #AB6822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6822; }
p { color: rgb(171,104,34); }
H1.HeaderClassName
{
color: #AB6822;
}
.AnyTagClassName
{
color: #AB6822;
}
</style>
background-color css
<style>
a { background-color: #AB6822; }
a { background-color: rgb(171,104,34); }
div.DivClassName
{
background-color: #AB6822;
}
.BgClassName
{
background-color: #AB6822;
}
</style>
border-color css
<style>
span { border-color: #AB6822; }
span { border-color: rgb(171,104,34); }
td.TdClassName
{
border-color: #AB6822;
}
.TagClassName
{
border-color: #AB6822;
}
</style>