Shades of Mongoose #AB8E75
Tints of Mongoose #AB8E75
RGB
CMYK
RGB Variations
Color information
#AB8E75 (or 0xAB8E75) is known color: Mongoose. HEX triplet: AB, 8E and 75. RGB value is (171,142,117). Sum of RGB (Red+Green+Blue) = 171+142+117=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8E75 is #54718A. Grayscale: #939393. Windows color (decimal): -5534091 or 7704235. OLE color: 7704235.
HSL color Cylindrical-coordinate representation of color #AB8E75: hue angle of 27.78º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB8E75 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 142 | 117 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.33 |
| HSL | 27.78º | 0.24% | 0.56% | - |
| HSV(B) | 27.78º | 0.32% | 0.67% | - |
| XYZ | 29.68 | 29.29 | 20.92 | - |
| YUV | 147.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 117 | 0 | 0.17 | 0.32 | 0.33 | 27.78 | 0.24 | 0.56 |
| Hex | AB | 8E | 75 | 0 | 11 | 20 | 21 | 1C | 18 | 38 |
| Octal | 253 | 216 | 165 | 0 | 21 | 40 | 41 | 34 | 30 | 70 |
| Binary | 10101011 | 10001110 | 1110101 | 0 | 10001 | 100000 | 100001 | 11100 | 11000 | 111000 |
Color Harmonies of #AB8E75
Complementary color
Monochromatic Colors of #AB8E75
Black with #AB8E75
Text Example
Text Example
White with #AB8E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8E75; }
p { color: rgb(171,142,117); }
H1.HeaderClassName
{
color: #AB8E75;
}
.AnyTagClassName
{
color: #AB8E75;
}
</style>
background-color css
<style>
a { background-color: #AB8E75; }
a { background-color: rgb(171,142,117); }
div.DivClassName
{
background-color: #AB8E75;
}
.BgClassName
{
background-color: #AB8E75;
}
</style>
border-color css
<style>
span { border-color: #AB8E75; }
span { border-color: rgb(171,142,117); }
td.TdClassName
{
border-color: #AB8E75;
}
.TagClassName
{
border-color: #AB8E75;
}
</style>