Shades of Mongoose #A6896D
Tints of Mongoose #A6896D
RGB
CMYK
RGB Variations
Color information
#A6896D (or 0xA6896D) is known color: Mongoose. HEX triplet: A6, 89 and 6D. RGB value is (166,137,109). Sum of RGB (Red+Green+Blue) = 166+137+109=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A6896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6896D is #597692. Grayscale: #8E8E8E. Windows color (decimal): -5863059 or 7178662. OLE color: 7178662.
HSL color Cylindrical-coordinate representation of color #A6896D: hue angle of 29.47º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6896D is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 109 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.35 |
| HSL | 29.47º | 0.24% | 0.54% | - |
| HSV(B) | 29.47º | 0.34% | 0.65% | - |
| XYZ | 27.43 | 27.1 | 18.25 | - |
| YUV | 142.48 | 109.11 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 109 | 0 | 0.17 | 0.34 | 0.35 | 29.47 | 0.24 | 0.54 |
| Hex | A6 | 89 | 6D | 0 | 11 | 22 | 23 | 1D | 18 | 36 |
| Octal | 246 | 211 | 155 | 0 | 21 | 42 | 43 | 35 | 30 | 66 |
| Binary | 10100110 | 10001001 | 1101101 | 0 | 10001 | 100010 | 100011 | 11101 | 11000 | 110110 |
Color Harmonies of #A6896D
Complementary color
Monochromatic Colors of #A6896D
Black with #A6896D
Text Example
Text Example
White with #A6896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6896D; }
p { color: rgb(166,137,109); }
H1.HeaderClassName
{
color: #A6896D;
}
.AnyTagClassName
{
color: #A6896D;
}
</style>
background-color css
<style>
a { background-color: #A6896D; }
a { background-color: rgb(166,137,109); }
div.DivClassName
{
background-color: #A6896D;
}
.BgClassName
{
background-color: #A6896D;
}
</style>
border-color css
<style>
span { border-color: #A6896D; }
span { border-color: rgb(166,137,109); }
td.TdClassName
{
border-color: #A6896D;
}
.TagClassName
{
border-color: #A6896D;
}
</style>