Shades of Mongoose #AD886D
Tints of Mongoose #AD886D
RGB
CMYK
RGB Variations
Color information
#AD886D (or 0xAD886D) is known color: Mongoose. HEX triplet: AD, 88 and 6D. RGB value is (173,136,109). Sum of RGB (Red+Green+Blue) = 173+136+109=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD886D is #527792. Grayscale: #909090. Windows color (decimal): -5404563 or 7178413. OLE color: 7178413.
HSL color Cylindrical-coordinate representation of color #AD886D: hue angle of 25.31º 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 #AD886D is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 109 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.32 |
| HSL | 25.31º | 0.28% | 0.55% | - |
| HSV(B) | 25.31º | 0.37% | 0.68% | - |
| XYZ | 28.8 | 27.6 | 18.28 | - |
| YUV | 143.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 109 | 0 | 0.21 | 0.37 | 0.32 | 25.31 | 0.28 | 0.55 |
| Hex | AD | 88 | 6D | 0 | 15 | 25 | 20 | 19 | 1C | 37 |
| Octal | 255 | 210 | 155 | 0 | 25 | 45 | 40 | 31 | 34 | 67 |
| Binary | 10101101 | 10001000 | 1101101 | 0 | 10101 | 100101 | 100000 | 11001 | 11100 | 110111 |
Color Harmonies of #AD886D
Complementary color
Monochromatic Colors of #AD886D
Black with #AD886D
Text Example
Text Example
White with #AD886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD886D; }
p { color: rgb(173,136,109); }
H1.HeaderClassName
{
color: #AD886D;
}
.AnyTagClassName
{
color: #AD886D;
}
</style>
background-color css
<style>
a { background-color: #AD886D; }
a { background-color: rgb(173,136,109); }
div.DivClassName
{
background-color: #AD886D;
}
.BgClassName
{
background-color: #AD886D;
}
</style>
border-color css
<style>
span { border-color: #AD886D; }
span { border-color: rgb(173,136,109); }
td.TdClassName
{
border-color: #AD886D;
}
.TagClassName
{
border-color: #AD886D;
}
</style>