Shades of Mongoose #AB8E6E
Tints of Mongoose #AB8E6E
RGB
CMYK
RGB Variations
Color information
#AB8E6E (or 0xAB8E6E) is known color: Mongoose. HEX triplet: AB, 8E and 6E. RGB value is (171,142,110). Sum of RGB (Red+Green+Blue) = 171+142+110=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8E6E is #547191. Grayscale: #939393. Windows color (decimal): -5534098 or 7245483. OLE color: 7245483.
HSL color Cylindrical-coordinate representation of color #AB8E6E: hue angle of 31.48º 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 #AB8E6E is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 142 | 110 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.33 |
| HSL | 31.48º | 0.27% | 0.55% | - |
| HSV(B) | 31.48º | 0.36% | 0.67% | - |
| XYZ | 29.28 | 29.13 | 18.83 | - |
| YUV | 147.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 110 | 0 | 0.17 | 0.36 | 0.33 | 31.48 | 0.27 | 0.55 |
| Hex | AB | 8E | 6E | 0 | 11 | 24 | 21 | 1F | 1B | 37 |
| Octal | 253 | 216 | 156 | 0 | 21 | 44 | 41 | 37 | 33 | 67 |
| Binary | 10101011 | 10001110 | 1101110 | 0 | 10001 | 100100 | 100001 | 11111 | 11011 | 110111 |
Color Harmonies of #AB8E6E
Complementary color
Monochromatic Colors of #AB8E6E
Black with #AB8E6E
Text Example
Text Example
White with #AB8E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8E6E; }
p { color: rgb(171,142,110); }
H1.HeaderClassName
{
color: #AB8E6E;
}
.AnyTagClassName
{
color: #AB8E6E;
}
</style>
background-color css
<style>
a { background-color: #AB8E6E; }
a { background-color: rgb(171,142,110); }
div.DivClassName
{
background-color: #AB8E6E;
}
.BgClassName
{
background-color: #AB8E6E;
}
</style>
border-color css
<style>
span { border-color: #AB8E6E; }
span { border-color: rgb(171,142,110); }
td.TdClassName
{
border-color: #AB8E6E;
}
.TagClassName
{
border-color: #AB8E6E;
}
</style>