Shades of Shady Lady #9A9899
Tints of Shady Lady #9A9899
RGB
CMYK
RGB Variations
Color information
#9A9899 (or 0x9A9899) is known color: Shady Lady. HEX triplet: 9A, 98 and 99. RGB value is (154,152,153). Sum of RGB (Red+Green+Blue) = 154+152+153=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9899 is #656766. Grayscale: #989898. Windows color (decimal): -6645607 or 10066074. OLE color: 10066074.
HSL color Cylindrical-coordinate representation of color #9A9899: hue angle of 330º degrees, saturation: 0.01, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #9A9899 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 152 | 153 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.40 |
| HSL | 330º | 0.01% | 0.6% | - |
| HSV(B) | 330º | 0.01% | 0.6% | - |
| XYZ | 30.3 | 31.63 | 34.64 | - |
| YUV | 152.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 153 | 0 | 0.01 | 0.01 | 0.40 | 330 | 0.01 | 0.6 |
| Hex | 9A | 98 | 99 | 0 | 1 | 1 | 28 | 14A | 1 | 3C |
| Octal | 232 | 230 | 231 | 0 | 1 | 1 | 50 | 512 | 1 | 74 |
| Binary | 10011010 | 10011000 | 10011001 | 0 | 1 | 1 | 101000 | 101001010 | 1 | 111100 |
Color Harmonies of #9A9899
Complementary color
Monochromatic Colors of #9A9899
Black with #9A9899
Text Example
Text Example
White with #9A9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9899; }
p { color: rgb(154,152,153); }
H1.HeaderClassName
{
color: #9A9899;
}
.AnyTagClassName
{
color: #9A9899;
}
</style>
background-color css
<style>
a { background-color: #9A9899; }
a { background-color: rgb(154,152,153); }
div.DivClassName
{
background-color: #9A9899;
}
.BgClassName
{
background-color: #9A9899;
}
</style>
border-color css
<style>
span { border-color: #9A9899; }
span { border-color: rgb(154,152,153); }
td.TdClassName
{
border-color: #9A9899;
}
.TagClassName
{
border-color: #9A9899;
}
</style>