Shades of Mongoose #AD896C
Tints of Mongoose #AD896C
RGB
CMYK
RGB Variations
Color information
#AD896C (or 0xAD896C) is known color: Mongoose. HEX triplet: AD, 89 and 6C. RGB value is (173,137,108). Sum of RGB (Red+Green+Blue) = 173+137+108=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD896C is #527693. Grayscale: #909090. Windows color (decimal): -5404308 or 7113133. OLE color: 7113133.
HSL color Cylindrical-coordinate representation of color #AD896C: hue angle of 26.77º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD896C is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 108 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.32 |
| HSL | 26.77º | 0.28% | 0.55% | - |
| HSV(B) | 26.77º | 0.38% | 0.68% | - |
| XYZ | 28.89 | 27.86 | 18.04 | - |
| YUV | 144.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 108 | 0 | 0.21 | 0.38 | 0.32 | 26.77 | 0.28 | 0.55 |
| Hex | AD | 89 | 6C | 0 | 15 | 26 | 20 | 1B | 1C | 37 |
| Octal | 255 | 211 | 154 | 0 | 25 | 46 | 40 | 33 | 34 | 67 |
| Binary | 10101101 | 10001001 | 1101100 | 0 | 10101 | 100110 | 100000 | 11011 | 11100 | 110111 |
Color Harmonies of #AD896C
Complementary color
Monochromatic Colors of #AD896C
Black with #AD896C
Text Example
Text Example
White with #AD896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD896C; }
p { color: rgb(173,137,108); }
H1.HeaderClassName
{
color: #AD896C;
}
.AnyTagClassName
{
color: #AD896C;
}
</style>
background-color css
<style>
a { background-color: #AD896C; }
a { background-color: rgb(173,137,108); }
div.DivClassName
{
background-color: #AD896C;
}
.BgClassName
{
background-color: #AD896C;
}
</style>
border-color css
<style>
span { border-color: #AD896C; }
span { border-color: rgb(173,137,108); }
td.TdClassName
{
border-color: #AD896C;
}
.TagClassName
{
border-color: #AD896C;
}
</style>