Shades of Mai Tai #A86433
Tints of Mai Tai #A86433
RGB
CMYK
RGB Variations
Color information
#A86433 (or 0xA86433) is known color: Mai Tai. HEX triplet: A8, 64 and 33. RGB value is (168,100,51). Sum of RGB (Red+Green+Blue) = 168+100+51=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A86433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86433 is #579BCC. Grayscale: #737373. Windows color (decimal): -5741517 or 3368104. OLE color: 3368104.
HSL color Cylindrical-coordinate representation of color #A86433: hue angle of 25.13º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A86433 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 100 | 51 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.34 |
| HSL | 25.13º | 0.53% | 0.43% | - |
| HSV(B) | 25.13º | 0.7% | 0.66% | - |
| XYZ | 21.3 | 17.68 | 5.42 | - |
| YUV | 114.75 | 92.03 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 51 | 0 | 0.40 | 0.70 | 0.34 | 25.13 | 0.53 | 0.43 |
| Hex | A8 | 64 | 33 | 0 | 28 | 46 | 22 | 19 | 35 | 2B |
| Octal | 250 | 144 | 63 | 0 | 50 | 106 | 42 | 31 | 65 | 53 |
| Binary | 10101000 | 1100100 | 110011 | 0 | 101000 | 1000110 | 100010 | 11001 | 110101 | 101011 |
Color Harmonies of #A86433
Complementary color
Monochromatic Colors of #A86433
Black with #A86433
Text Example
Text Example
White with #A86433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86433; }
p { color: rgb(168,100,51); }
H1.HeaderClassName
{
color: #A86433;
}
.AnyTagClassName
{
color: #A86433;
}
</style>
background-color css
<style>
a { background-color: #A86433; }
a { background-color: rgb(168,100,51); }
div.DivClassName
{
background-color: #A86433;
}
.BgClassName
{
background-color: #A86433;
}
</style>
border-color css
<style>
span { border-color: #A86433; }
span { border-color: rgb(168,100,51); }
td.TdClassName
{
border-color: #A86433;
}
.TagClassName
{
border-color: #A86433;
}
</style>