Shades of Shady Lady #9D999A
Tints of Shady Lady #9D999A
RGB
CMYK
RGB Variations
Color information
#9D999A (or 0x9D999A) is known color: Shady Lady. HEX triplet: 9D, 99 and 9A. RGB value is (157,153,154). Sum of RGB (Red+Green+Blue) = 157+153+154=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 157 - color contains mainly: red. Hex color #9D999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D999A is #626665. Grayscale: #9A9A9A. Windows color (decimal): -6448742 or 10131869. OLE color: 10131869.
HSL color Cylindrical-coordinate representation of color #9D999A: hue angle of 345º degrees, saturation: 0.02, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9D999A is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 154 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.38 |
| HSL | 345º | 0.02% | 0.61% | - |
| HSV(B) | 345º | 0.03% | 0.62% | - |
| XYZ | 31.13 | 32.28 | 35.16 | - |
| YUV | 154.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 154 | 0 | 0.03 | 0.02 | 0.38 | 345 | 0.02 | 0.61 |
| Hex | 9D | 99 | 9A | 0 | 3 | 2 | 26 | 159 | 2 | 3D |
| Octal | 235 | 231 | 232 | 0 | 3 | 2 | 46 | 531 | 2 | 75 |
| Binary | 10011101 | 10011001 | 10011010 | 0 | 11 | 10 | 100110 | 101011001 | 10 | 111101 |
Color Harmonies of #9D999A
Complementary color
Monochromatic Colors of #9D999A
Black with #9D999A
Text Example
Text Example
White with #9D999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D999A; }
p { color: rgb(157,153,154); }
H1.HeaderClassName
{
color: #9D999A;
}
.AnyTagClassName
{
color: #9D999A;
}
</style>
background-color css
<style>
a { background-color: #9D999A; }
a { background-color: rgb(157,153,154); }
div.DivClassName
{
background-color: #9D999A;
}
.BgClassName
{
background-color: #9D999A;
}
</style>
border-color css
<style>
span { border-color: #9D999A; }
span { border-color: rgb(157,153,154); }
td.TdClassName
{
border-color: #9D999A;
}
.TagClassName
{
border-color: #9D999A;
}
</style>