Shades of Mongoose #AB8F70
Tints of Mongoose #AB8F70
RGB
CMYK
RGB Variations
Color information
#AB8F70 (or 0xAB8F70) is known color: Mongoose. HEX triplet: AB, 8F and 70. RGB value is (171,143,112). Sum of RGB (Red+Green+Blue) = 171+143+112=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F70 is #54708F. Grayscale: #939393. Windows color (decimal): -5533840 or 7376811. OLE color: 7376811.
HSL color Cylindrical-coordinate representation of color #AB8F70: hue angle of 31.53º 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 #AB8F70 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 112 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.33 |
| HSL | 31.53º | 0.26% | 0.55% | - |
| HSV(B) | 31.53º | 0.35% | 0.67% | - |
| XYZ | 29.54 | 29.47 | 19.46 | - |
| YUV | 147.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 112 | 0 | 0.16 | 0.35 | 0.33 | 31.53 | 0.26 | 0.55 |
| Hex | AB | 8F | 70 | 0 | 10 | 23 | 21 | 20 | 1A | 37 |
| Octal | 253 | 217 | 160 | 0 | 20 | 43 | 41 | 40 | 32 | 67 |
| Binary | 10101011 | 10001111 | 1110000 | 0 | 10000 | 100011 | 100001 | 100000 | 11010 | 110111 |
Color Harmonies of #AB8F70
Complementary color
Monochromatic Colors of #AB8F70
Black with #AB8F70
Text Example
Text Example
White with #AB8F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F70; }
p { color: rgb(171,143,112); }
H1.HeaderClassName
{
color: #AB8F70;
}
.AnyTagClassName
{
color: #AB8F70;
}
</style>
background-color css
<style>
a { background-color: #AB8F70; }
a { background-color: rgb(171,143,112); }
div.DivClassName
{
background-color: #AB8F70;
}
.BgClassName
{
background-color: #AB8F70;
}
</style>
border-color css
<style>
span { border-color: #AB8F70; }
span { border-color: rgb(171,143,112); }
td.TdClassName
{
border-color: #AB8F70;
}
.TagClassName
{
border-color: #AB8F70;
}
</style>