Shades of Mongoose #AB8870
Tints of Mongoose #AB8870
RGB
CMYK
RGB Variations
Color information
#AB8870 (or 0xAB8870) is known color: Mongoose. HEX triplet: AB, 88 and 70. RGB value is (171,136,112). Sum of RGB (Red+Green+Blue) = 171+136+112=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8870 is #54778F. Grayscale: #8F8F8F. Windows color (decimal): -5535632 or 7375019. OLE color: 7375019.
HSL color Cylindrical-coordinate representation of color #AB8870: hue angle of 24.41º 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 #AB8870 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 112 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.33 |
| HSL | 24.41º | 0.26% | 0.55% | - |
| HSV(B) | 24.41º | 0.35% | 0.67% | - |
| XYZ | 28.52 | 27.44 | 19.12 | - |
| YUV | 143.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 112 | 0 | 0.20 | 0.35 | 0.33 | 24.41 | 0.26 | 0.55 |
| Hex | AB | 88 | 70 | 0 | 14 | 23 | 21 | 18 | 1A | 37 |
| Octal | 253 | 210 | 160 | 0 | 24 | 43 | 41 | 30 | 32 | 67 |
| Binary | 10101011 | 10001000 | 1110000 | 0 | 10100 | 100011 | 100001 | 11000 | 11010 | 110111 |
Color Harmonies of #AB8870
Complementary color
Monochromatic Colors of #AB8870
Black with #AB8870
Text Example
Text Example
White with #AB8870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8870; }
p { color: rgb(171,136,112); }
H1.HeaderClassName
{
color: #AB8870;
}
.AnyTagClassName
{
color: #AB8870;
}
</style>
background-color css
<style>
a { background-color: #AB8870; }
a { background-color: rgb(171,136,112); }
div.DivClassName
{
background-color: #AB8870;
}
.BgClassName
{
background-color: #AB8870;
}
</style>
border-color css
<style>
span { border-color: #AB8870; }
span { border-color: rgb(171,136,112); }
td.TdClassName
{
border-color: #AB8870;
}
.TagClassName
{
border-color: #AB8870;
}
</style>