#9D989A

Color #9D989A Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #9D989A

Tints of Shady Lady #9D989A

Color information

#9D989A (or 0x9D989A) is unknown color: approx Shady Lady. HEX triplet: 9D, 98 and 9A. RGB value is (157,152,154). Sum of RGB (Red+Green+Blue) = 157+152+154=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 157 - color contains mainly: red. Hex color #9D989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D989A is #626765. Grayscale: #999999. Windows color (decimal): -6448998 or 10131613. OLE color: 10131613.

HSL color Cylindrical-coordinate representation of color #9D989A: hue angle of 336º degrees, saturation: 0.02, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9D989A is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB157152154-
CMYK00.030.020.38
HSL336º2.49%60.59%-
HSV(B)336º3.18%61.57%-
XYZ30.9731.9635.11-
YUV153.72128.16130.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 33.91%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 154 (60.55% from 255) = 33.26%
R=33.91%
G=32.83%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715215400.030.020.383362.4960.59
Hex9D989A0322615023d
Octal23523023203246520275
Binary1001110110011000100110100111010011010101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D989A; }

 p { color: rgb(157,152,154); }

 H1.HeaderClassName
 {
   color: #9D989A;
 }
 .AnyTagClassName
 {
   color: #9D989A;
 }
</style>
background-color css

<style>
 a { background-color: #9D989A; }

 a { background-color: rgb(157,152,154); }

 div.DivClassName
 {
   background-color: #9D989A;
 }
 .BgClassName
 {
   background-color: #9D989A;
 }
</style>
border-color css

<style>
 span { border-color: #9D989A; }

 span { border-color: rgb(157,152,154); }

 td.TdClassName
 {
   border-color: #9D989A;
 }
 .TagClassName
 {
   border-color: #9D989A;
 }
</style>