Shades of Mai Tai #A66422
Tints of Mai Tai #A66422
RGB
CMYK
RGB Variations
Color information
#A66422 (or 0xA66422) is known color: Mai Tai. HEX triplet: A6, 64 and 22. RGB value is (166,100,34). Sum of RGB (Red+Green+Blue) = 166+100+34=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A66422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66422 is #599BDD. Grayscale: #707070. Windows color (decimal): -5872606 or 2253990. OLE color: 2253990.
HSL color Cylindrical-coordinate representation of color #A66422: hue angle of 30º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A66422 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 100 | 34 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.35 |
| HSL | 30º | 0.66% | 0.39% | - |
| HSV(B) | 30º | 0.8% | 0.65% | - |
| XYZ | 20.57 | 17.34 | 3.78 | - |
| YUV | 112.21 | 83.87 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 34 | 0 | 0.40 | 0.80 | 0.35 | 30 | 0.66 | 0.39 |
| Hex | A6 | 64 | 22 | 0 | 28 | 50 | 23 | 1E | 42 | 27 |
| Octal | 246 | 144 | 42 | 0 | 50 | 120 | 43 | 36 | 102 | 47 |
| Binary | 10100110 | 1100100 | 100010 | 0 | 101000 | 1010000 | 100011 | 11110 | 1000010 | 100111 |
Color Harmonies of #A66422
Complementary color
Monochromatic Colors of #A66422
Black with #A66422
Text Example
Text Example
White with #A66422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66422; }
p { color: rgb(166,100,34); }
H1.HeaderClassName
{
color: #A66422;
}
.AnyTagClassName
{
color: #A66422;
}
</style>
background-color css
<style>
a { background-color: #A66422; }
a { background-color: rgb(166,100,34); }
div.DivClassName
{
background-color: #A66422;
}
.BgClassName
{
background-color: #A66422;
}
</style>
border-color css
<style>
span { border-color: #A66422; }
span { border-color: rgb(166,100,34); }
td.TdClassName
{
border-color: #A66422;
}
.TagClassName
{
border-color: #A66422;
}
</style>