Shades of Mai Tai #A66533
Tints of Mai Tai #A66533
RGB
CMYK
RGB Variations
Color information
#A66533 (or 0xA66533) is known color: Mai Tai. HEX triplet: A6, 65 and 33. RGB value is (166,101,51). Sum of RGB (Red+Green+Blue) = 166+101+51=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A66533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66533 is #599ACC. Grayscale: #727272. Windows color (decimal): -5872333 or 3368358. OLE color: 3368358.
HSL color Cylindrical-coordinate representation of color #A66533: hue angle of 26.09º 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 #A66533 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 101 | 51 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.35 |
| HSL | 26.09º | 0.53% | 0.43% | - |
| HSV(B) | 26.09º | 0.69% | 0.65% | - |
| XYZ | 20.98 | 17.65 | 5.43 | - |
| YUV | 114.74 | 92.03 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 51 | 0 | 0.39 | 0.69 | 0.35 | 26.09 | 0.53 | 0.43 |
| Hex | A6 | 65 | 33 | 0 | 27 | 45 | 23 | 1A | 35 | 2B |
| Octal | 246 | 145 | 63 | 0 | 47 | 105 | 43 | 32 | 65 | 53 |
| Binary | 10100110 | 1100101 | 110011 | 0 | 100111 | 1000101 | 100011 | 11010 | 110101 | 101011 |
Color Harmonies of #A66533
Complementary color
Monochromatic Colors of #A66533
Black with #A66533
Text Example
Text Example
White with #A66533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66533; }
p { color: rgb(166,101,51); }
H1.HeaderClassName
{
color: #A66533;
}
.AnyTagClassName
{
color: #A66533;
}
</style>
background-color css
<style>
a { background-color: #A66533; }
a { background-color: rgb(166,101,51); }
div.DivClassName
{
background-color: #A66533;
}
.BgClassName
{
background-color: #A66533;
}
</style>
border-color css
<style>
span { border-color: #A66533; }
span { border-color: rgb(166,101,51); }
td.TdClassName
{
border-color: #A66533;
}
.TagClassName
{
border-color: #A66533;
}
</style>