Shades of Mongoose #AD956B
Tints of Mongoose #AD956B
RGB
CMYK
RGB Variations
Color information
#AD956B (or 0xAD956B) is known color: Mongoose. HEX triplet: AD, 95 and 6B. RGB value is (173,149,107). Sum of RGB (Red+Green+Blue) = 173+149+107=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD956B is #526A94. Grayscale: #979797. Windows color (decimal): -5401237 or 7050669. OLE color: 7050669.
HSL color Cylindrical-coordinate representation of color #AD956B: hue angle of 38.18º 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 #AD956B is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 107 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.32 |
| HSL | 38.18º | 0.29% | 0.55% | - |
| HSV(B) | 38.18º | 0.38% | 0.68% | - |
| XYZ | 30.63 | 31.44 | 18.36 | - |
| YUV | 151.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 107 | 0 | 0.14 | 0.38 | 0.32 | 38.18 | 0.29 | 0.55 |
| Hex | AD | 95 | 6B | 0 | E | 26 | 20 | 26 | 1D | 37 |
| Octal | 255 | 225 | 153 | 0 | 16 | 46 | 40 | 46 | 35 | 67 |
| Binary | 10101101 | 10010101 | 1101011 | 0 | 1110 | 100110 | 100000 | 100110 | 11101 | 110111 |
Color Harmonies of #AD956B
Complementary color
Monochromatic Colors of #AD956B
Black with #AD956B
Text Example
Text Example
White with #AD956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD956B; }
p { color: rgb(173,149,107); }
H1.HeaderClassName
{
color: #AD956B;
}
.AnyTagClassName
{
color: #AD956B;
}
</style>
background-color css
<style>
a { background-color: #AD956B; }
a { background-color: rgb(173,149,107); }
div.DivClassName
{
background-color: #AD956B;
}
.BgClassName
{
background-color: #AD956B;
}
</style>
border-color css
<style>
span { border-color: #AD956B; }
span { border-color: rgb(173,149,107); }
td.TdClassName
{
border-color: #AD956B;
}
.TagClassName
{
border-color: #AD956B;
}
</style>