Shades of Mai Tai #A66022
Tints of Mai Tai #A66022
RGB
CMYK
RGB Variations
Color information
#A66022 (or 0xA66022) is known color: Mai Tai. HEX triplet: A6, 60 and 22. RGB value is (166,96,34). Sum of RGB (Red+Green+Blue) = 166+96+34=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A66022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66022 is #599FDD. Grayscale: #6E6E6E. Windows color (decimal): -5873630 or 2252966. OLE color: 2252966.
HSL color Cylindrical-coordinate representation of color #A66022: hue angle of 28.18º 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 #A66022 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 96 | 34 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.35 |
| HSL | 28.18º | 0.66% | 0.39% | - |
| HSV(B) | 28.18º | 0.8% | 0.65% | - |
| XYZ | 20.2 | 16.59 | 3.65 | - |
| YUV | 109.86 | 85.19 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 34 | 0 | 0.42 | 0.80 | 0.35 | 28.18 | 0.66 | 0.39 |
| Hex | A6 | 60 | 22 | 0 | 2A | 50 | 23 | 1C | 42 | 27 |
| Octal | 246 | 140 | 42 | 0 | 52 | 120 | 43 | 34 | 102 | 47 |
| Binary | 10100110 | 1100000 | 100010 | 0 | 101010 | 1010000 | 100011 | 11100 | 1000010 | 100111 |
Color Harmonies of #A66022
Complementary color
Monochromatic Colors of #A66022
Black with #A66022
Text Example
Text Example
White with #A66022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66022; }
p { color: rgb(166,96,34); }
H1.HeaderClassName
{
color: #A66022;
}
.AnyTagClassName
{
color: #A66022;
}
</style>
background-color css
<style>
a { background-color: #A66022; }
a { background-color: rgb(166,96,34); }
div.DivClassName
{
background-color: #A66022;
}
.BgClassName
{
background-color: #A66022;
}
</style>
border-color css
<style>
span { border-color: #A66022; }
span { border-color: rgb(166,96,34); }
td.TdClassName
{
border-color: #A66022;
}
.TagClassName
{
border-color: #A66022;
}
</style>