Shades of Mai Tai #A8662F
Tints of Mai Tai #A8662F
RGB
CMYK
RGB Variations
Color information
#A8662F (or 0xA8662F) is known color: Mai Tai. HEX triplet: A8, 66 and 2F. RGB value is (168,102,47). Sum of RGB (Red+Green+Blue) = 168+102+47=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8662F is #5799D0. Grayscale: #737373. Windows color (decimal): -5741009 or 3106472. OLE color: 3106472.
HSL color Cylindrical-coordinate representation of color #A8662F: hue angle of 27.27º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8662F is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 47 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.34 |
| HSL | 27.27º | 0.56% | 0.42% | - |
| HSV(B) | 27.27º | 0.72% | 0.66% | - |
| XYZ | 21.41 | 18.03 | 5.04 | - |
| YUV | 115.46 | 89.37 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 47 | 0 | 0.39 | 0.72 | 0.34 | 27.27 | 0.56 | 0.42 |
| Hex | A8 | 66 | 2F | 0 | 27 | 48 | 22 | 1B | 38 | 2A |
| Octal | 250 | 146 | 57 | 0 | 47 | 110 | 42 | 33 | 70 | 52 |
| Binary | 10101000 | 1100110 | 101111 | 0 | 100111 | 1001000 | 100010 | 11011 | 111000 | 101010 |
Color Harmonies of #A8662F
Complementary color
Monochromatic Colors of #A8662F
Black with #A8662F
Text Example
Text Example
White with #A8662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8662F; }
p { color: rgb(168,102,47); }
H1.HeaderClassName
{
color: #A8662F;
}
.AnyTagClassName
{
color: #A8662F;
}
</style>
background-color css
<style>
a { background-color: #A8662F; }
a { background-color: rgb(168,102,47); }
div.DivClassName
{
background-color: #A8662F;
}
.BgClassName
{
background-color: #A8662F;
}
</style>
border-color css
<style>
span { border-color: #A8662F; }
span { border-color: rgb(168,102,47); }
td.TdClassName
{
border-color: #A8662F;
}
.TagClassName
{
border-color: #A8662F;
}
</style>