Shades of Shady Lady #9D969A
Tints of Shady Lady #9D969A
RGB
CMYK
RGB Variations
Color information
#9D969A (or 0x9D969A) is known color: Shady Lady. HEX triplet: 9D, 96 and 9A. RGB value is (157,150,154). Sum of RGB (Red+Green+Blue) = 157+150+154=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 157 - color contains mainly: red. Hex color #9D969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D969A is #626965. Grayscale: #989898. Windows color (decimal): -6449510 or 10131101. OLE color: 10131101.
HSL color Cylindrical-coordinate representation of color #9D969A: hue angle of 325.71º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9D969A is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 150 | 154 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.38 |
| HSL | 325.71º | 0.03% | 0.6% | - |
| HSV(B) | 325.71º | 0.04% | 0.62% | - |
| XYZ | 30.64 | 31.31 | 35 | - |
| YUV | 152.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 154 | 0 | 0.04 | 0.02 | 0.38 | 325.71 | 0.03 | 0.6 |
| Hex | 9D | 96 | 9A | 0 | 4 | 2 | 26 | 146 | 3 | 3C |
| Octal | 235 | 226 | 232 | 0 | 4 | 2 | 46 | 506 | 3 | 74 |
| Binary | 10011101 | 10010110 | 10011010 | 0 | 100 | 10 | 100110 | 101000110 | 11 | 111100 |
Color Harmonies of #9D969A
Complementary color
Monochromatic Colors of #9D969A
Black with #9D969A
Text Example
Text Example
White with #9D969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D969A; }
p { color: rgb(157,150,154); }
H1.HeaderClassName
{
color: #9D969A;
}
.AnyTagClassName
{
color: #9D969A;
}
</style>
background-color css
<style>
a { background-color: #9D969A; }
a { background-color: rgb(157,150,154); }
div.DivClassName
{
background-color: #9D969A;
}
.BgClassName
{
background-color: #9D969A;
}
</style>
border-color css
<style>
span { border-color: #9D969A; }
span { border-color: rgb(157,150,154); }
td.TdClassName
{
border-color: #9D969A;
}
.TagClassName
{
border-color: #9D969A;
}
</style>