Shades of Mongoose #AD9173
Tints of Mongoose #AD9173
RGB
CMYK
RGB Variations
Color information
#AD9173 (or 0xAD9173) is known color: Mongoose. HEX triplet: AD, 91 and 73. RGB value is (173,145,115). Sum of RGB (Red+Green+Blue) = 173+145+115=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9173 is #526E8C. Grayscale: #969696. Windows color (decimal): -5402253 or 7573933. OLE color: 7573933.
HSL color Cylindrical-coordinate representation of color #AD9173: hue angle of 31.03º 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 #AD9173 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 115 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.32 |
| HSL | 31.03º | 0.26% | 0.56% | - |
| HSV(B) | 31.03º | 0.34% | 0.68% | - |
| XYZ | 30.45 | 30.37 | 20.48 | - |
| YUV | 149.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 115 | 0 | 0.16 | 0.34 | 0.32 | 31.03 | 0.26 | 0.56 |
| Hex | AD | 91 | 73 | 0 | 10 | 22 | 20 | 1F | 1A | 38 |
| Octal | 255 | 221 | 163 | 0 | 20 | 42 | 40 | 37 | 32 | 70 |
| Binary | 10101101 | 10010001 | 1110011 | 0 | 10000 | 100010 | 100000 | 11111 | 11010 | 111000 |
Color Harmonies of #AD9173
Complementary color
Monochromatic Colors of #AD9173
Black with #AD9173
Text Example
Text Example
White with #AD9173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9173; }
p { color: rgb(173,145,115); }
H1.HeaderClassName
{
color: #AD9173;
}
.AnyTagClassName
{
color: #AD9173;
}
</style>
background-color css
<style>
a { background-color: #AD9173; }
a { background-color: rgb(173,145,115); }
div.DivClassName
{
background-color: #AD9173;
}
.BgClassName
{
background-color: #AD9173;
}
</style>
border-color css
<style>
span { border-color: #AD9173; }
span { border-color: rgb(173,145,115); }
td.TdClassName
{
border-color: #AD9173;
}
.TagClassName
{
border-color: #AD9173;
}
</style>