Shades of Mongoose #AB8D6D
Tints of Mongoose #AB8D6D
RGB
CMYK
RGB Variations
Color information
#AB8D6D (or 0xAB8D6D) is known color: Mongoose. HEX triplet: AB, 8D and 6D. RGB value is (171,141,109). Sum of RGB (Red+Green+Blue) = 171+141+109=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D6D is #547292. Grayscale: #929292. Windows color (decimal): -5534355 or 7179691. OLE color: 7179691.
HSL color Cylindrical-coordinate representation of color #AB8D6D: hue angle of 30.97º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB8D6D is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 109 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.33 |
| HSL | 30.97º | 0.27% | 0.55% | - |
| HSV(B) | 30.97º | 0.36% | 0.67% | - |
| XYZ | 29.08 | 28.81 | 18.5 | - |
| YUV | 146.32 | 106.94 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 109 | 0 | 0.18 | 0.36 | 0.33 | 30.97 | 0.27 | 0.55 |
| Hex | AB | 8D | 6D | 0 | 12 | 24 | 21 | 1F | 1B | 37 |
| Octal | 253 | 215 | 155 | 0 | 22 | 44 | 41 | 37 | 33 | 67 |
| Binary | 10101011 | 10001101 | 1101101 | 0 | 10010 | 100100 | 100001 | 11111 | 11011 | 110111 |
Color Harmonies of #AB8D6D
Complementary color
Monochromatic Colors of #AB8D6D
Black with #AB8D6D
Text Example
Text Example
White with #AB8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D6D; }
p { color: rgb(171,141,109); }
H1.HeaderClassName
{
color: #AB8D6D;
}
.AnyTagClassName
{
color: #AB8D6D;
}
</style>
background-color css
<style>
a { background-color: #AB8D6D; }
a { background-color: rgb(171,141,109); }
div.DivClassName
{
background-color: #AB8D6D;
}
.BgClassName
{
background-color: #AB8D6D;
}
</style>
border-color css
<style>
span { border-color: #AB8D6D; }
span { border-color: rgb(171,141,109); }
td.TdClassName
{
border-color: #AB8D6D;
}
.TagClassName
{
border-color: #AB8D6D;
}
</style>