#9FAFA7

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

Shades of Tower Grey #9FAFA7

Tints of Tower Grey #9FAFA7

Color information

#9FAFA7 (or 0x9FAFA7) is unknown color: approx Tower Grey. HEX triplet: 9F, AF and A7. RGB value is (159,175,167). Sum of RGB (Red+Green+Blue) = 159+175+167=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAFA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAFA7 is #605058. Grayscale: #A9A9A9. Windows color (decimal): -6312025 or 10989471. OLE color: 10989471.

HSL color Cylindrical-coordinate representation of color #9FAFA7: hue angle of 150º 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 #9FAFA7 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB159175167-
CMYK0.0900.050.31
HSL150º9.09%65.49%-
HSV(B)150º9.14%68.63%-
XYZ36.640.8242.51-
YUV169.3126.7120.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.74%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 167 (65.62% from 255) = 33.33%
R=31.74%
G=34.93%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591751670.0900.050.311509.0965.49
Hex9FAFA79051F96941
Octal23725724711053722611101
Binary10011111101011111010011110010101111111001011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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