Shades of Mai Tai #A6602B
Tints of Mai Tai #A6602B
RGB
CMYK
RGB Variations
Color information
#A6602B (or 0xA6602B) is known color: Mai Tai. HEX triplet: A6, 60 and 2B. RGB value is (166,96,43). Sum of RGB (Red+Green+Blue) = 166+96+43=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A6602B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6602B is #599FD4. Grayscale: #6F6F6F. Windows color (decimal): -5873621 or 2842790. OLE color: 2842790.
HSL color Cylindrical-coordinate representation of color #A6602B: hue angle of 25.85º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6602B is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 96 | 43 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.35 |
| HSL | 25.85º | 0.59% | 0.41% | - |
| HSV(B) | 25.85º | 0.74% | 0.65% | - |
| XYZ | 20.34 | 16.65 | 4.43 | - |
| YUV | 110.89 | 89.69 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 43 | 0 | 0.42 | 0.74 | 0.35 | 25.85 | 0.59 | 0.41 |
| Hex | A6 | 60 | 2B | 0 | 2A | 4A | 23 | 1A | 3B | 29 |
| Octal | 246 | 140 | 53 | 0 | 52 | 112 | 43 | 32 | 73 | 51 |
| Binary | 10100110 | 1100000 | 101011 | 0 | 101010 | 1001010 | 100011 | 11010 | 111011 | 101001 |
Color Harmonies of #A6602B
Complementary color
Monochromatic Colors of #A6602B
Black with #A6602B
Text Example
Text Example
White with #A6602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6602B; }
p { color: rgb(166,96,43); }
H1.HeaderClassName
{
color: #A6602B;
}
.AnyTagClassName
{
color: #A6602B;
}
</style>
background-color css
<style>
a { background-color: #A6602B; }
a { background-color: rgb(166,96,43); }
div.DivClassName
{
background-color: #A6602B;
}
.BgClassName
{
background-color: #A6602B;
}
</style>
border-color css
<style>
span { border-color: #A6602B; }
span { border-color: rgb(166,96,43); }
td.TdClassName
{
border-color: #A6602B;
}
.TagClassName
{
border-color: #A6602B;
}
</style>