Shades of Mongoose #AB896B
Tints of Mongoose #AB896B
RGB
CMYK
RGB Variations
Color information
#AB896B (or 0xAB896B) is known color: Mongoose. HEX triplet: AB, 89 and 6B. RGB value is (171,137,107). Sum of RGB (Red+Green+Blue) = 171+137+107=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB896B is #547694. Grayscale: #8F8F8F. Windows color (decimal): -5535381 or 7047595. OLE color: 7047595.
HSL color Cylindrical-coordinate representation of color #AB896B: hue angle of 28.12º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB896B is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 107 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.33 |
| HSL | 28.13º | 0.28% | 0.55% | - |
| HSV(B) | 28.13º | 0.37% | 0.67% | - |
| XYZ | 28.39 | 27.61 | 17.74 | - |
| YUV | 143.75 | 107.26 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 107 | 0 | 0.20 | 0.37 | 0.33 | 28.13 | 0.28 | 0.55 |
| Hex | AB | 89 | 6B | 0 | 14 | 25 | 21 | 1C | 1C | 37 |
| Octal | 253 | 211 | 153 | 0 | 24 | 45 | 41 | 34 | 34 | 67 |
| Binary | 10101011 | 10001001 | 1101011 | 0 | 10100 | 100101 | 100001 | 11100 | 11100 | 110111 |
Color Harmonies of #AB896B
Complementary color
Monochromatic Colors of #AB896B
Black with #AB896B
Text Example
Text Example
White with #AB896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB896B; }
p { color: rgb(171,137,107); }
H1.HeaderClassName
{
color: #AB896B;
}
.AnyTagClassName
{
color: #AB896B;
}
</style>
background-color css
<style>
a { background-color: #AB896B; }
a { background-color: rgb(171,137,107); }
div.DivClassName
{
background-color: #AB896B;
}
.BgClassName
{
background-color: #AB896B;
}
</style>
border-color css
<style>
span { border-color: #AB896B; }
span { border-color: rgb(171,137,107); }
td.TdClassName
{
border-color: #AB896B;
}
.TagClassName
{
border-color: #AB896B;
}
</style>