Shades of Mongoose #AD936C
Tints of Mongoose #AD936C
RGB
CMYK
RGB Variations
Color information
#AD936C (or 0xAD936C) is known color: Mongoose. HEX triplet: AD, 93 and 6C. RGB value is (173,147,108). Sum of RGB (Red+Green+Blue) = 173+147+108=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD936C is #526C93. Grayscale: #969696. Windows color (decimal): -5401748 or 7115693. OLE color: 7115693.
HSL color Cylindrical-coordinate representation of color #AD936C: hue angle of 36º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD936C is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 108 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.32 |
| HSL | 36º | 0.28% | 0.55% | - |
| HSV(B) | 36º | 0.38% | 0.68% | - |
| XYZ | 30.37 | 30.83 | 18.54 | - |
| YUV | 150.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 108 | 0 | 0.15 | 0.38 | 0.32 | 36 | 0.28 | 0.55 |
| Hex | AD | 93 | 6C | 0 | F | 26 | 20 | 24 | 1C | 37 |
| Octal | 255 | 223 | 154 | 0 | 17 | 46 | 40 | 44 | 34 | 67 |
| Binary | 10101101 | 10010011 | 1101100 | 0 | 1111 | 100110 | 100000 | 100100 | 11100 | 110111 |
Color Harmonies of #AD936C
Complementary color
Monochromatic Colors of #AD936C
Black with #AD936C
Text Example
Text Example
White with #AD936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD936C; }
p { color: rgb(173,147,108); }
H1.HeaderClassName
{
color: #AD936C;
}
.AnyTagClassName
{
color: #AD936C;
}
</style>
background-color css
<style>
a { background-color: #AD936C; }
a { background-color: rgb(173,147,108); }
div.DivClassName
{
background-color: #AD936C;
}
.BgClassName
{
background-color: #AD936C;
}
</style>
border-color css
<style>
span { border-color: #AD936C; }
span { border-color: rgb(173,147,108); }
td.TdClassName
{
border-color: #AD936C;
}
.TagClassName
{
border-color: #AD936C;
}
</style>