Shades of Mongoose #AD8F66
Tints of Mongoose #AD8F66
RGB
CMYK
RGB Variations
Color information
#AD8F66 (or 0xAD8F66) is known color: Mongoose. HEX triplet: AD, 8F and 66. RGB value is (173,143,102). Sum of RGB (Red+Green+Blue) = 173+143+102=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F66 is #527099. Grayscale: #939393. Windows color (decimal): -5402778 or 6721453. OLE color: 6721453.
HSL color Cylindrical-coordinate representation of color #AD8F66: hue angle of 34.65º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD8F66 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 102 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.32 |
| HSL | 34.65º | 0.3% | 0.54% | - |
| HSV(B) | 34.65º | 0.41% | 0.68% | - |
| XYZ | 29.45 | 29.49 | 16.71 | - |
| YUV | 147.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 102 | 0 | 0.17 | 0.41 | 0.32 | 34.65 | 0.3 | 0.54 |
| Hex | AD | 8F | 66 | 0 | 11 | 29 | 20 | 23 | 1E | 36 |
| Octal | 255 | 217 | 146 | 0 | 21 | 51 | 40 | 43 | 36 | 66 |
| Binary | 10101101 | 10001111 | 1100110 | 0 | 10001 | 101001 | 100000 | 100011 | 11110 | 110110 |
Color Harmonies of #AD8F66
Complementary color
Monochromatic Colors of #AD8F66
Black with #AD8F66
Text Example
Text Example
White with #AD8F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F66; }
p { color: rgb(173,143,102); }
H1.HeaderClassName
{
color: #AD8F66;
}
.AnyTagClassName
{
color: #AD8F66;
}
</style>
background-color css
<style>
a { background-color: #AD8F66; }
a { background-color: rgb(173,143,102); }
div.DivClassName
{
background-color: #AD8F66;
}
.BgClassName
{
background-color: #AD8F66;
}
</style>
border-color css
<style>
span { border-color: #AD8F66; }
span { border-color: rgb(173,143,102); }
td.TdClassName
{
border-color: #AD8F66;
}
.TagClassName
{
border-color: #AD8F66;
}
</style>