Shades of Mongoose #AD8D6E
Tints of Mongoose #AD8D6E
RGB
CMYK
RGB Variations
Color information
#AD8D6E (or 0xAD8D6E) is known color: Mongoose. HEX triplet: AD, 8D and 6E. RGB value is (173,141,110). Sum of RGB (Red+Green+Blue) = 173+141+110=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D6E is #527291. Grayscale: #939393. Windows color (decimal): -5403282 or 7245229. OLE color: 7245229.
HSL color Cylindrical-coordinate representation of color #AD8D6E: hue angle of 29.52º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD8D6E is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 110 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.32 |
| HSL | 29.52º | 0.28% | 0.55% | - |
| HSV(B) | 29.52º | 0.36% | 0.68% | - |
| XYZ | 29.57 | 29.06 | 18.8 | - |
| YUV | 147.03 | 107.1 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 110 | 0 | 0.18 | 0.36 | 0.32 | 29.52 | 0.28 | 0.55 |
| Hex | AD | 8D | 6E | 0 | 12 | 24 | 20 | 1E | 1C | 37 |
| Octal | 255 | 215 | 156 | 0 | 22 | 44 | 40 | 36 | 34 | 67 |
| Binary | 10101101 | 10001101 | 1101110 | 0 | 10010 | 100100 | 100000 | 11110 | 11100 | 110111 |
Color Harmonies of #AD8D6E
Complementary color
Monochromatic Colors of #AD8D6E
Black with #AD8D6E
Text Example
Text Example
White with #AD8D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D6E; }
p { color: rgb(173,141,110); }
H1.HeaderClassName
{
color: #AD8D6E;
}
.AnyTagClassName
{
color: #AD8D6E;
}
</style>
background-color css
<style>
a { background-color: #AD8D6E; }
a { background-color: rgb(173,141,110); }
div.DivClassName
{
background-color: #AD8D6E;
}
.BgClassName
{
background-color: #AD8D6E;
}
</style>
border-color css
<style>
span { border-color: #AD8D6E; }
span { border-color: rgb(173,141,110); }
td.TdClassName
{
border-color: #AD8D6E;
}
.TagClassName
{
border-color: #AD8D6E;
}
</style>