Shades of Mai Tai #A96337
Tints of Mai Tai #A96337
RGB
CMYK
RGB Variations
Color information
#A96337 (or 0xA96337) is known color: Mai Tai. HEX triplet: A9, 63 and 37. RGB value is (169,99,55). Sum of RGB (Red+Green+Blue) = 169+99+55=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A96337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96337 is #569CC8. Grayscale: #737373. Windows color (decimal): -5676233 or 3629993. OLE color: 3629993.
HSL color Cylindrical-coordinate representation of color #A96337: hue angle of 23.16º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A96337 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 99 | 55 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.34 |
| HSL | 23.16º | 0.51% | 0.44% | - |
| HSV(B) | 23.16º | 0.67% | 0.66% | - |
| XYZ | 21.51 | 17.63 | 5.88 | - |
| YUV | 114.91 | 94.19 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 55 | 0 | 0.41 | 0.67 | 0.34 | 23.16 | 0.51 | 0.44 |
| Hex | A9 | 63 | 37 | 0 | 29 | 43 | 22 | 17 | 33 | 2C |
| Octal | 251 | 143 | 67 | 0 | 51 | 103 | 42 | 27 | 63 | 54 |
| Binary | 10101001 | 1100011 | 110111 | 0 | 101001 | 1000011 | 100010 | 10111 | 110011 | 101100 |
Color Harmonies of #A96337
Complementary color
Monochromatic Colors of #A96337
Black with #A96337
Text Example
Text Example
White with #A96337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96337; }
p { color: rgb(169,99,55); }
H1.HeaderClassName
{
color: #A96337;
}
.AnyTagClassName
{
color: #A96337;
}
</style>
background-color css
<style>
a { background-color: #A96337; }
a { background-color: rgb(169,99,55); }
div.DivClassName
{
background-color: #A96337;
}
.BgClassName
{
background-color: #A96337;
}
</style>
border-color css
<style>
span { border-color: #A96337; }
span { border-color: rgb(169,99,55); }
td.TdClassName
{
border-color: #A96337;
}
.TagClassName
{
border-color: #A96337;
}
</style>