Shades of Mai Tai #AB6934
Tints of Mai Tai #AB6934
RGB
CMYK
RGB Variations
Color information
#AB6934 (or 0xAB6934) is known color: Mai Tai. HEX triplet: AB, 69 and 34. RGB value is (171,105,52). Sum of RGB (Red+Green+Blue) = 171+105+52=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6934 is #5496CB. Grayscale: #767676. Windows color (decimal): -5543628 or 3434923. OLE color: 3434923.
HSL color Cylindrical-coordinate representation of color #AB6934: hue angle of 26.72º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB6934 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 52 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.33 |
| HSL | 26.72º | 0.53% | 0.44% | - |
| HSV(B) | 26.72º | 0.7% | 0.67% | - |
| XYZ | 22.47 | 19.01 | 5.73 | - |
| YUV | 118.69 | 90.37 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 52 | 0 | 0.39 | 0.70 | 0.33 | 26.72 | 0.53 | 0.44 |
| Hex | AB | 69 | 34 | 0 | 27 | 46 | 21 | 1B | 35 | 2C |
| Octal | 253 | 151 | 64 | 0 | 47 | 106 | 41 | 33 | 65 | 54 |
| Binary | 10101011 | 1101001 | 110100 | 0 | 100111 | 1000110 | 100001 | 11011 | 110101 | 101100 |
Color Harmonies of #AB6934
Complementary color
Monochromatic Colors of #AB6934
Black with #AB6934
Text Example
Text Example
White with #AB6934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6934; }
p { color: rgb(171,105,52); }
H1.HeaderClassName
{
color: #AB6934;
}
.AnyTagClassName
{
color: #AB6934;
}
</style>
background-color css
<style>
a { background-color: #AB6934; }
a { background-color: rgb(171,105,52); }
div.DivClassName
{
background-color: #AB6934;
}
.BgClassName
{
background-color: #AB6934;
}
</style>
border-color css
<style>
span { border-color: #AB6934; }
span { border-color: rgb(171,105,52); }
td.TdClassName
{
border-color: #AB6934;
}
.TagClassName
{
border-color: #AB6934;
}
</style>