Shades of Mongoose #AD8F6D
Tints of Mongoose #AD8F6D
RGB
CMYK
RGB Variations
Color information
#AD8F6D (or 0xAD8F6D) is known color: Mongoose. HEX triplet: AD, 8F and 6D. RGB value is (173,143,109). Sum of RGB (Red+Green+Blue) = 173+143+109=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F6D is #527092. Grayscale: #949494. Windows color (decimal): -5402771 or 7180205. OLE color: 7180205.
HSL color Cylindrical-coordinate representation of color #AD8F6D: hue angle of 31.88º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD8F6D is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 109 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.32 |
| HSL | 31.88º | 0.28% | 0.55% | - |
| HSV(B) | 31.88º | 0.37% | 0.68% | - |
| XYZ | 29.82 | 29.63 | 18.62 | - |
| YUV | 148.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 109 | 0 | 0.17 | 0.37 | 0.32 | 31.88 | 0.28 | 0.55 |
| Hex | AD | 8F | 6D | 0 | 11 | 25 | 20 | 20 | 1C | 37 |
| Octal | 255 | 217 | 155 | 0 | 21 | 45 | 40 | 40 | 34 | 67 |
| Binary | 10101101 | 10001111 | 1101101 | 0 | 10001 | 100101 | 100000 | 100000 | 11100 | 110111 |
Color Harmonies of #AD8F6D
Complementary color
Monochromatic Colors of #AD8F6D
Black with #AD8F6D
Text Example
Text Example
White with #AD8F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F6D; }
p { color: rgb(173,143,109); }
H1.HeaderClassName
{
color: #AD8F6D;
}
.AnyTagClassName
{
color: #AD8F6D;
}
</style>
background-color css
<style>
a { background-color: #AD8F6D; }
a { background-color: rgb(173,143,109); }
div.DivClassName
{
background-color: #AD8F6D;
}
.BgClassName
{
background-color: #AD8F6D;
}
</style>
border-color css
<style>
span { border-color: #AD8F6D; }
span { border-color: rgb(173,143,109); }
td.TdClassName
{
border-color: #AD8F6D;
}
.TagClassName
{
border-color: #AD8F6D;
}
</style>