Shades of Mongoose #AD946D
Tints of Mongoose #AD946D
RGB
CMYK
RGB Variations
Color information
#AD946D (or 0xAD946D) is known color: Mongoose. HEX triplet: AD, 94 and 6D. RGB value is (173,148,109). Sum of RGB (Red+Green+Blue) = 173+148+109=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD946D is #526B92. Grayscale: #979797. Windows color (decimal): -5401491 or 7181485. OLE color: 7181485.
HSL color Cylindrical-coordinate representation of color #AD946D: hue angle of 36.56º 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 #AD946D is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 109 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.32 |
| HSL | 36.56º | 0.28% | 0.55% | - |
| HSV(B) | 36.56º | 0.37% | 0.68% | - |
| XYZ | 30.58 | 31.17 | 18.87 | - |
| YUV | 151.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 109 | 0 | 0.14 | 0.37 | 0.32 | 36.56 | 0.28 | 0.55 |
| Hex | AD | 94 | 6D | 0 | E | 25 | 20 | 25 | 1C | 37 |
| Octal | 255 | 224 | 155 | 0 | 16 | 45 | 40 | 45 | 34 | 67 |
| Binary | 10101101 | 10010100 | 1101101 | 0 | 1110 | 100101 | 100000 | 100101 | 11100 | 110111 |
Color Harmonies of #AD946D
Complementary color
Monochromatic Colors of #AD946D
Black with #AD946D
Text Example
Text Example
White with #AD946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD946D; }
p { color: rgb(173,148,109); }
H1.HeaderClassName
{
color: #AD946D;
}
.AnyTagClassName
{
color: #AD946D;
}
</style>
background-color css
<style>
a { background-color: #AD946D; }
a { background-color: rgb(173,148,109); }
div.DivClassName
{
background-color: #AD946D;
}
.BgClassName
{
background-color: #AD946D;
}
</style>
border-color css
<style>
span { border-color: #AD946D; }
span { border-color: rgb(173,148,109); }
td.TdClassName
{
border-color: #AD946D;
}
.TagClassName
{
border-color: #AD946D;
}
</style>