Shades of Shady Lady #9F9295
Tints of Shady Lady #9F9295
RGB
CMYK
RGB Variations
Color information
#9F9295 (or 0x9F9295) is known color: Shady Lady. HEX triplet: 9F, 92 and 95. RGB value is (159,146,149). Sum of RGB (Red+Green+Blue) = 159+146+149=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9295 is #606D6A. Grayscale: #969696. Windows color (decimal): -6319467 or 9802399. OLE color: 9802399.
HSL color Cylindrical-coordinate representation of color #9F9295: hue angle of 346.15º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9F9295 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 149 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.38 |
| HSL | 346.15º | 0.06% | 0.6% | - |
| HSV(B) | 346.15º | 0.08% | 0.62% | - |
| XYZ | 30 | 30.1 | 32.66 | - |
| YUV | 150.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 149 | 0 | 0.08 | 0.06 | 0.38 | 346.15 | 0.06 | 0.6 |
| Hex | 9F | 92 | 95 | 0 | 8 | 6 | 26 | 15A | 6 | 3C |
| Octal | 237 | 222 | 225 | 0 | 10 | 6 | 46 | 532 | 6 | 74 |
| Binary | 10011111 | 10010010 | 10010101 | 0 | 1000 | 110 | 100110 | 101011010 | 110 | 111100 |
Color Harmonies of #9F9295
Complementary color
Monochromatic Colors of #9F9295
Black with #9F9295
Text Example
Text Example
White with #9F9295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9295; }
p { color: rgb(159,146,149); }
H1.HeaderClassName
{
color: #9F9295;
}
.AnyTagClassName
{
color: #9F9295;
}
</style>
background-color css
<style>
a { background-color: #9F9295; }
a { background-color: rgb(159,146,149); }
div.DivClassName
{
background-color: #9F9295;
}
.BgClassName
{
background-color: #9F9295;
}
</style>
border-color css
<style>
span { border-color: #9F9295; }
span { border-color: rgb(159,146,149); }
td.TdClassName
{
border-color: #9F9295;
}
.TagClassName
{
border-color: #9F9295;
}
</style>