Shades of Mongoose #AD8870
Tints of Mongoose #AD8870
RGB
CMYK
RGB Variations
Color information
#AD8870 (or 0xAD8870) is known color: Mongoose. HEX triplet: AD, 88 and 70. RGB value is (173,136,112). Sum of RGB (Red+Green+Blue) = 173+136+112=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8870 is #52778F. Grayscale: #909090. Windows color (decimal): -5404560 or 7375021. OLE color: 7375021.
HSL color Cylindrical-coordinate representation of color #AD8870: hue angle of 23.61º 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 #AD8870 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 112 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.32 |
| HSL | 23.61º | 0.27% | 0.56% | - |
| HSV(B) | 23.61º | 0.35% | 0.68% | - |
| XYZ | 28.96 | 27.66 | 19.14 | - |
| YUV | 144.33 | 109.76 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 112 | 0 | 0.21 | 0.35 | 0.32 | 23.61 | 0.27 | 0.56 |
| Hex | AD | 88 | 70 | 0 | 15 | 23 | 20 | 18 | 1B | 38 |
| Octal | 255 | 210 | 160 | 0 | 25 | 43 | 40 | 30 | 33 | 70 |
| Binary | 10101101 | 10001000 | 1110000 | 0 | 10101 | 100011 | 100000 | 11000 | 11011 | 111000 |
Color Harmonies of #AD8870
Complementary color
Monochromatic Colors of #AD8870
Black with #AD8870
Text Example
Text Example
White with #AD8870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8870; }
p { color: rgb(173,136,112); }
H1.HeaderClassName
{
color: #AD8870;
}
.AnyTagClassName
{
color: #AD8870;
}
</style>
background-color css
<style>
a { background-color: #AD8870; }
a { background-color: rgb(173,136,112); }
div.DivClassName
{
background-color: #AD8870;
}
.BgClassName
{
background-color: #AD8870;
}
</style>
border-color css
<style>
span { border-color: #AD8870; }
span { border-color: rgb(173,136,112); }
td.TdClassName
{
border-color: #AD8870;
}
.TagClassName
{
border-color: #AD8870;
}
</style>