Shades of Mongoose #AD926D
Tints of Mongoose #AD926D
RGB
CMYK
RGB Variations
Color information
#AD926D (or 0xAD926D) is known color: Mongoose. HEX triplet: AD, 92 and 6D. RGB value is (173,146,109). Sum of RGB (Red+Green+Blue) = 173+146+109=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD926D is #526D92. Grayscale: #969696. Windows color (decimal): -5402003 or 7180973. OLE color: 7180973.
HSL color Cylindrical-coordinate representation of color #AD926D: hue angle of 34.69º 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 #AD926D is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 109 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.32 |
| HSL | 34.69º | 0.28% | 0.55% | - |
| HSV(B) | 34.69º | 0.37% | 0.68% | - |
| XYZ | 30.27 | 30.55 | 18.77 | - |
| YUV | 149.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 109 | 0 | 0.16 | 0.37 | 0.32 | 34.69 | 0.28 | 0.55 |
| Hex | AD | 92 | 6D | 0 | 10 | 25 | 20 | 23 | 1C | 37 |
| Octal | 255 | 222 | 155 | 0 | 20 | 45 | 40 | 43 | 34 | 67 |
| Binary | 10101101 | 10010010 | 1101101 | 0 | 10000 | 100101 | 100000 | 100011 | 11100 | 110111 |
Color Harmonies of #AD926D
Complementary color
Monochromatic Colors of #AD926D
Black with #AD926D
Text Example
Text Example
White with #AD926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD926D; }
p { color: rgb(173,146,109); }
H1.HeaderClassName
{
color: #AD926D;
}
.AnyTagClassName
{
color: #AD926D;
}
</style>
background-color css
<style>
a { background-color: #AD926D; }
a { background-color: rgb(173,146,109); }
div.DivClassName
{
background-color: #AD926D;
}
.BgClassName
{
background-color: #AD926D;
}
</style>
border-color css
<style>
span { border-color: #AD926D; }
span { border-color: rgb(173,146,109); }
td.TdClassName
{
border-color: #AD926D;
}
.TagClassName
{
border-color: #AD926D;
}
</style>