Shades of Mongoose #AD956D
Tints of Mongoose #AD956D
RGB
CMYK
RGB Variations
Color information
#AD956D (or 0xAD956D) is known color: Mongoose. HEX triplet: AD, 95 and 6D. RGB value is (173,149,109). Sum of RGB (Red+Green+Blue) = 173+149+109=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD956D is #526A92. Grayscale: #979797. Windows color (decimal): -5401235 or 7181741. OLE color: 7181741.
HSL color Cylindrical-coordinate representation of color #AD956D: hue angle of 37.5º 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 #AD956D is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 109 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.32 |
| HSL | 37.5º | 0.28% | 0.55% | - |
| HSV(B) | 37.5º | 0.37% | 0.68% | - |
| XYZ | 30.74 | 31.48 | 18.92 | - |
| YUV | 151.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 109 | 0 | 0.14 | 0.37 | 0.32 | 37.5 | 0.28 | 0.55 |
| Hex | AD | 95 | 6D | 0 | E | 25 | 20 | 26 | 1C | 37 |
| Octal | 255 | 225 | 155 | 0 | 16 | 45 | 40 | 46 | 34 | 67 |
| Binary | 10101101 | 10010101 | 1101101 | 0 | 1110 | 100101 | 100000 | 100110 | 11100 | 110111 |
Color Harmonies of #AD956D
Complementary color
Monochromatic Colors of #AD956D
Black with #AD956D
Text Example
Text Example
White with #AD956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD956D; }
p { color: rgb(173,149,109); }
H1.HeaderClassName
{
color: #AD956D;
}
.AnyTagClassName
{
color: #AD956D;
}
</style>
background-color css
<style>
a { background-color: #AD956D; }
a { background-color: rgb(173,149,109); }
div.DivClassName
{
background-color: #AD956D;
}
.BgClassName
{
background-color: #AD956D;
}
</style>
border-color css
<style>
span { border-color: #AD956D; }
span { border-color: rgb(173,149,109); }
td.TdClassName
{
border-color: #AD956D;
}
.TagClassName
{
border-color: #AD956D;
}
</style>