Shades of Shady Lady #9A9396
Tints of Shady Lady #9A9396
RGB
CMYK
RGB Variations
Color information
#9A9396 (or 0x9A9396) is known color: Shady Lady. HEX triplet: 9A, 93 and 96. RGB value is (154,147,150). Sum of RGB (Red+Green+Blue) = 154+147+150=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9396 is #656C69. Grayscale: #959595. Windows color (decimal): -6646890 or 9868186. OLE color: 9868186.
HSL color Cylindrical-coordinate representation of color #9A9396: hue angle of 334.29º degrees, saturation: 0.03, 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 #9A9396 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
RGB | 154 | 147 | 150 | - |
CMYK | 0 | 0.05 | 0.03 | 0.40 |
HSL | 334.29º | 0.03% | 0.59% | - |
HSV(B) | 334.29º | 0.05% | 0.6% | - |
XYZ | 29.27 | 29.94 | 33.09 | - |
YUV | 149.44 | 128.32 | 131.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 147 | 150 | 0 | 0.05 | 0.03 | 0.40 | 334.29 | 0.03 | 0.59 |
Hex | 9A | 93 | 96 | 0 | 5 | 3 | 28 | 14E | 3 | 3B |
Octal | 232 | 223 | 226 | 0 | 5 | 3 | 50 | 516 | 3 | 73 |
Binary | 10011010 | 10010011 | 10010110 | 0 | 101 | 11 | 101000 | 101001110 | 11 | 111011 |
Color Harmonies of #9A9396
Complementary color
Monochromatic Colors of #9A9396
Black with #9A9396
Text Example
Text Example
White with #9A9396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9396; }
p { color: rgb(154,147,150); }
H1.HeaderClassName
{
color: #9A9396;
}
.AnyTagClassName
{
color: #9A9396;
}
</style>
background-color css
<style>
a { background-color: #9A9396; }
a { background-color: rgb(154,147,150); }
div.DivClassName
{
background-color: #9A9396;
}
.BgClassName
{
background-color: #9A9396;
}
</style>
border-color css
<style>
span { border-color: #9A9396; }
span { border-color: rgb(154,147,150); }
td.TdClassName
{
border-color: #9A9396;
}
.TagClassName
{
border-color: #9A9396;
}
</style>