Shades of Mai Tai #A66933
Tints of Mai Tai #A66933
RGB
CMYK
RGB Variations
Color information
#A66933 (or 0xA66933) is known color: Mai Tai. HEX triplet: A6, 69 and 33. RGB value is (166,105,51). Sum of RGB (Red+Green+Blue) = 166+105+51=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A66933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66933 is #5996CC. Grayscale: #757575. Windows color (decimal): -5871309 or 3369382. OLE color: 3369382.
HSL color Cylindrical-coordinate representation of color #A66933: hue angle of 28.17º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A66933 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 105 | 51 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.35 |
| HSL | 28.17º | 0.53% | 0.43% | - |
| HSV(B) | 28.17º | 0.69% | 0.65% | - |
| XYZ | 21.38 | 18.45 | 5.57 | - |
| YUV | 117.08 | 90.71 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 51 | 0 | 0.37 | 0.69 | 0.35 | 28.17 | 0.53 | 0.43 |
| Hex | A6 | 69 | 33 | 0 | 25 | 45 | 23 | 1C | 35 | 2B |
| Octal | 246 | 151 | 63 | 0 | 45 | 105 | 43 | 34 | 65 | 53 |
| Binary | 10100110 | 1101001 | 110011 | 0 | 100101 | 1000101 | 100011 | 11100 | 110101 | 101011 |
Color Harmonies of #A66933
Complementary color
Monochromatic Colors of #A66933
Black with #A66933
Text Example
Text Example
White with #A66933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66933; }
p { color: rgb(166,105,51); }
H1.HeaderClassName
{
color: #A66933;
}
.AnyTagClassName
{
color: #A66933;
}
</style>
background-color css
<style>
a { background-color: #A66933; }
a { background-color: rgb(166,105,51); }
div.DivClassName
{
background-color: #A66933;
}
.BgClassName
{
background-color: #A66933;
}
</style>
border-color css
<style>
span { border-color: #A66933; }
span { border-color: rgb(166,105,51); }
td.TdClassName
{
border-color: #A66933;
}
.TagClassName
{
border-color: #A66933;
}
</style>