Shades of Mongoose #AD916F
Tints of Mongoose #AD916F
RGB
CMYK
RGB Variations
Color information
#AD916F (or 0xAD916F) is known color: Mongoose. HEX triplet: AD, 91 and 6F. RGB value is (173,145,111). Sum of RGB (Red+Green+Blue) = 173+145+111=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD916F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD916F is #526E90. Grayscale: #959595. Windows color (decimal): -5402257 or 7311789. OLE color: 7311789.
HSL color Cylindrical-coordinate representation of color #AD916F: hue angle of 32.9º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD916F is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 111 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.32 |
| HSL | 32.9º | 0.27% | 0.56% | - |
| HSV(B) | 32.9º | 0.36% | 0.68% | - |
| XYZ | 30.23 | 30.28 | 19.29 | - |
| YUV | 149.5 | 106.28 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 111 | 0 | 0.16 | 0.36 | 0.32 | 32.9 | 0.27 | 0.56 |
| Hex | AD | 91 | 6F | 0 | 10 | 24 | 20 | 21 | 1B | 38 |
| Octal | 255 | 221 | 157 | 0 | 20 | 44 | 40 | 41 | 33 | 70 |
| Binary | 10101101 | 10010001 | 1101111 | 0 | 10000 | 100100 | 100000 | 100001 | 11011 | 111000 |
Color Harmonies of #AD916F
Complementary color
Monochromatic Colors of #AD916F
Black with #AD916F
Text Example
Text Example
White with #AD916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD916F; }
p { color: rgb(173,145,111); }
H1.HeaderClassName
{
color: #AD916F;
}
.AnyTagClassName
{
color: #AD916F;
}
</style>
background-color css
<style>
a { background-color: #AD916F; }
a { background-color: rgb(173,145,111); }
div.DivClassName
{
background-color: #AD916F;
}
.BgClassName
{
background-color: #AD916F;
}
</style>
border-color css
<style>
span { border-color: #AD916F; }
span { border-color: rgb(173,145,111); }
td.TdClassName
{
border-color: #AD916F;
}
.TagClassName
{
border-color: #AD916F;
}
</style>