Shades of Mongoose #AD8A6D
Tints of Mongoose #AD8A6D
RGB
CMYK
RGB Variations
Color information
#AD8A6D (or 0xAD8A6D) is known color: Mongoose. HEX triplet: AD, 8A and 6D. RGB value is (173,138,109). Sum of RGB (Red+Green+Blue) = 173+138+109=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8A6D is #527592. Grayscale: #919191. Windows color (decimal): -5404051 or 7178925. OLE color: 7178925.
HSL color Cylindrical-coordinate representation of color #AD8A6D: hue angle of 27.19º 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 #AD8A6D is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 109 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.32 |
| HSL | 27.19º | 0.28% | 0.55% | - |
| HSV(B) | 27.19º | 0.37% | 0.68% | - |
| XYZ | 29.08 | 28.17 | 18.37 | - |
| YUV | 145.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 109 | 0 | 0.20 | 0.37 | 0.32 | 27.19 | 0.28 | 0.55 |
| Hex | AD | 8A | 6D | 0 | 14 | 25 | 20 | 1B | 1C | 37 |
| Octal | 255 | 212 | 155 | 0 | 24 | 45 | 40 | 33 | 34 | 67 |
| Binary | 10101101 | 10001010 | 1101101 | 0 | 10100 | 100101 | 100000 | 11011 | 11100 | 110111 |
Color Harmonies of #AD8A6D
Complementary color
Monochromatic Colors of #AD8A6D
Black with #AD8A6D
Text Example
Text Example
White with #AD8A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A6D; }
p { color: rgb(173,138,109); }
H1.HeaderClassName
{
color: #AD8A6D;
}
.AnyTagClassName
{
color: #AD8A6D;
}
</style>
background-color css
<style>
a { background-color: #AD8A6D; }
a { background-color: rgb(173,138,109); }
div.DivClassName
{
background-color: #AD8A6D;
}
.BgClassName
{
background-color: #AD8A6D;
}
</style>
border-color css
<style>
span { border-color: #AD8A6D; }
span { border-color: rgb(173,138,109); }
td.TdClassName
{
border-color: #AD8A6D;
}
.TagClassName
{
border-color: #AD8A6D;
}
</style>