Html Css Color HEX #9FA19F Pewter

📋 copy color: '#9FA19F'

red 159 ◦ green 161 ◦ blue 159

#9FA19F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pewter #9FA19F

Tints of Pewter #9FA19F

RGB

 RED value IS 159 (62.5% from 255) = 33.19%

 GREEN value IS 161 (63.28% from 255) = 33.61%

 BLUE value IS 159 (62.5% from 255) = 33.19%

R = 33.19%
G = 33.61%
B = 33.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#9FA19F (or 0x9FA19F) is known color: Pewter. HEX triplet: 9F, A1 and 9F. RGB value is (159,161,159). Sum of RGB (Red+Green+Blue) = 159+161+159=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA19F is #605E60. Grayscale: #A0A0A0. Windows color (decimal): -6315617 or 10461599. OLE color: 10461599.

HSL color Cylindrical-coordinate representation of color #9FA19F: 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 #9FA19F is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 159 161 159 -
CMYK 0.01 0 0.01 0.37
HSL 120º 0.01% 0.63% -
HSV(B) 120º 0.01% 0.63% -
XYZ 33.3 35.36 37.87 -
YUV 160.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 159 161 159 0.01 0 0.01 0.37 120 0.01 0.63
Hex 9F A1 9F 1 0 1 25 78 1 3F
Octal 237 241 237 1 0 1 45 170 1 77
Binary 10011111 10100001 10011111 1 0 1 100101 1111000 1 111111

Color Harmonies of #9FA19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA19F

Black with #9FA19F

Text Example


Text Example

White with #9FA19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FA19F;
 }
 .AnyTagClassName
 {
   color: #9FA19F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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