#9FA1A0

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

Shades of Tower Grey #9FA1A0

Tints of Tower Grey #9FA1A0

Color information

#9FA1A0 (or 0x9FA1A0) is unknown color: approx Tower Grey. HEX triplet: 9F, A1 and A0. RGB value is (159,161,160). Sum of RGB (Red+Green+Blue) = 159+161+160=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA1A0 is #605E5F. Grayscale: #A0A0A0. Windows color (decimal): -6315616 or 10527135. OLE color: 10527135.

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

Color convert

RGB159161160-
CMYK0.0100.010.37
HSL150º1.05%62.75%-
HSV(B)150º1.24%63.14%-
XYZ33.3935.438.33-
YUV160.29127.84127.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.12%
GREEN value IS 161 (63.28% from 255) = 33.54%
BLUE value IS 160 (62.89% from 255) = 33.33%
R=33.12%
G=33.54%
B=33.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1591611600.0100.010.371501.0562.75
Hex9FA1A0101259613f
Octal23724124010145226177
Binary100111111010000110100000101100101100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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