#9FAFA9

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

Shades of Skeptic #9FAFA9

Tints of Skeptic #9FAFA9

Color information

#9FAFA9 (or 0x9FAFA9) is unknown color: approx Skeptic. HEX triplet: 9F, AF and A9. RGB value is (159,175,169). Sum of RGB (Red+Green+Blue) = 159+175+169=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAFA9 is #605056. Grayscale: #A9A9A9. Windows color (decimal): -6312023 or 11120543. OLE color: 11120543.

HSL color Cylindrical-coordinate representation of color #9FAFA9: hue angle of 157.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FAFA9 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB159175169-
CMYK0.0900.030.31
HSL157.5º9.09%65.49%-
HSV(B)157.5º9.14%68.63%-
XYZ36.7940.943.49-
YUV169.53127.7120.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.61%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 169 (66.41% from 255) = 33.60%
R=31.61%
G=34.79%
B=33.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591751690.0900.030.31157.59.0965.49
Hex9FAFA99031F9d941
Octal23725725111033723511101
Binary1001111110101111101010011001011111111001110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,175,169); }

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

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

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

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

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

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

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