Shades of Mongoose #AD8C73
Tints of Mongoose #AD8C73
RGB
CMYK
RGB Variations
Color information
#AD8C73 (or 0xAD8C73) is known color: Mongoose. HEX triplet: AD, 8C and 73. RGB value is (173,140,115). Sum of RGB (Red+Green+Blue) = 173+140+115=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C73 is #52738C. Grayscale: #939393. Windows color (decimal): -5403533 or 7572653. OLE color: 7572653.
HSL color Cylindrical-coordinate representation of color #AD8C73: hue angle of 25.86º 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 #AD8C73 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 115 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.32 |
| HSL | 25.86º | 0.26% | 0.56% | - |
| HSV(B) | 25.86º | 0.34% | 0.68% | - |
| XYZ | 29.71 | 28.88 | 20.23 | - |
| YUV | 147.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 115 | 0 | 0.19 | 0.34 | 0.32 | 25.86 | 0.26 | 0.56 |
| Hex | AD | 8C | 73 | 0 | 13 | 22 | 20 | 1A | 1A | 38 |
| Octal | 255 | 214 | 163 | 0 | 23 | 42 | 40 | 32 | 32 | 70 |
| Binary | 10101101 | 10001100 | 1110011 | 0 | 10011 | 100010 | 100000 | 11010 | 11010 | 111000 |
Color Harmonies of #AD8C73
Complementary color
Monochromatic Colors of #AD8C73
Black with #AD8C73
Text Example
Text Example
White with #AD8C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C73; }
p { color: rgb(173,140,115); }
H1.HeaderClassName
{
color: #AD8C73;
}
.AnyTagClassName
{
color: #AD8C73;
}
</style>
background-color css
<style>
a { background-color: #AD8C73; }
a { background-color: rgb(173,140,115); }
div.DivClassName
{
background-color: #AD8C73;
}
.BgClassName
{
background-color: #AD8C73;
}
</style>
border-color css
<style>
span { border-color: #AD8C73; }
span { border-color: rgb(173,140,115); }
td.TdClassName
{
border-color: #AD8C73;
}
.TagClassName
{
border-color: #AD8C73;
}
</style>