Shades of Mongoose #AB8D6F
Tints of Mongoose #AB8D6F
RGB
CMYK
RGB Variations
Color information
#AB8D6F (or 0xAB8D6F) is known color: Mongoose. HEX triplet: AB, 8D and 6F. RGB value is (171,141,111). Sum of RGB (Red+Green+Blue) = 171+141+111=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D6F is #547290. Grayscale: #929292. Windows color (decimal): -5534353 or 7310763. OLE color: 7310763.
HSL color Cylindrical-coordinate representation of color #AB8D6F: hue angle of 30º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB8D6F is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 111 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.33 |
| HSL | 30º | 0.26% | 0.55% | - |
| HSV(B) | 30º | 0.35% | 0.67% | - |
| XYZ | 29.19 | 28.86 | 19.07 | - |
| YUV | 146.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 111 | 0 | 0.18 | 0.35 | 0.33 | 30 | 0.26 | 0.55 |
| Hex | AB | 8D | 6F | 0 | 12 | 23 | 21 | 1E | 1A | 37 |
| Octal | 253 | 215 | 157 | 0 | 22 | 43 | 41 | 36 | 32 | 67 |
| Binary | 10101011 | 10001101 | 1101111 | 0 | 10010 | 100011 | 100001 | 11110 | 11010 | 110111 |
Color Harmonies of #AB8D6F
Complementary color
Monochromatic Colors of #AB8D6F
Black with #AB8D6F
Text Example
Text Example
White with #AB8D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D6F; }
p { color: rgb(171,141,111); }
H1.HeaderClassName
{
color: #AB8D6F;
}
.AnyTagClassName
{
color: #AB8D6F;
}
</style>
background-color css
<style>
a { background-color: #AB8D6F; }
a { background-color: rgb(171,141,111); }
div.DivClassName
{
background-color: #AB8D6F;
}
.BgClassName
{
background-color: #AB8D6F;
}
</style>
border-color css
<style>
span { border-color: #AB8D6F; }
span { border-color: rgb(171,141,111); }
td.TdClassName
{
border-color: #AB8D6F;
}
.TagClassName
{
border-color: #AB8D6F;
}
</style>