Shades of Mongoose #AB8873
Tints of Mongoose #AB8873
RGB
CMYK
RGB Variations
Color information
#AB8873 (or 0xAB8873) is known color: Mongoose. HEX triplet: AB, 88 and 73. RGB value is (171,136,115). Sum of RGB (Red+Green+Blue) = 171+136+115=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8873 is #54778C. Grayscale: #909090. Windows color (decimal): -5535629 or 7571627. OLE color: 7571627.
HSL color Cylindrical-coordinate representation of color #AB8873: hue angle of 22.5º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB8873 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 115 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.33 |
| HSL | 22.5º | 0.25% | 0.56% | - |
| HSV(B) | 22.5º | 0.33% | 0.67% | - |
| XYZ | 28.69 | 27.5 | 20.02 | - |
| YUV | 144.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 115 | 0 | 0.20 | 0.33 | 0.33 | 22.5 | 0.25 | 0.56 |
| Hex | AB | 88 | 73 | 0 | 14 | 21 | 21 | 16 | 19 | 38 |
| Octal | 253 | 210 | 163 | 0 | 24 | 41 | 41 | 26 | 31 | 70 |
| Binary | 10101011 | 10001000 | 1110011 | 0 | 10100 | 100001 | 100001 | 10110 | 11001 | 111000 |
Color Harmonies of #AB8873
Complementary color
Monochromatic Colors of #AB8873
Black with #AB8873
Text Example
Text Example
White with #AB8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8873; }
p { color: rgb(171,136,115); }
H1.HeaderClassName
{
color: #AB8873;
}
.AnyTagClassName
{
color: #AB8873;
}
</style>
background-color css
<style>
a { background-color: #AB8873; }
a { background-color: rgb(171,136,115); }
div.DivClassName
{
background-color: #AB8873;
}
.BgClassName
{
background-color: #AB8873;
}
</style>
border-color css
<style>
span { border-color: #AB8873; }
span { border-color: rgb(171,136,115); }
td.TdClassName
{
border-color: #AB8873;
}
.TagClassName
{
border-color: #AB8873;
}
</style>