Shades of Mai Tai #AB692C
Tints of Mai Tai #AB692C
RGB
CMYK
RGB Variations
Color information
#AB692C (or 0xAB692C) is known color: Mai Tai. HEX triplet: AB, 69 and 2C. RGB value is (171,105,44). Sum of RGB (Red+Green+Blue) = 171+105+44=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB692C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB692C is #5496D3. Grayscale: #767676. Windows color (decimal): -5543636 or 2910635. OLE color: 2910635.
HSL color Cylindrical-coordinate representation of color #AB692C: hue angle of 28.82º degrees, saturation: 0.59, 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 #AB692C is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 44 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.33 |
| HSL | 28.82º | 0.59% | 0.42% | - |
| HSV(B) | 28.82º | 0.74% | 0.67% | - |
| XYZ | 22.3 | 18.94 | 4.86 | - |
| YUV | 117.78 | 86.37 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 44 | 0 | 0.39 | 0.74 | 0.33 | 28.82 | 0.59 | 0.42 |
| Hex | AB | 69 | 2C | 0 | 27 | 4A | 21 | 1D | 3B | 2A |
| Octal | 253 | 151 | 54 | 0 | 47 | 112 | 41 | 35 | 73 | 52 |
| Binary | 10101011 | 1101001 | 101100 | 0 | 100111 | 1001010 | 100001 | 11101 | 111011 | 101010 |
Color Harmonies of #AB692C
Complementary color
Monochromatic Colors of #AB692C
Black with #AB692C
Text Example
Text Example
White with #AB692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB692C; }
p { color: rgb(171,105,44); }
H1.HeaderClassName
{
color: #AB692C;
}
.AnyTagClassName
{
color: #AB692C;
}
</style>
background-color css
<style>
a { background-color: #AB692C; }
a { background-color: rgb(171,105,44); }
div.DivClassName
{
background-color: #AB692C;
}
.BgClassName
{
background-color: #AB692C;
}
</style>
border-color css
<style>
span { border-color: #AB692C; }
span { border-color: rgb(171,105,44); }
td.TdClassName
{
border-color: #AB692C;
}
.TagClassName
{
border-color: #AB692C;
}
</style>