Shades of Mongoose #AD946C
Tints of Mongoose #AD946C
RGB
CMYK
RGB Variations
Color information
#AD946C (or 0xAD946C) is known color: Mongoose. HEX triplet: AD, 94 and 6C. RGB value is (173,148,108). Sum of RGB (Red+Green+Blue) = 173+148+108=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD946C is #526B93. Grayscale: #979797. Windows color (decimal): -5401492 or 7115949. OLE color: 7115949.
HSL color Cylindrical-coordinate representation of color #AD946C: hue angle of 36.92º 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 #AD946C is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 108 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.32 |
| HSL | 36.92º | 0.28% | 0.55% | - |
| HSV(B) | 36.92º | 0.38% | 0.68% | - |
| XYZ | 30.53 | 31.15 | 18.59 | - |
| YUV | 150.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 108 | 0 | 0.14 | 0.38 | 0.32 | 36.92 | 0.28 | 0.55 |
| Hex | AD | 94 | 6C | 0 | E | 26 | 20 | 25 | 1C | 37 |
| Octal | 255 | 224 | 154 | 0 | 16 | 46 | 40 | 45 | 34 | 67 |
| Binary | 10101101 | 10010100 | 1101100 | 0 | 1110 | 100110 | 100000 | 100101 | 11100 | 110111 |
Color Harmonies of #AD946C
Complementary color
Monochromatic Colors of #AD946C
Black with #AD946C
Text Example
Text Example
White with #AD946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD946C; }
p { color: rgb(173,148,108); }
H1.HeaderClassName
{
color: #AD946C;
}
.AnyTagClassName
{
color: #AD946C;
}
</style>
background-color css
<style>
a { background-color: #AD946C; }
a { background-color: rgb(173,148,108); }
div.DivClassName
{
background-color: #AD946C;
}
.BgClassName
{
background-color: #AD946C;
}
</style>
border-color css
<style>
span { border-color: #AD946C; }
span { border-color: rgb(173,148,108); }
td.TdClassName
{
border-color: #AD946C;
}
.TagClassName
{
border-color: #AD946C;
}
</style>