#9F8A93

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

Shades of Shady Lady #9F8A93

Tints of Shady Lady #9F8A93

Color information

#9F8A93 (or 0x9F8A93) is unknown color: approx Shady Lady. HEX triplet: 9F, 8A and 93. RGB value is (159,138,147). Sum of RGB (Red+Green+Blue) = 159+138+147=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8A93 is #60756C. Grayscale: #919191. Windows color (decimal): -6321517 or 9669279. OLE color: 9669279.

HSL color Cylindrical-coordinate representation of color #9F8A93: hue angle of 334.29º degrees, saturation: 0.1, 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 #9F8A93 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB159138147-
CMYK00.130.080.38
HSL334.29º9.86%58.24%-
HSV(B)334.29º13.21%62.35%-
XYZ28.6527.6531.43-
YUV145.3128.96137.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.81%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 147 (57.81% from 255) = 33.11%
R=35.81%
G=31.08%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913814700.130.080.38334.299.8658.24
Hex9F8A930D82614ea3a
Octal23721222301510465161272
Binary1001111110001010100100110110110001001101010011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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