Shades of Shady Lady #9A9195
Tints of Shady Lady #9A9195
RGB
CMYK
RGB Variations
Color information
#9A9195 (or 0x9A9195) is known color: Shady Lady. HEX triplet: 9A, 91 and 95. RGB value is (154,145,149). Sum of RGB (Red+Green+Blue) = 154+145+149=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9195 is #656E6A. Grayscale: #949494. Windows color (decimal): -6647403 or 9802138. OLE color: 9802138.
HSL color Cylindrical-coordinate representation of color #9A9195: hue angle of 333.33º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9A9195 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 145 | 149 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.40 |
| HSL | 333.33º | 0.04% | 0.59% | - |
| HSV(B) | 333.33º | 0.06% | 0.6% | - |
| XYZ | 28.88 | 29.29 | 32.57 | - |
| YUV | 148.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 145 | 149 | 0 | 0.06 | 0.03 | 0.40 | 333.33 | 0.04 | 0.59 |
| Hex | 9A | 91 | 95 | 0 | 6 | 3 | 28 | 14D | 4 | 3B |
| Octal | 232 | 221 | 225 | 0 | 6 | 3 | 50 | 515 | 4 | 73 |
| Binary | 10011010 | 10010001 | 10010101 | 0 | 110 | 11 | 101000 | 101001101 | 100 | 111011 |
Color Harmonies of #9A9195
Complementary color
Monochromatic Colors of #9A9195
Black with #9A9195
Text Example
Text Example
White with #9A9195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9195; }
p { color: rgb(154,145,149); }
H1.HeaderClassName
{
color: #9A9195;
}
.AnyTagClassName
{
color: #9A9195;
}
</style>
background-color css
<style>
a { background-color: #9A9195; }
a { background-color: rgb(154,145,149); }
div.DivClassName
{
background-color: #9A9195;
}
.BgClassName
{
background-color: #9A9195;
}
</style>
border-color css
<style>
span { border-color: #9A9195; }
span { border-color: rgb(154,145,149); }
td.TdClassName
{
border-color: #9A9195;
}
.TagClassName
{
border-color: #9A9195;
}
</style>