#9FA09F

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

Shades of Pewter #9FA09F

Tints of Pewter #9FA09F

Color information

#9FA09F (or 0x9FA09F) is unknown color: approx Pewter. HEX triplet: 9F, A0 and 9F. RGB value is (159,160,159). Sum of RGB (Red+Green+Blue) = 159+160+159=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA09F is #605F60. Grayscale: #9F9F9F. Windows color (decimal): -6315873 or 10461343. OLE color: 10461343.

HSL color Cylindrical-coordinate representation of color #9FA09F: hue angle of 120º degrees, saturation: 0.01, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #9FA09F is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB159160159-
CMYK0.0100.010.37
HSL120º0.52%62.55%-
HSV(B)120º0.63%62.75%-
XYZ33.1335.0237.81-
YUV159.59127.67127.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=33.26%
G=33.47%
B=33.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1591601590.0100.010.371200.5262.55
Hex9FA09F101257813f
Octal23724023710145170177
Binary10011111101000001001111110110010111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,160,159); }

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

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

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

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

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

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

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