Shades of Shady Lady #9D8D92
Tints of Shady Lady #9D8D92
RGB
CMYK
RGB Variations
Color information
#9D8D92 (or 0x9D8D92) is known color: Shady Lady. HEX triplet: 9D, 8D and 92. RGB value is (157,141,146). Sum of RGB (Red+Green+Blue) = 157+141+146=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8D92 is #62726D. Grayscale: #929292. Windows color (decimal): -6451822 or 9604509. OLE color: 9604509.
HSL color Cylindrical-coordinate representation of color #9D8D92: hue angle of 341.25º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9D8D92 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 141 | 146 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.38 |
| HSL | 341.25º | 0.08% | 0.58% | - |
| HSV(B) | 341.25º | 0.1% | 0.62% | - |
| XYZ | 28.62 | 28.29 | 31.15 | - |
| YUV | 146.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 146 | 0 | 0.10 | 0.07 | 0.38 | 341.25 | 0.08 | 0.58 |
| Hex | 9D | 8D | 92 | 0 | A | 7 | 26 | 155 | 8 | 3A |
| Octal | 235 | 215 | 222 | 0 | 12 | 7 | 46 | 525 | 10 | 72 |
| Binary | 10011101 | 10001101 | 10010010 | 0 | 1010 | 111 | 100110 | 101010101 | 1000 | 111010 |
Color Harmonies of #9D8D92
Complementary color
Monochromatic Colors of #9D8D92
Black with #9D8D92
Text Example
Text Example
White with #9D8D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8D92; }
p { color: rgb(157,141,146); }
H1.HeaderClassName
{
color: #9D8D92;
}
.AnyTagClassName
{
color: #9D8D92;
}
</style>
background-color css
<style>
a { background-color: #9D8D92; }
a { background-color: rgb(157,141,146); }
div.DivClassName
{
background-color: #9D8D92;
}
.BgClassName
{
background-color: #9D8D92;
}
</style>
border-color css
<style>
span { border-color: #9D8D92; }
span { border-color: rgb(157,141,146); }
td.TdClassName
{
border-color: #9D8D92;
}
.TagClassName
{
border-color: #9D8D92;
}
</style>