Shades of Mai Tai #A66527
Tints of Mai Tai #A66527
RGB
CMYK
RGB Variations
Color information
#A66527 (or 0xA66527) is known color: Mai Tai. HEX triplet: A6, 65 and 27. RGB value is (166,101,39). Sum of RGB (Red+Green+Blue) = 166+101+39=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A66527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66527 is #599AD8. Grayscale: #717171. Windows color (decimal): -5872345 or 2581926. OLE color: 2581926.
HSL color Cylindrical-coordinate representation of color #A66527: hue angle of 29.29º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A66527 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 101 | 39 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.35 |
| HSL | 29.29º | 0.62% | 0.4% | - |
| HSV(B) | 29.29º | 0.77% | 0.65% | - |
| XYZ | 20.75 | 17.56 | 4.22 | - |
| YUV | 113.37 | 86.03 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 39 | 0 | 0.39 | 0.77 | 0.35 | 29.29 | 0.62 | 0.4 |
| Hex | A6 | 65 | 27 | 0 | 27 | 4D | 23 | 1D | 3E | 28 |
| Octal | 246 | 145 | 47 | 0 | 47 | 115 | 43 | 35 | 76 | 50 |
| Binary | 10100110 | 1100101 | 100111 | 0 | 100111 | 1001101 | 100011 | 11101 | 111110 | 101000 |
Color Harmonies of #A66527
Complementary color
Monochromatic Colors of #A66527
Black with #A66527
Text Example
Text Example
White with #A66527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66527; }
p { color: rgb(166,101,39); }
H1.HeaderClassName
{
color: #A66527;
}
.AnyTagClassName
{
color: #A66527;
}
</style>
background-color css
<style>
a { background-color: #A66527; }
a { background-color: rgb(166,101,39); }
div.DivClassName
{
background-color: #A66527;
}
.BgClassName
{
background-color: #A66527;
}
</style>
border-color css
<style>
span { border-color: #A66527; }
span { border-color: rgb(166,101,39); }
td.TdClassName
{
border-color: #A66527;
}
.TagClassName
{
border-color: #A66527;
}
</style>