Shades of Mongoose #AD8F6E
Tints of Mongoose #AD8F6E
RGB
CMYK
RGB Variations
Color information
#AD8F6E (or 0xAD8F6E) is known color: Mongoose. HEX triplet: AD, 8F and 6E. RGB value is (173,143,110). Sum of RGB (Red+Green+Blue) = 173+143+110=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F6E is #527091. Grayscale: #949494. Windows color (decimal): -5402770 or 7245741. OLE color: 7245741.
HSL color Cylindrical-coordinate representation of color #AD8F6E: hue angle of 31.43º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD8F6E is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 110 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.32 |
| HSL | 31.43º | 0.28% | 0.55% | - |
| HSV(B) | 31.43º | 0.36% | 0.68% | - |
| XYZ | 29.87 | 29.65 | 18.9 | - |
| YUV | 148.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 110 | 0 | 0.17 | 0.36 | 0.32 | 31.43 | 0.28 | 0.55 |
| Hex | AD | 8F | 6E | 0 | 11 | 24 | 20 | 1F | 1C | 37 |
| Octal | 255 | 217 | 156 | 0 | 21 | 44 | 40 | 37 | 34 | 67 |
| Binary | 10101101 | 10001111 | 1101110 | 0 | 10001 | 100100 | 100000 | 11111 | 11100 | 110111 |
Color Harmonies of #AD8F6E
Complementary color
Monochromatic Colors of #AD8F6E
Black with #AD8F6E
Text Example
Text Example
White with #AD8F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F6E; }
p { color: rgb(173,143,110); }
H1.HeaderClassName
{
color: #AD8F6E;
}
.AnyTagClassName
{
color: #AD8F6E;
}
</style>
background-color css
<style>
a { background-color: #AD8F6E; }
a { background-color: rgb(173,143,110); }
div.DivClassName
{
background-color: #AD8F6E;
}
.BgClassName
{
background-color: #AD8F6E;
}
</style>
border-color css
<style>
span { border-color: #AD8F6E; }
span { border-color: rgb(173,143,110); }
td.TdClassName
{
border-color: #AD8F6E;
}
.TagClassName
{
border-color: #AD8F6E;
}
</style>