#9E8A93

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

Shades of Shady Lady #9E8A93

Tints of Shady Lady #9E8A93

Color information

#9E8A93 (or 0x9E8A93) is unknown color: approx Shady Lady. HEX triplet: 9E, 8A and 93. RGB value is (158,138,147). Sum of RGB (Red+Green+Blue) = 158+138+147=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8A93 is #61756C. Grayscale: #909090. Windows color (decimal): -6387053 or 9669278. OLE color: 9669278.

HSL color Cylindrical-coordinate representation of color #9E8A93: hue angle of 333º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9E8A93 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB158138147-
CMYK00.130.070.38
HSL333º9.35%58.04%-
HSV(B)333º12.66%61.96%-
XYZ28.4627.5531.42-
YUV145.01129.13137.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.67%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 147 (57.81% from 255) = 33.18%
R=35.67%
G=31.15%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813814700.130.070.383339.3558.04
Hex9E8A930D72614d93a
Octal2362122230157465151172
Binary100111101000101010010011011011111001101010011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,138,147); }

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

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

 a { background-color: rgb(158,138,147); }

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

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

 span { border-color: rgb(158,138,147); }

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