Shades of Mongoose #AB8970
Tints of Mongoose #AB8970
RGB
CMYK
RGB Variations
Color information
#AB8970 (or 0xAB8970) is known color: Mongoose. HEX triplet: AB, 89 and 70. RGB value is (171,137,112). Sum of RGB (Red+Green+Blue) = 171+137+112=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8970 is #54768F. Grayscale: #909090. Windows color (decimal): -5535376 or 7375275. OLE color: 7375275.
HSL color Cylindrical-coordinate representation of color #AB8970: hue angle of 25.42º 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 #AB8970 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 112 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.33 |
| HSL | 25.42º | 0.26% | 0.55% | - |
| HSV(B) | 25.42º | 0.35% | 0.67% | - |
| XYZ | 28.66 | 27.72 | 19.17 | - |
| YUV | 144.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 112 | 0 | 0.20 | 0.35 | 0.33 | 25.42 | 0.26 | 0.55 |
| Hex | AB | 89 | 70 | 0 | 14 | 23 | 21 | 19 | 1A | 37 |
| Octal | 253 | 211 | 160 | 0 | 24 | 43 | 41 | 31 | 32 | 67 |
| Binary | 10101011 | 10001001 | 1110000 | 0 | 10100 | 100011 | 100001 | 11001 | 11010 | 110111 |
Color Harmonies of #AB8970
Complementary color
Monochromatic Colors of #AB8970
Black with #AB8970
Text Example
Text Example
White with #AB8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8970; }
p { color: rgb(171,137,112); }
H1.HeaderClassName
{
color: #AB8970;
}
.AnyTagClassName
{
color: #AB8970;
}
</style>
background-color css
<style>
a { background-color: #AB8970; }
a { background-color: rgb(171,137,112); }
div.DivClassName
{
background-color: #AB8970;
}
.BgClassName
{
background-color: #AB8970;
}
</style>
border-color css
<style>
span { border-color: #AB8970; }
span { border-color: rgb(171,137,112); }
td.TdClassName
{
border-color: #AB8970;
}
.TagClassName
{
border-color: #AB8970;
}
</style>