Shades of Mongoose #AD9172
Tints of Mongoose #AD9172
RGB
CMYK
RGB Variations
Color information
#AD9172 (or 0xAD9172) is known color: Mongoose. HEX triplet: AD, 91 and 72. RGB value is (173,145,114). Sum of RGB (Red+Green+Blue) = 173+145+114=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9172 is #526E8D. Grayscale: #959595. Windows color (decimal): -5402254 or 7508397. OLE color: 7508397.
HSL color Cylindrical-coordinate representation of color #AD9172: hue angle of 31.53º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD9172 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 114 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.32 |
| HSL | 31.53º | 0.26% | 0.56% | - |
| HSV(B) | 31.53º | 0.34% | 0.68% | - |
| XYZ | 30.4 | 30.35 | 20.18 | - |
| YUV | 149.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 114 | 0 | 0.16 | 0.34 | 0.32 | 31.53 | 0.26 | 0.56 |
| Hex | AD | 91 | 72 | 0 | 10 | 22 | 20 | 20 | 1A | 38 |
| Octal | 255 | 221 | 162 | 0 | 20 | 42 | 40 | 40 | 32 | 70 |
| Binary | 10101101 | 10010001 | 1110010 | 0 | 10000 | 100010 | 100000 | 100000 | 11010 | 111000 |
Color Harmonies of #AD9172
Complementary color
Monochromatic Colors of #AD9172
Black with #AD9172
Text Example
Text Example
White with #AD9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9172; }
p { color: rgb(173,145,114); }
H1.HeaderClassName
{
color: #AD9172;
}
.AnyTagClassName
{
color: #AD9172;
}
</style>
background-color css
<style>
a { background-color: #AD9172; }
a { background-color: rgb(173,145,114); }
div.DivClassName
{
background-color: #AD9172;
}
.BgClassName
{
background-color: #AD9172;
}
</style>
border-color css
<style>
span { border-color: #AD9172; }
span { border-color: rgb(173,145,114); }
td.TdClassName
{
border-color: #AD9172;
}
.TagClassName
{
border-color: #AD9172;
}
</style>