#9FAFA8

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

Shades of Tower Grey #9FAFA8

Tints of Tower Grey #9FAFA8

Color information

#9FAFA8 (or 0x9FAFA8) is unknown color: approx Tower Grey. HEX triplet: 9F, AF and A8. RGB value is (159,175,168). Sum of RGB (Red+Green+Blue) = 159+175+168=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAFA8 is #605057. Grayscale: #A9A9A9. Windows color (decimal): -6312024 or 11055007. OLE color: 11055007.

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

Color convert

RGB159175168-
CMYK0.0900.040.31
HSL153.75º9.09%65.49%-
HSV(B)153.75º9.14%68.63%-
XYZ36.740.8643-
YUV169.42127.2120.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.67%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 168 (66.02% from 255) = 33.47%
R=31.67%
G=34.86%
B=33.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591751680.0900.040.31153.759.0965.49
Hex9FAFA89041F9a941
Octal23725725011043723211101
Binary10011111101011111010100010010100111111001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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