Shades of Mai Tai #A6672B
Tints of Mai Tai #A6672B
RGB
CMYK
RGB Variations
Color information
#A6672B (or 0xA6672B) is known color: Mai Tai. HEX triplet: A6, 67 and 2B. RGB value is (166,103,43). Sum of RGB (Red+Green+Blue) = 166+103+43=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6672B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6672B is #5998D4. Grayscale: #737373. Windows color (decimal): -5871829 or 2844582. OLE color: 2844582.
HSL color Cylindrical-coordinate representation of color #A6672B: hue angle of 29.27º 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 #A6672B is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 43 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.35 |
| HSL | 29.27º | 0.59% | 0.41% | - |
| HSV(B) | 29.27º | 0.74% | 0.65% | - |
| XYZ | 21.01 | 17.98 | 4.65 | - |
| YUV | 115 | 87.37 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 43 | 0 | 0.38 | 0.74 | 0.35 | 29.27 | 0.59 | 0.41 |
| Hex | A6 | 67 | 2B | 0 | 26 | 4A | 23 | 1D | 3B | 29 |
| Octal | 246 | 147 | 53 | 0 | 46 | 112 | 43 | 35 | 73 | 51 |
| Binary | 10100110 | 1100111 | 101011 | 0 | 100110 | 1001010 | 100011 | 11101 | 111011 | 101001 |
Color Harmonies of #A6672B
Complementary color
Monochromatic Colors of #A6672B
Black with #A6672B
Text Example
Text Example
White with #A6672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6672B; }
p { color: rgb(166,103,43); }
H1.HeaderClassName
{
color: #A6672B;
}
.AnyTagClassName
{
color: #A6672B;
}
</style>
background-color css
<style>
a { background-color: #A6672B; }
a { background-color: rgb(166,103,43); }
div.DivClassName
{
background-color: #A6672B;
}
.BgClassName
{
background-color: #A6672B;
}
</style>
border-color css
<style>
span { border-color: #A6672B; }
span { border-color: rgb(166,103,43); }
td.TdClassName
{
border-color: #A6672B;
}
.TagClassName
{
border-color: #A6672B;
}
</style>