Shades of Mongoose #AB9372
Tints of Mongoose #AB9372
RGB
CMYK
RGB Variations
Color information
#AB9372 (or 0xAB9372) is known color: Mongoose. HEX triplet: AB, 93 and 72. RGB value is (171,147,114). Sum of RGB (Red+Green+Blue) = 171+147+114=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9372 is #546C8D. Grayscale: #969696. Windows color (decimal): -5532814 or 7508907. OLE color: 7508907.
HSL color Cylindrical-coordinate representation of color #AB9372: hue angle of 34.74º 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 #AB9372 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 114 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.33 |
| HSL | 34.74º | 0.25% | 0.56% | - |
| HSV(B) | 34.74º | 0.33% | 0.67% | - |
| XYZ | 30.27 | 30.74 | 20.26 | - |
| YUV | 150.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 114 | 0 | 0.14 | 0.33 | 0.33 | 34.74 | 0.25 | 0.56 |
| Hex | AB | 93 | 72 | 0 | E | 21 | 21 | 23 | 19 | 38 |
| Octal | 253 | 223 | 162 | 0 | 16 | 41 | 41 | 43 | 31 | 70 |
| Binary | 10101011 | 10010011 | 1110010 | 0 | 1110 | 100001 | 100001 | 100011 | 11001 | 111000 |
Color Harmonies of #AB9372
Complementary color
Monochromatic Colors of #AB9372
Black with #AB9372
Text Example
Text Example
White with #AB9372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9372; }
p { color: rgb(171,147,114); }
H1.HeaderClassName
{
color: #AB9372;
}
.AnyTagClassName
{
color: #AB9372;
}
</style>
background-color css
<style>
a { background-color: #AB9372; }
a { background-color: rgb(171,147,114); }
div.DivClassName
{
background-color: #AB9372;
}
.BgClassName
{
background-color: #AB9372;
}
</style>
border-color css
<style>
span { border-color: #AB9372; }
span { border-color: rgb(171,147,114); }
td.TdClassName
{
border-color: #AB9372;
}
.TagClassName
{
border-color: #AB9372;
}
</style>