Shades of Shady Lady #9D8D96
Tints of Shady Lady #9D8D96
RGB
CMYK
RGB Variations
Color information
#9D8D96 (or 0x9D8D96) is known color: Shady Lady. HEX triplet: 9D, 8D and 96. RGB value is (157,141,150). Sum of RGB (Red+Green+Blue) = 157+141+150=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8D96 is #627269. Grayscale: #929292. Windows color (decimal): -6451818 or 9866653. OLE color: 9866653.
HSL color Cylindrical-coordinate representation of color #9D8D96: hue angle of 326.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 #9D8D96 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 141 | 150 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.38 |
| HSL | 326.25º | 0.08% | 0.58% | - |
| HSV(B) | 326.25º | 0.1% | 0.62% | - |
| XYZ | 28.93 | 28.42 | 32.81 | - |
| YUV | 146.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 150 | 0 | 0.10 | 0.04 | 0.38 | 326.25 | 0.08 | 0.58 |
| Hex | 9D | 8D | 96 | 0 | A | 4 | 26 | 146 | 8 | 3A |
| Octal | 235 | 215 | 226 | 0 | 12 | 4 | 46 | 506 | 10 | 72 |
| Binary | 10011101 | 10001101 | 10010110 | 0 | 1010 | 100 | 100110 | 101000110 | 1000 | 111010 |
Color Harmonies of #9D8D96
Complementary color
Monochromatic Colors of #9D8D96
Black with #9D8D96
Text Example
Text Example
White with #9D8D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8D96; }
p { color: rgb(157,141,150); }
H1.HeaderClassName
{
color: #9D8D96;
}
.AnyTagClassName
{
color: #9D8D96;
}
</style>
background-color css
<style>
a { background-color: #9D8D96; }
a { background-color: rgb(157,141,150); }
div.DivClassName
{
background-color: #9D8D96;
}
.BgClassName
{
background-color: #9D8D96;
}
</style>
border-color css
<style>
span { border-color: #9D8D96; }
span { border-color: rgb(157,141,150); }
td.TdClassName
{
border-color: #9D8D96;
}
.TagClassName
{
border-color: #9D8D96;
}
</style>