Shades of Mongoose #AD906C
Tints of Mongoose #AD906C
RGB
CMYK
RGB Variations
Color information
#AD906C (or 0xAD906C) is known color: Mongoose. HEX triplet: AD, 90 and 6C. RGB value is (173,144,108). Sum of RGB (Red+Green+Blue) = 173+144+108=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD906C is #526F93. Grayscale: #949494. Windows color (decimal): -5402516 or 7114925. OLE color: 7114925.
HSL color Cylindrical-coordinate representation of color #AD906C: hue angle of 33.23º 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 #AD906C is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 108 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.32 |
| HSL | 33.23º | 0.28% | 0.55% | - |
| HSV(B) | 33.23º | 0.38% | 0.68% | - |
| XYZ | 29.91 | 29.91 | 18.38 | - |
| YUV | 148.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 108 | 0 | 0.17 | 0.38 | 0.32 | 33.23 | 0.28 | 0.55 |
| Hex | AD | 90 | 6C | 0 | 11 | 26 | 20 | 21 | 1C | 37 |
| Octal | 255 | 220 | 154 | 0 | 21 | 46 | 40 | 41 | 34 | 67 |
| Binary | 10101101 | 10010000 | 1101100 | 0 | 10001 | 100110 | 100000 | 100001 | 11100 | 110111 |
Color Harmonies of #AD906C
Complementary color
Monochromatic Colors of #AD906C
Black with #AD906C
Text Example
Text Example
White with #AD906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD906C; }
p { color: rgb(173,144,108); }
H1.HeaderClassName
{
color: #AD906C;
}
.AnyTagClassName
{
color: #AD906C;
}
</style>
background-color css
<style>
a { background-color: #AD906C; }
a { background-color: rgb(173,144,108); }
div.DivClassName
{
background-color: #AD906C;
}
.BgClassName
{
background-color: #AD906C;
}
</style>
border-color css
<style>
span { border-color: #AD906C; }
span { border-color: rgb(173,144,108); }
td.TdClassName
{
border-color: #AD906C;
}
.TagClassName
{
border-color: #AD906C;
}
</style>