Shades of Mai Tai #A2693B
Tints of Mai Tai #A2693B
RGB
CMYK
RGB Variations
Color information
#A2693B (or 0xA2693B) is known color: Mai Tai. HEX triplet: A2, 69 and 3B. RGB value is (162,105,59). Sum of RGB (Red+Green+Blue) = 162+105+59=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2693B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2693B is #5D96C4. Grayscale: #757575. Windows color (decimal): -6133445 or 3893666. OLE color: 3893666.
HSL color Cylindrical-coordinate representation of color #A2693B: hue angle of 26.8º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2693B is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 105 | 59 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.36 |
| HSL | 26.8º | 0.47% | 0.43% | - |
| HSV(B) | 26.8º | 0.64% | 0.64% | - |
| XYZ | 20.74 | 18.1 | 6.54 | - |
| YUV | 116.8 | 95.38 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 59 | 0 | 0.35 | 0.64 | 0.36 | 26.8 | 0.47 | 0.43 |
| Hex | A2 | 69 | 3B | 0 | 23 | 40 | 24 | 1B | 2F | 2B |
| Octal | 242 | 151 | 73 | 0 | 43 | 100 | 44 | 33 | 57 | 53 |
| Binary | 10100010 | 1101001 | 111011 | 0 | 100011 | 1000000 | 100100 | 11011 | 101111 | 101011 |
Color Harmonies of #A2693B
Complementary color
Monochromatic Colors of #A2693B
Black with #A2693B
Text Example
Text Example
White with #A2693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2693B; }
p { color: rgb(162,105,59); }
H1.HeaderClassName
{
color: #A2693B;
}
.AnyTagClassName
{
color: #A2693B;
}
</style>
background-color css
<style>
a { background-color: #A2693B; }
a { background-color: rgb(162,105,59); }
div.DivClassName
{
background-color: #A2693B;
}
.BgClassName
{
background-color: #A2693B;
}
</style>
border-color css
<style>
span { border-color: #A2693B; }
span { border-color: rgb(162,105,59); }
td.TdClassName
{
border-color: #A2693B;
}
.TagClassName
{
border-color: #A2693B;
}
</style>