Shades of Mongoose #AB9470
Tints of Mongoose #AB9470
RGB
CMYK
RGB Variations
Color information
#AB9470 (or 0xAB9470) is known color: Mongoose. HEX triplet: AB, 94 and 70. RGB value is (171,148,112). Sum of RGB (Red+Green+Blue) = 171+148+112=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9470 is #546B8F. Grayscale: #969696. Windows color (decimal): -5532560 or 7378091. OLE color: 7378091.
HSL color Cylindrical-coordinate representation of color #AB9470: hue angle of 36.61º 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 #AB9470 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 112 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.33 |
| HSL | 36.61º | 0.26% | 0.55% | - |
| HSV(B) | 36.61º | 0.35% | 0.67% | - |
| XYZ | 30.31 | 31.01 | 19.72 | - |
| YUV | 150.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 112 | 0 | 0.13 | 0.35 | 0.33 | 36.61 | 0.26 | 0.55 |
| Hex | AB | 94 | 70 | 0 | D | 23 | 21 | 25 | 1A | 37 |
| Octal | 253 | 224 | 160 | 0 | 15 | 43 | 41 | 45 | 32 | 67 |
| Binary | 10101011 | 10010100 | 1110000 | 0 | 1101 | 100011 | 100001 | 100101 | 11010 | 110111 |
Color Harmonies of #AB9470
Complementary color
Monochromatic Colors of #AB9470
Black with #AB9470
Text Example
Text Example
White with #AB9470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9470; }
p { color: rgb(171,148,112); }
H1.HeaderClassName
{
color: #AB9470;
}
.AnyTagClassName
{
color: #AB9470;
}
</style>
background-color css
<style>
a { background-color: #AB9470; }
a { background-color: rgb(171,148,112); }
div.DivClassName
{
background-color: #AB9470;
}
.BgClassName
{
background-color: #AB9470;
}
</style>
border-color css
<style>
span { border-color: #AB9470; }
span { border-color: rgb(171,148,112); }
td.TdClassName
{
border-color: #AB9470;
}
.TagClassName
{
border-color: #AB9470;
}
</style>