Shades of Mai Tai #A86325
Tints of Mai Tai #A86325
RGB
CMYK
RGB Variations
Color information
#A86325 (or 0xA86325) is known color: Mai Tai. HEX triplet: A8, 63 and 25. RGB value is (168,99,37). Sum of RGB (Red+Green+Blue) = 168+99+37=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A86325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86325 is #579CDA. Grayscale: #707070. Windows color (decimal): -5741787 or 2450344. OLE color: 2450344.
HSL color Cylindrical-coordinate representation of color #A86325: hue angle of 28.4º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A86325 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 37 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.34 |
| HSL | 28.4º | 0.64% | 0.4% | - |
| HSV(B) | 28.4º | 0.78% | 0.66% | - |
| XYZ | 20.94 | 17.38 | 4 | - |
| YUV | 112.56 | 85.36 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 37 | 0 | 0.41 | 0.78 | 0.34 | 28.4 | 0.64 | 0.4 |
| Hex | A8 | 63 | 25 | 0 | 29 | 4E | 22 | 1C | 40 | 28 |
| Octal | 250 | 143 | 45 | 0 | 51 | 116 | 42 | 34 | 100 | 50 |
| Binary | 10101000 | 1100011 | 100101 | 0 | 101001 | 1001110 | 100010 | 11100 | 1000000 | 101000 |
Color Harmonies of #A86325
Complementary color
Monochromatic Colors of #A86325
Black with #A86325
Text Example
Text Example
White with #A86325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86325; }
p { color: rgb(168,99,37); }
H1.HeaderClassName
{
color: #A86325;
}
.AnyTagClassName
{
color: #A86325;
}
</style>
background-color css
<style>
a { background-color: #A86325; }
a { background-color: rgb(168,99,37); }
div.DivClassName
{
background-color: #A86325;
}
.BgClassName
{
background-color: #A86325;
}
</style>
border-color css
<style>
span { border-color: #A86325; }
span { border-color: rgb(168,99,37); }
td.TdClassName
{
border-color: #A86325;
}
.TagClassName
{
border-color: #A86325;
}
</style>