Shades of Mongoose #AB9070
Tints of Mongoose #AB9070
RGB
CMYK
RGB Variations
Color information
#AB9070 (or 0xAB9070) is known color: Mongoose. HEX triplet: AB, 90 and 70. RGB value is (171,144,112). Sum of RGB (Red+Green+Blue) = 171+144+112=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9070 is #546F8F. Grayscale: #949494. Windows color (decimal): -5533584 or 7377067. OLE color: 7377067.
HSL color Cylindrical-coordinate representation of color #AB9070: hue angle of 32.54º 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 #AB9070 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 112 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.33 |
| HSL | 32.54º | 0.26% | 0.55% | - |
| HSV(B) | 32.54º | 0.35% | 0.67% | - |
| XYZ | 29.69 | 29.77 | 19.51 | - |
| YUV | 148.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 112 | 0 | 0.16 | 0.35 | 0.33 | 32.54 | 0.26 | 0.55 |
| Hex | AB | 90 | 70 | 0 | 10 | 23 | 21 | 21 | 1A | 37 |
| Octal | 253 | 220 | 160 | 0 | 20 | 43 | 41 | 41 | 32 | 67 |
| Binary | 10101011 | 10010000 | 1110000 | 0 | 10000 | 100011 | 100001 | 100001 | 11010 | 110111 |
Color Harmonies of #AB9070
Complementary color
Monochromatic Colors of #AB9070
Black with #AB9070
Text Example
Text Example
White with #AB9070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9070; }
p { color: rgb(171,144,112); }
H1.HeaderClassName
{
color: #AB9070;
}
.AnyTagClassName
{
color: #AB9070;
}
</style>
background-color css
<style>
a { background-color: #AB9070; }
a { background-color: rgb(171,144,112); }
div.DivClassName
{
background-color: #AB9070;
}
.BgClassName
{
background-color: #AB9070;
}
</style>
border-color css
<style>
span { border-color: #AB9070; }
span { border-color: rgb(171,144,112); }
td.TdClassName
{
border-color: #AB9070;
}
.TagClassName
{
border-color: #AB9070;
}
</style>