Shades of Mongoose #AD8973
Tints of Mongoose #AD8973
RGB
CMYK
RGB Variations
Color information
#AD8973 (or 0xAD8973) is known color: Mongoose. HEX triplet: AD, 89 and 73. RGB value is (173,137,115). Sum of RGB (Red+Green+Blue) = 173+137+115=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8973 is #52768C. Grayscale: #919191. Windows color (decimal): -5404301 or 7571885. OLE color: 7571885.
HSL color Cylindrical-coordinate representation of color #AD8973: hue angle of 22.76º 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 #AD8973 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 115 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.32 |
| HSL | 22.76º | 0.26% | 0.56% | - |
| HSV(B) | 22.76º | 0.34% | 0.68% | - |
| XYZ | 29.27 | 28.01 | 20.08 | - |
| YUV | 145.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 115 | 0 | 0.21 | 0.34 | 0.32 | 22.76 | 0.26 | 0.56 |
| Hex | AD | 89 | 73 | 0 | 15 | 22 | 20 | 17 | 1A | 38 |
| Octal | 255 | 211 | 163 | 0 | 25 | 42 | 40 | 27 | 32 | 70 |
| Binary | 10101101 | 10001001 | 1110011 | 0 | 10101 | 100010 | 100000 | 10111 | 11010 | 111000 |
Color Harmonies of #AD8973
Complementary color
Monochromatic Colors of #AD8973
Black with #AD8973
Text Example
Text Example
White with #AD8973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8973; }
p { color: rgb(173,137,115); }
H1.HeaderClassName
{
color: #AD8973;
}
.AnyTagClassName
{
color: #AD8973;
}
</style>
background-color css
<style>
a { background-color: #AD8973; }
a { background-color: rgb(173,137,115); }
div.DivClassName
{
background-color: #AD8973;
}
.BgClassName
{
background-color: #AD8973;
}
</style>
border-color css
<style>
span { border-color: #AD8973; }
span { border-color: rgb(173,137,115); }
td.TdClassName
{
border-color: #AD8973;
}
.TagClassName
{
border-color: #AD8973;
}
</style>