Shades of Mongoose #A6906D
Tints of Mongoose #A6906D
RGB
CMYK
RGB Variations
Color information
#A6906D (or 0xA6906D) is known color: Mongoose. HEX triplet: A6, 90 and 6D. RGB value is (166,144,109). Sum of RGB (Red+Green+Blue) = 166+144+109=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A6906D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6906D is #596F92. Grayscale: #929292. Windows color (decimal): -5861267 or 7180454. OLE color: 7180454.
HSL color Cylindrical-coordinate representation of color #A6906D: hue angle of 36.84º 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 #A6906D is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 109 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.35 |
| HSL | 36.84º | 0.24% | 0.54% | - |
| HSV(B) | 36.84º | 0.34% | 0.65% | - |
| XYZ | 28.46 | 29.16 | 18.6 | - |
| YUV | 146.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 109 | 0 | 0.13 | 0.34 | 0.35 | 36.84 | 0.24 | 0.54 |
| Hex | A6 | 90 | 6D | 0 | D | 22 | 23 | 25 | 18 | 36 |
| Octal | 246 | 220 | 155 | 0 | 15 | 42 | 43 | 45 | 30 | 66 |
| Binary | 10100110 | 10010000 | 1101101 | 0 | 1101 | 100010 | 100011 | 100101 | 11000 | 110110 |
Color Harmonies of #A6906D
Complementary color
Monochromatic Colors of #A6906D
Black with #A6906D
Text Example
Text Example
White with #A6906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6906D; }
p { color: rgb(166,144,109); }
H1.HeaderClassName
{
color: #A6906D;
}
.AnyTagClassName
{
color: #A6906D;
}
</style>
background-color css
<style>
a { background-color: #A6906D; }
a { background-color: rgb(166,144,109); }
div.DivClassName
{
background-color: #A6906D;
}
.BgClassName
{
background-color: #A6906D;
}
</style>
border-color css
<style>
span { border-color: #A6906D; }
span { border-color: rgb(166,144,109); }
td.TdClassName
{
border-color: #A6906D;
}
.TagClassName
{
border-color: #A6906D;
}
</style>