Shades of Mai Tai #A86A2F
Tints of Mai Tai #A86A2F
RGB
CMYK
RGB Variations
Color information
#A86A2F (or 0xA86A2F) is known color: Mai Tai. HEX triplet: A8, 6A and 2F. RGB value is (168,106,47). Sum of RGB (Red+Green+Blue) = 168+106+47=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86A2F is #5795D0. Grayscale: #767676. Windows color (decimal): -5739985 or 3107496. OLE color: 3107496.
HSL color Cylindrical-coordinate representation of color #A86A2F: hue angle of 29.26º 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 #A86A2F is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 106 | 47 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.34 |
| HSL | 29.26º | 0.56% | 0.42% | - |
| HSV(B) | 29.26º | 0.72% | 0.66% | - |
| XYZ | 21.82 | 18.84 | 5.18 | - |
| YUV | 117.81 | 88.04 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 47 | 0 | 0.37 | 0.72 | 0.34 | 29.26 | 0.56 | 0.42 |
| Hex | A8 | 6A | 2F | 0 | 25 | 48 | 22 | 1D | 38 | 2A |
| Octal | 250 | 152 | 57 | 0 | 45 | 110 | 42 | 35 | 70 | 52 |
| Binary | 10101000 | 1101010 | 101111 | 0 | 100101 | 1001000 | 100010 | 11101 | 111000 | 101010 |
Color Harmonies of #A86A2F
Complementary color
Monochromatic Colors of #A86A2F
Black with #A86A2F
Text Example
Text Example
White with #A86A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86A2F; }
p { color: rgb(168,106,47); }
H1.HeaderClassName
{
color: #A86A2F;
}
.AnyTagClassName
{
color: #A86A2F;
}
</style>
background-color css
<style>
a { background-color: #A86A2F; }
a { background-color: rgb(168,106,47); }
div.DivClassName
{
background-color: #A86A2F;
}
.BgClassName
{
background-color: #A86A2F;
}
</style>
border-color css
<style>
span { border-color: #A86A2F; }
span { border-color: rgb(168,106,47); }
td.TdClassName
{
border-color: #A86A2F;
}
.TagClassName
{
border-color: #A86A2F;
}
</style>