Shades of Mai Tai #A66337
Tints of Mai Tai #A66337
RGB
CMYK
RGB Variations
Color information
#A66337 (or 0xA66337) is known color: Mai Tai. HEX triplet: A6, 63 and 37. RGB value is (166,99,55). Sum of RGB (Red+Green+Blue) = 166+99+55=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A66337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66337 is #599CC8. Grayscale: #727272. Windows color (decimal): -5872841 or 3629990. OLE color: 3629990.
HSL color Cylindrical-coordinate representation of color #A66337: hue angle of 23.78º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A66337 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 99 | 55 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.35 |
| HSL | 23.78º | 0.5% | 0.43% | - |
| HSV(B) | 23.78º | 0.67% | 0.65% | - |
| XYZ | 20.88 | 17.31 | 5.85 | - |
| YUV | 114.02 | 94.7 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 55 | 0 | 0.40 | 0.67 | 0.35 | 23.78 | 0.5 | 0.43 |
| Hex | A6 | 63 | 37 | 0 | 28 | 43 | 23 | 18 | 32 | 2B |
| Octal | 246 | 143 | 67 | 0 | 50 | 103 | 43 | 30 | 62 | 53 |
| Binary | 10100110 | 1100011 | 110111 | 0 | 101000 | 1000011 | 100011 | 11000 | 110010 | 101011 |
Color Harmonies of #A66337
Complementary color
Monochromatic Colors of #A66337
Black with #A66337
Text Example
Text Example
White with #A66337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66337; }
p { color: rgb(166,99,55); }
H1.HeaderClassName
{
color: #A66337;
}
.AnyTagClassName
{
color: #A66337;
}
</style>
background-color css
<style>
a { background-color: #A66337; }
a { background-color: rgb(166,99,55); }
div.DivClassName
{
background-color: #A66337;
}
.BgClassName
{
background-color: #A66337;
}
</style>
border-color css
<style>
span { border-color: #A66337; }
span { border-color: rgb(166,99,55); }
td.TdClassName
{
border-color: #A66337;
}
.TagClassName
{
border-color: #A66337;
}
</style>