Shades of Mai Tai #A8692B
Tints of Mai Tai #A8692B
RGB
CMYK
RGB Variations
Color information
#A8692B (or 0xA8692B) is known color: Mai Tai. HEX triplet: A8, 69 and 2B. RGB value is (168,105,43). Sum of RGB (Red+Green+Blue) = 168+105+43=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A8692B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8692B is #5796D4. Grayscale: #757575. Windows color (decimal): -5740245 or 2845096. OLE color: 2845096.
HSL color Cylindrical-coordinate representation of color #A8692B: hue angle of 29.76º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8692B is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 43 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.34 |
| HSL | 29.76º | 0.59% | 0.41% | - |
| HSV(B) | 29.76º | 0.74% | 0.66% | - |
| XYZ | 21.64 | 18.6 | 4.74 | - |
| YUV | 116.77 | 86.37 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 43 | 0 | 0.38 | 0.74 | 0.34 | 29.76 | 0.59 | 0.41 |
| Hex | A8 | 69 | 2B | 0 | 26 | 4A | 22 | 1E | 3B | 29 |
| Octal | 250 | 151 | 53 | 0 | 46 | 112 | 42 | 36 | 73 | 51 |
| Binary | 10101000 | 1101001 | 101011 | 0 | 100110 | 1001010 | 100010 | 11110 | 111011 | 101001 |
Color Harmonies of #A8692B
Complementary color
Monochromatic Colors of #A8692B
Black with #A8692B
Text Example
Text Example
White with #A8692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8692B; }
p { color: rgb(168,105,43); }
H1.HeaderClassName
{
color: #A8692B;
}
.AnyTagClassName
{
color: #A8692B;
}
</style>
background-color css
<style>
a { background-color: #A8692B; }
a { background-color: rgb(168,105,43); }
div.DivClassName
{
background-color: #A8692B;
}
.BgClassName
{
background-color: #A8692B;
}
</style>
border-color css
<style>
span { border-color: #A8692B; }
span { border-color: rgb(168,105,43); }
td.TdClassName
{
border-color: #A8692B;
}
.TagClassName
{
border-color: #A8692B;
}
</style>