Shades of Mongoose #AD9473
Tints of Mongoose #AD9473
RGB
CMYK
RGB Variations
Color information
#AD9473 (or 0xAD9473) is known color: Mongoose. HEX triplet: AD, 94 and 73. RGB value is (173,148,115). Sum of RGB (Red+Green+Blue) = 173+148+115=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9473 is #526B8C. Grayscale: #979797. Windows color (decimal): -5401485 or 7574701. OLE color: 7574701.
HSL color Cylindrical-coordinate representation of color #AD9473: hue angle of 34.14º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD9473 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 115 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.32 |
| HSL | 34.14º | 0.26% | 0.56% | - |
| HSV(B) | 34.14º | 0.34% | 0.68% | - |
| XYZ | 30.92 | 31.3 | 20.63 | - |
| YUV | 151.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 115 | 0 | 0.14 | 0.34 | 0.32 | 34.14 | 0.26 | 0.56 |
| Hex | AD | 94 | 73 | 0 | E | 22 | 20 | 22 | 1A | 38 |
| Octal | 255 | 224 | 163 | 0 | 16 | 42 | 40 | 42 | 32 | 70 |
| Binary | 10101101 | 10010100 | 1110011 | 0 | 1110 | 100010 | 100000 | 100010 | 11010 | 111000 |
Color Harmonies of #AD9473
Complementary color
Monochromatic Colors of #AD9473
Black with #AD9473
Text Example
Text Example
White with #AD9473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9473; }
p { color: rgb(173,148,115); }
H1.HeaderClassName
{
color: #AD9473;
}
.AnyTagClassName
{
color: #AD9473;
}
</style>
background-color css
<style>
a { background-color: #AD9473; }
a { background-color: rgb(173,148,115); }
div.DivClassName
{
background-color: #AD9473;
}
.BgClassName
{
background-color: #AD9473;
}
</style>
border-color css
<style>
span { border-color: #AD9473; }
span { border-color: rgb(173,148,115); }
td.TdClassName
{
border-color: #AD9473;
}
.TagClassName
{
border-color: #AD9473;
}
</style>