Shades of Shady Lady #9A9296
Tints of Shady Lady #9A9296
RGB
CMYK
RGB Variations
Color information
#9A9296 (or 0x9A9296) is known color: Shady Lady. HEX triplet: 9A, 92 and 96. RGB value is (154,146,150). Sum of RGB (Red+Green+Blue) = 154+146+150=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9296 is #656D69. Grayscale: #949494. Windows color (decimal): -6647146 or 9867930. OLE color: 9867930.
HSL color Cylindrical-coordinate representation of color #9A9296: hue angle of 330º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9A9296 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 146 | 150 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.40 |
| HSL | 330º | 0.04% | 0.59% | - |
| HSV(B) | 330º | 0.05% | 0.6% | - |
| XYZ | 29.11 | 29.63 | 33.04 | - |
| YUV | 148.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 146 | 150 | 0 | 0.05 | 0.03 | 0.40 | 330 | 0.04 | 0.59 |
| Hex | 9A | 92 | 96 | 0 | 5 | 3 | 28 | 14A | 4 | 3B |
| Octal | 232 | 222 | 226 | 0 | 5 | 3 | 50 | 512 | 4 | 73 |
| Binary | 10011010 | 10010010 | 10010110 | 0 | 101 | 11 | 101000 | 101001010 | 100 | 111011 |
Color Harmonies of #9A9296
Complementary color
Monochromatic Colors of #9A9296
Black with #9A9296
Text Example
Text Example
White with #9A9296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9296; }
p { color: rgb(154,146,150); }
H1.HeaderClassName
{
color: #9A9296;
}
.AnyTagClassName
{
color: #9A9296;
}
</style>
background-color css
<style>
a { background-color: #9A9296; }
a { background-color: rgb(154,146,150); }
div.DivClassName
{
background-color: #9A9296;
}
.BgClassName
{
background-color: #9A9296;
}
</style>
border-color css
<style>
span { border-color: #9A9296; }
span { border-color: rgb(154,146,150); }
td.TdClassName
{
border-color: #9A9296;
}
.TagClassName
{
border-color: #9A9296;
}
</style>