Shades of Mongoose #AD896D
Tints of Mongoose #AD896D
RGB
CMYK
RGB Variations
Color information
#AD896D (or 0xAD896D) is known color: Mongoose. HEX triplet: AD, 89 and 6D. RGB value is (173,137,109). Sum of RGB (Red+Green+Blue) = 173+137+109=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD896D is #527692. Grayscale: #909090. Windows color (decimal): -5404307 or 7178669. OLE color: 7178669.
HSL color Cylindrical-coordinate representation of color #AD896D: hue angle of 26.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD896D is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 109 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.32 |
| HSL | 26.25º | 0.28% | 0.55% | - |
| HSV(B) | 26.25º | 0.37% | 0.68% | - |
| XYZ | 28.94 | 27.88 | 18.32 | - |
| YUV | 144.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 109 | 0 | 0.21 | 0.37 | 0.32 | 26.25 | 0.28 | 0.55 |
| Hex | AD | 89 | 6D | 0 | 15 | 25 | 20 | 1A | 1C | 37 |
| Octal | 255 | 211 | 155 | 0 | 25 | 45 | 40 | 32 | 34 | 67 |
| Binary | 10101101 | 10001001 | 1101101 | 0 | 10101 | 100101 | 100000 | 11010 | 11100 | 110111 |
Color Harmonies of #AD896D
Complementary color
Monochromatic Colors of #AD896D
Black with #AD896D
Text Example
Text Example
White with #AD896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD896D; }
p { color: rgb(173,137,109); }
H1.HeaderClassName
{
color: #AD896D;
}
.AnyTagClassName
{
color: #AD896D;
}
</style>
background-color css
<style>
a { background-color: #AD896D; }
a { background-color: rgb(173,137,109); }
div.DivClassName
{
background-color: #AD896D;
}
.BgClassName
{
background-color: #AD896D;
}
</style>
border-color css
<style>
span { border-color: #AD896D; }
span { border-color: rgb(173,137,109); }
td.TdClassName
{
border-color: #AD896D;
}
.TagClassName
{
border-color: #AD896D;
}
</style>