Shades of Mongoose #AB8F71
Tints of Mongoose #AB8F71
RGB
CMYK
RGB Variations
Color information
#AB8F71 (or 0xAB8F71) is known color: Mongoose. HEX triplet: AB, 8F and 71. RGB value is (171,143,113). Sum of RGB (Red+Green+Blue) = 171+143+113=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F71 is #54708E. Grayscale: #949494. Windows color (decimal): -5533839 or 7442347. OLE color: 7442347.
HSL color Cylindrical-coordinate representation of color #AB8F71: hue angle of 31.03º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB8F71 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 113 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.33 |
| HSL | 31.03º | 0.26% | 0.56% | - |
| HSV(B) | 31.03º | 0.34% | 0.67% | - |
| XYZ | 29.6 | 29.5 | 19.76 | - |
| YUV | 147.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 113 | 0 | 0.16 | 0.34 | 0.33 | 31.03 | 0.26 | 0.56 |
| Hex | AB | 8F | 71 | 0 | 10 | 22 | 21 | 1F | 1A | 38 |
| Octal | 253 | 217 | 161 | 0 | 20 | 42 | 41 | 37 | 32 | 70 |
| Binary | 10101011 | 10001111 | 1110001 | 0 | 10000 | 100010 | 100001 | 11111 | 11010 | 111000 |
Color Harmonies of #AB8F71
Complementary color
Monochromatic Colors of #AB8F71
Black with #AB8F71
Text Example
Text Example
White with #AB8F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F71; }
p { color: rgb(171,143,113); }
H1.HeaderClassName
{
color: #AB8F71;
}
.AnyTagClassName
{
color: #AB8F71;
}
</style>
background-color css
<style>
a { background-color: #AB8F71; }
a { background-color: rgb(171,143,113); }
div.DivClassName
{
background-color: #AB8F71;
}
.BgClassName
{
background-color: #AB8F71;
}
</style>
border-color css
<style>
span { border-color: #AB8F71; }
span { border-color: rgb(171,143,113); }
td.TdClassName
{
border-color: #AB8F71;
}
.TagClassName
{
border-color: #AB8F71;
}
</style>