Shades of Mongoose #AD886C
Tints of Mongoose #AD886C
RGB
CMYK
RGB Variations
Color information
#AD886C (or 0xAD886C) is known color: Mongoose. HEX triplet: AD, 88 and 6C. RGB value is (173,136,108). Sum of RGB (Red+Green+Blue) = 173+136+108=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD886C is #527793. Grayscale: #909090. Windows color (decimal): -5404564 or 7112877. OLE color: 7112877.
HSL color Cylindrical-coordinate representation of color #AD886C: hue angle of 25.85º 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 #AD886C is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 108 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.32 |
| HSL | 25.85º | 0.28% | 0.55% | - |
| HSV(B) | 25.85º | 0.38% | 0.68% | - |
| XYZ | 28.74 | 27.58 | 17.99 | - |
| YUV | 143.87 | 107.76 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 108 | 0 | 0.21 | 0.38 | 0.32 | 25.85 | 0.28 | 0.55 |
| Hex | AD | 88 | 6C | 0 | 15 | 26 | 20 | 1A | 1C | 37 |
| Octal | 255 | 210 | 154 | 0 | 25 | 46 | 40 | 32 | 34 | 67 |
| Binary | 10101101 | 10001000 | 1101100 | 0 | 10101 | 100110 | 100000 | 11010 | 11100 | 110111 |
Color Harmonies of #AD886C
Complementary color
Monochromatic Colors of #AD886C
Black with #AD886C
Text Example
Text Example
White with #AD886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD886C; }
p { color: rgb(173,136,108); }
H1.HeaderClassName
{
color: #AD886C;
}
.AnyTagClassName
{
color: #AD886C;
}
</style>
background-color css
<style>
a { background-color: #AD886C; }
a { background-color: rgb(173,136,108); }
div.DivClassName
{
background-color: #AD886C;
}
.BgClassName
{
background-color: #AD886C;
}
</style>
border-color css
<style>
span { border-color: #AD886C; }
span { border-color: rgb(173,136,108); }
td.TdClassName
{
border-color: #AD886C;
}
.TagClassName
{
border-color: #AD886C;
}
</style>