Shades of Shady Lady #9A9697
Tints of Shady Lady #9A9697
RGB
CMYK
RGB Variations
Color information
#9A9697 (or 0x9A9697) is known color: Shady Lady. HEX triplet: 9A, 96 and 97. RGB value is (154,150,151). Sum of RGB (Red+Green+Blue) = 154+150+151=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9697 is #656968. Grayscale: #979797. Windows color (decimal): -6646121 or 9934490. OLE color: 9934490.
HSL color Cylindrical-coordinate representation of color #9A9697: hue angle of 345º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9A9697 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 150 | 151 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.40 |
| HSL | 345º | 0.02% | 0.6% | - |
| HSV(B) | 345º | 0.03% | 0.6% | - |
| XYZ | 29.82 | 30.92 | 33.67 | - |
| YUV | 151.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 150 | 151 | 0 | 0.03 | 0.02 | 0.40 | 345 | 0.02 | 0.6 |
| Hex | 9A | 96 | 97 | 0 | 3 | 2 | 28 | 159 | 2 | 3C |
| Octal | 232 | 226 | 227 | 0 | 3 | 2 | 50 | 531 | 2 | 74 |
| Binary | 10011010 | 10010110 | 10010111 | 0 | 11 | 10 | 101000 | 101011001 | 10 | 111100 |
Color Harmonies of #9A9697
Complementary color
Monochromatic Colors of #9A9697
Black with #9A9697
Text Example
Text Example
White with #9A9697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9697; }
p { color: rgb(154,150,151); }
H1.HeaderClassName
{
color: #9A9697;
}
.AnyTagClassName
{
color: #9A9697;
}
</style>
background-color css
<style>
a { background-color: #9A9697; }
a { background-color: rgb(154,150,151); }
div.DivClassName
{
background-color: #9A9697;
}
.BgClassName
{
background-color: #9A9697;
}
</style>
border-color css
<style>
span { border-color: #9A9697; }
span { border-color: rgb(154,150,151); }
td.TdClassName
{
border-color: #9A9697;
}
.TagClassName
{
border-color: #9A9697;
}
</style>