Shades of Mongoose #AD946B
Tints of Mongoose #AD946B
RGB
CMYK
RGB Variations
Color information
#AD946B (or 0xAD946B) is known color: Mongoose. HEX triplet: AD, 94 and 6B. RGB value is (173,148,107). Sum of RGB (Red+Green+Blue) = 173+148+107=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD946B is #526B94. Grayscale: #969696. Windows color (decimal): -5401493 or 7050413. OLE color: 7050413.
HSL color Cylindrical-coordinate representation of color #AD946B: hue angle of 37.27º degrees, saturation: 0.29, 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 #AD946B is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 107 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.32 |
| HSL | 37.27º | 0.29% | 0.55% | - |
| HSV(B) | 37.27º | 0.38% | 0.68% | - |
| XYZ | 30.48 | 31.13 | 18.31 | - |
| YUV | 150.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 107 | 0 | 0.14 | 0.38 | 0.32 | 37.27 | 0.29 | 0.55 |
| Hex | AD | 94 | 6B | 0 | E | 26 | 20 | 25 | 1D | 37 |
| Octal | 255 | 224 | 153 | 0 | 16 | 46 | 40 | 45 | 35 | 67 |
| Binary | 10101101 | 10010100 | 1101011 | 0 | 1110 | 100110 | 100000 | 100101 | 11101 | 110111 |
Color Harmonies of #AD946B
Complementary color
Monochromatic Colors of #AD946B
Black with #AD946B
Text Example
Text Example
White with #AD946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD946B; }
p { color: rgb(173,148,107); }
H1.HeaderClassName
{
color: #AD946B;
}
.AnyTagClassName
{
color: #AD946B;
}
</style>
background-color css
<style>
a { background-color: #AD946B; }
a { background-color: rgb(173,148,107); }
div.DivClassName
{
background-color: #AD946B;
}
.BgClassName
{
background-color: #AD946B;
}
</style>
border-color css
<style>
span { border-color: #AD946B; }
span { border-color: rgb(173,148,107); }
td.TdClassName
{
border-color: #AD946B;
}
.TagClassName
{
border-color: #AD946B;
}
</style>