Html Css Color HEX #9FA09F Pewter

📋 copy color: '#9FA09F'

red 159 ◦ green 160 ◦ blue 159

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

Shades of Pewter #9FA09F

Tints of Pewter #9FA09F

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 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

#9FA09F (or 0x9FA09F) is known color: 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

RGB 159 160 159 -
CMYK 0.01 0 0.01 0.37
HSL 120º 0.01% 0.63% -
HSV(B) 120º 0.01% 0.63% -
XYZ 33.13 35.02 37.81 -
YUV 159.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 159 160 159 0.01 0 0.01 0.37 120 0.01 0.63
Hex 9F A0 9F 1 0 1 25 78 1 3F
Octal 237 240 237 1 0 1 45 170 1 77
Binary 10011111 10100000 10011111 1 0 1 100101 1111000 1 111111

Color Harmonies of #9FA09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA09F

Black with #9FA09F

Text Example


Text Example

White with #9FA09F

Text Example


Text Example

HTML Codes & Css Web 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>