Shades of Mongoose #AD8E71
Tints of Mongoose #AD8E71
RGB
CMYK
RGB Variations
Color information
#AD8E71 (or 0xAD8E71) is known color: Mongoose. HEX triplet: AD, 8E and 71. RGB value is (173,142,113). Sum of RGB (Red+Green+Blue) = 173+142+113=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8E71 is #52718E. Grayscale: #949494. Windows color (decimal): -5403023 or 7442093. OLE color: 7442093.
HSL color Cylindrical-coordinate representation of color #AD8E71: hue angle of 29º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD8E71 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 113 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.32 |
| HSL | 29º | 0.27% | 0.56% | - |
| HSV(B) | 29º | 0.35% | 0.68% | - |
| XYZ | 29.89 | 29.42 | 19.73 | - |
| YUV | 147.96 | 108.27 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 113 | 0 | 0.18 | 0.35 | 0.32 | 29 | 0.27 | 0.56 |
| Hex | AD | 8E | 71 | 0 | 12 | 23 | 20 | 1D | 1B | 38 |
| Octal | 255 | 216 | 161 | 0 | 22 | 43 | 40 | 35 | 33 | 70 |
| Binary | 10101101 | 10001110 | 1110001 | 0 | 10010 | 100011 | 100000 | 11101 | 11011 | 111000 |
Color Harmonies of #AD8E71
Complementary color
Monochromatic Colors of #AD8E71
Black with #AD8E71
Text Example
Text Example
White with #AD8E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8E71; }
p { color: rgb(173,142,113); }
H1.HeaderClassName
{
color: #AD8E71;
}
.AnyTagClassName
{
color: #AD8E71;
}
</style>
background-color css
<style>
a { background-color: #AD8E71; }
a { background-color: rgb(173,142,113); }
div.DivClassName
{
background-color: #AD8E71;
}
.BgClassName
{
background-color: #AD8E71;
}
</style>
border-color css
<style>
span { border-color: #AD8E71; }
span { border-color: rgb(173,142,113); }
td.TdClassName
{
border-color: #AD8E71;
}
.TagClassName
{
border-color: #AD8E71;
}
</style>