Shades of Mai Tai #A86830
Tints of Mai Tai #A86830
RGB
CMYK
RGB Variations
Color information
#A86830 (or 0xA86830) is known color: Mai Tai. HEX triplet: A8, 68 and 30. RGB value is (168,104,48). Sum of RGB (Red+Green+Blue) = 168+104+48=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A86830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86830 is #5797CF. Grayscale: #757575. Windows color (decimal): -5740496 or 3172520. OLE color: 3172520.
HSL color Cylindrical-coordinate representation of color #A86830: hue angle of 28º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A86830 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 48 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.34 |
| HSL | 28º | 0.56% | 0.42% | - |
| HSV(B) | 28º | 0.71% | 0.66% | - |
| XYZ | 21.63 | 18.44 | 5.22 | - |
| YUV | 116.75 | 89.2 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 48 | 0 | 0.38 | 0.71 | 0.34 | 28 | 0.56 | 0.42 |
| Hex | A8 | 68 | 30 | 0 | 26 | 47 | 22 | 1C | 38 | 2A |
| Octal | 250 | 150 | 60 | 0 | 46 | 107 | 42 | 34 | 70 | 52 |
| Binary | 10101000 | 1101000 | 110000 | 0 | 100110 | 1000111 | 100010 | 11100 | 111000 | 101010 |
Color Harmonies of #A86830
Complementary color
Monochromatic Colors of #A86830
Black with #A86830
Text Example
Text Example
White with #A86830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86830; }
p { color: rgb(168,104,48); }
H1.HeaderClassName
{
color: #A86830;
}
.AnyTagClassName
{
color: #A86830;
}
</style>
background-color css
<style>
a { background-color: #A86830; }
a { background-color: rgb(168,104,48); }
div.DivClassName
{
background-color: #A86830;
}
.BgClassName
{
background-color: #A86830;
}
</style>
border-color css
<style>
span { border-color: #A86830; }
span { border-color: rgb(168,104,48); }
td.TdClassName
{
border-color: #A86830;
}
.TagClassName
{
border-color: #A86830;
}
</style>