Shades of Mongoose #AD8D6D
Tints of Mongoose #AD8D6D
RGB
CMYK
RGB Variations
Color information
#AD8D6D (or 0xAD8D6D) is known color: Mongoose. HEX triplet: AD, 8D and 6D. RGB value is (173,141,109). Sum of RGB (Red+Green+Blue) = 173+141+109=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D6D is #527292. Grayscale: #939393. Windows color (decimal): -5403283 or 7179693. OLE color: 7179693.
HSL color Cylindrical-coordinate representation of color #AD8D6D: hue angle of 30º 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 #AD8D6D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 109 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.32 |
| HSL | 30º | 0.28% | 0.55% | - |
| HSV(B) | 30º | 0.37% | 0.68% | - |
| XYZ | 29.52 | 29.04 | 18.52 | - |
| YUV | 146.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 109 | 0 | 0.18 | 0.37 | 0.32 | 30 | 0.28 | 0.55 |
| Hex | AD | 8D | 6D | 0 | 12 | 25 | 20 | 1E | 1C | 37 |
| Octal | 255 | 215 | 155 | 0 | 22 | 45 | 40 | 36 | 34 | 67 |
| Binary | 10101101 | 10001101 | 1101101 | 0 | 10010 | 100101 | 100000 | 11110 | 11100 | 110111 |
Color Harmonies of #AD8D6D
Complementary color
Monochromatic Colors of #AD8D6D
Black with #AD8D6D
Text Example
Text Example
White with #AD8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D6D; }
p { color: rgb(173,141,109); }
H1.HeaderClassName
{
color: #AD8D6D;
}
.AnyTagClassName
{
color: #AD8D6D;
}
</style>
background-color css
<style>
a { background-color: #AD8D6D; }
a { background-color: rgb(173,141,109); }
div.DivClassName
{
background-color: #AD8D6D;
}
.BgClassName
{
background-color: #AD8D6D;
}
</style>
border-color css
<style>
span { border-color: #AD8D6D; }
span { border-color: rgb(173,141,109); }
td.TdClassName
{
border-color: #AD8D6D;
}
.TagClassName
{
border-color: #AD8D6D;
}
</style>