Shades of Mongoose #AD906F
Tints of Mongoose #AD906F
RGB
CMYK
RGB Variations
Color information
#AD906F (or 0xAD906F) is known color: Mongoose. HEX triplet: AD, 90 and 6F. RGB value is (173,144,111). Sum of RGB (Red+Green+Blue) = 173+144+111=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD906F is #526F90. Grayscale: #959595. Windows color (decimal): -5402513 or 7311533. OLE color: 7311533.
HSL color Cylindrical-coordinate representation of color #AD906F: hue angle of 31.94º 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 #AD906F is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 111 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.32 |
| HSL | 31.94º | 0.27% | 0.56% | - |
| HSV(B) | 31.94º | 0.36% | 0.68% | - |
| XYZ | 30.08 | 29.98 | 19.24 | - |
| YUV | 148.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 111 | 0 | 0.17 | 0.36 | 0.32 | 31.94 | 0.27 | 0.56 |
| Hex | AD | 90 | 6F | 0 | 11 | 24 | 20 | 20 | 1B | 38 |
| Octal | 255 | 220 | 157 | 0 | 21 | 44 | 40 | 40 | 33 | 70 |
| Binary | 10101101 | 10010000 | 1101111 | 0 | 10001 | 100100 | 100000 | 100000 | 11011 | 111000 |
Color Harmonies of #AD906F
Complementary color
Monochromatic Colors of #AD906F
Black with #AD906F
Text Example
Text Example
White with #AD906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD906F; }
p { color: rgb(173,144,111); }
H1.HeaderClassName
{
color: #AD906F;
}
.AnyTagClassName
{
color: #AD906F;
}
</style>
background-color css
<style>
a { background-color: #AD906F; }
a { background-color: rgb(173,144,111); }
div.DivClassName
{
background-color: #AD906F;
}
.BgClassName
{
background-color: #AD906F;
}
</style>
border-color css
<style>
span { border-color: #AD906F; }
span { border-color: rgb(173,144,111); }
td.TdClassName
{
border-color: #AD906F;
}
.TagClassName
{
border-color: #AD906F;
}
</style>