Shades of Mongoose #AD9371
Tints of Mongoose #AD9371
RGB
CMYK
RGB Variations
Color information
#AD9371 (or 0xAD9371) is known color: Mongoose. HEX triplet: AD, 93 and 71. RGB value is (173,147,113). Sum of RGB (Red+Green+Blue) = 173+147+113=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9371 is #526C8E. Grayscale: #979797. Windows color (decimal): -5401743 or 7443373. OLE color: 7443373.
HSL color Cylindrical-coordinate representation of color #AD9371: hue angle of 34º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD9371 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 113 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.32 |
| HSL | 34º | 0.27% | 0.56% | - |
| HSV(B) | 34º | 0.35% | 0.68% | - |
| XYZ | 30.65 | 30.94 | 19.98 | - |
| YUV | 150.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 113 | 0 | 0.15 | 0.35 | 0.32 | 34 | 0.27 | 0.56 |
| Hex | AD | 93 | 71 | 0 | F | 23 | 20 | 22 | 1B | 38 |
| Octal | 255 | 223 | 161 | 0 | 17 | 43 | 40 | 42 | 33 | 70 |
| Binary | 10101101 | 10010011 | 1110001 | 0 | 1111 | 100011 | 100000 | 100010 | 11011 | 111000 |
Color Harmonies of #AD9371
Complementary color
Monochromatic Colors of #AD9371
Black with #AD9371
Text Example
Text Example
White with #AD9371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9371; }
p { color: rgb(173,147,113); }
H1.HeaderClassName
{
color: #AD9371;
}
.AnyTagClassName
{
color: #AD9371;
}
</style>
background-color css
<style>
a { background-color: #AD9371; }
a { background-color: rgb(173,147,113); }
div.DivClassName
{
background-color: #AD9371;
}
.BgClassName
{
background-color: #AD9371;
}
</style>
border-color css
<style>
span { border-color: #AD9371; }
span { border-color: rgb(173,147,113); }
td.TdClassName
{
border-color: #AD9371;
}
.TagClassName
{
border-color: #AD9371;
}
</style>