Shades of Mai Tai #A2693C
Tints of Mai Tai #A2693C
RGB
CMYK
RGB Variations
Color information
#A2693C (or 0xA2693C) is known color: Mai Tai. HEX triplet: A2, 69 and 3C. RGB value is (162,105,60). Sum of RGB (Red+Green+Blue) = 162+105+60=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A2693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2693C is #5D96C3. Grayscale: #757575. Windows color (decimal): -6133444 or 3959202. OLE color: 3959202.
HSL color Cylindrical-coordinate representation of color #A2693C: hue angle of 26.47º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2693C is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 105 | 60 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.36 |
| HSL | 26.47º | 0.46% | 0.44% | - |
| HSV(B) | 26.47º | 0.63% | 0.64% | - |
| XYZ | 20.77 | 18.11 | 6.68 | - |
| YUV | 116.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 60 | 0 | 0.35 | 0.63 | 0.36 | 26.47 | 0.46 | 0.44 |
| Hex | A2 | 69 | 3C | 0 | 23 | 3F | 24 | 1A | 2E | 2C |
| Octal | 242 | 151 | 74 | 0 | 43 | 77 | 44 | 32 | 56 | 54 |
| Binary | 10100010 | 1101001 | 111100 | 0 | 100011 | 111111 | 100100 | 11010 | 101110 | 101100 |
Color Harmonies of #A2693C
Complementary color
Monochromatic Colors of #A2693C
Black with #A2693C
Text Example
Text Example
White with #A2693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2693C; }
p { color: rgb(162,105,60); }
H1.HeaderClassName
{
color: #A2693C;
}
.AnyTagClassName
{
color: #A2693C;
}
</style>
background-color css
<style>
a { background-color: #A2693C; }
a { background-color: rgb(162,105,60); }
div.DivClassName
{
background-color: #A2693C;
}
.BgClassName
{
background-color: #A2693C;
}
</style>
border-color css
<style>
span { border-color: #A2693C; }
span { border-color: rgb(162,105,60); }
td.TdClassName
{
border-color: #A2693C;
}
.TagClassName
{
border-color: #A2693C;
}
</style>