Shades of Mongoose #AB896E
Tints of Mongoose #AB896E
RGB
CMYK
RGB Variations
Color information
#AB896E (or 0xAB896E) is known color: Mongoose. HEX triplet: AB, 89 and 6E. RGB value is (171,137,110). Sum of RGB (Red+Green+Blue) = 171+137+110=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB896E is #547691. Grayscale: #909090. Windows color (decimal): -5535378 or 7244203. OLE color: 7244203.
HSL color Cylindrical-coordinate representation of color #AB896E: hue angle of 26.56º 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 #AB896E is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 110 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.33 |
| HSL | 26.56º | 0.27% | 0.55% | - |
| HSV(B) | 26.56º | 0.36% | 0.67% | - |
| XYZ | 28.55 | 27.68 | 18.59 | - |
| YUV | 144.09 | 108.76 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 110 | 0 | 0.20 | 0.36 | 0.33 | 26.56 | 0.27 | 0.55 |
| Hex | AB | 89 | 6E | 0 | 14 | 24 | 21 | 1B | 1B | 37 |
| Octal | 253 | 211 | 156 | 0 | 24 | 44 | 41 | 33 | 33 | 67 |
| Binary | 10101011 | 10001001 | 1101110 | 0 | 10100 | 100100 | 100001 | 11011 | 11011 | 110111 |
Color Harmonies of #AB896E
Complementary color
Monochromatic Colors of #AB896E
Black with #AB896E
Text Example
Text Example
White with #AB896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB896E; }
p { color: rgb(171,137,110); }
H1.HeaderClassName
{
color: #AB896E;
}
.AnyTagClassName
{
color: #AB896E;
}
</style>
background-color css
<style>
a { background-color: #AB896E; }
a { background-color: rgb(171,137,110); }
div.DivClassName
{
background-color: #AB896E;
}
.BgClassName
{
background-color: #AB896E;
}
</style>
border-color css
<style>
span { border-color: #AB896E; }
span { border-color: rgb(171,137,110); }
td.TdClassName
{
border-color: #AB896E;
}
.TagClassName
{
border-color: #AB896E;
}
</style>