Shades of Mongoose #AD926A
Tints of Mongoose #AD926A
RGB
CMYK
RGB Variations
Color information
#AD926A (or 0xAD926A) is known color: Mongoose. HEX triplet: AD, 92 and 6A. RGB value is (173,146,106). Sum of RGB (Red+Green+Blue) = 173+146+106=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD926A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD926A is #526D95. Grayscale: #959595. Windows color (decimal): -5402006 or 6984365. OLE color: 6984365.
HSL color Cylindrical-coordinate representation of color #AD926A: hue angle of 35.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD926A is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 106 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.32 |
| HSL | 35.82º | 0.29% | 0.55% | - |
| HSV(B) | 35.82º | 0.39% | 0.68% | - |
| XYZ | 30.11 | 30.48 | 17.93 | - |
| YUV | 149.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 106 | 0 | 0.16 | 0.39 | 0.32 | 35.82 | 0.29 | 0.55 |
| Hex | AD | 92 | 6A | 0 | 10 | 27 | 20 | 24 | 1D | 37 |
| Octal | 255 | 222 | 152 | 0 | 20 | 47 | 40 | 44 | 35 | 67 |
| Binary | 10101101 | 10010010 | 1101010 | 0 | 10000 | 100111 | 100000 | 100100 | 11101 | 110111 |
Color Harmonies of #AD926A
Complementary color
Monochromatic Colors of #AD926A
Black with #AD926A
Text Example
Text Example
White with #AD926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD926A; }
p { color: rgb(173,146,106); }
H1.HeaderClassName
{
color: #AD926A;
}
.AnyTagClassName
{
color: #AD926A;
}
</style>
background-color css
<style>
a { background-color: #AD926A; }
a { background-color: rgb(173,146,106); }
div.DivClassName
{
background-color: #AD926A;
}
.BgClassName
{
background-color: #AD926A;
}
</style>
border-color css
<style>
span { border-color: #AD926A; }
span { border-color: rgb(173,146,106); }
td.TdClassName
{
border-color: #AD926A;
}
.TagClassName
{
border-color: #AD926A;
}
</style>