Shades of Mongoose #A6876F
Tints of Mongoose #A6876F
RGB
CMYK
RGB Variations
Color information
#A6876F (or 0xA6876F) is known color: Mongoose. HEX triplet: A6, 87 and 6F. RGB value is (166,135,111). Sum of RGB (Red+Green+Blue) = 166+135+111=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A6876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6876F is #597890. Grayscale: #8D8D8D. Windows color (decimal): -5863569 or 7309222. OLE color: 7309222.
HSL color Cylindrical-coordinate representation of color #A6876F: hue angle of 26.18º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6876F is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 111 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.35 |
| HSL | 26.18º | 0.24% | 0.54% | - |
| HSV(B) | 26.18º | 0.33% | 0.65% | - |
| XYZ | 27.26 | 26.58 | 18.73 | - |
| YUV | 141.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 111 | 0 | 0.19 | 0.33 | 0.35 | 26.18 | 0.24 | 0.54 |
| Hex | A6 | 87 | 6F | 0 | 13 | 21 | 23 | 1A | 18 | 36 |
| Octal | 246 | 207 | 157 | 0 | 23 | 41 | 43 | 32 | 30 | 66 |
| Binary | 10100110 | 10000111 | 1101111 | 0 | 10011 | 100001 | 100011 | 11010 | 11000 | 110110 |
Color Harmonies of #A6876F
Complementary color
Monochromatic Colors of #A6876F
Black with #A6876F
Text Example
Text Example
White with #A6876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6876F; }
p { color: rgb(166,135,111); }
H1.HeaderClassName
{
color: #A6876F;
}
.AnyTagClassName
{
color: #A6876F;
}
</style>
background-color css
<style>
a { background-color: #A6876F; }
a { background-color: rgb(166,135,111); }
div.DivClassName
{
background-color: #A6876F;
}
.BgClassName
{
background-color: #A6876F;
}
</style>
border-color css
<style>
span { border-color: #A6876F; }
span { border-color: rgb(166,135,111); }
td.TdClassName
{
border-color: #A6876F;
}
.TagClassName
{
border-color: #A6876F;
}
</style>