#9FA4A1

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

Shades of Tower Grey #9FA4A1

Tints of Tower Grey #9FA4A1

Color information

#9FA4A1 (or 0x9FA4A1) is unknown color: approx Tower Grey. HEX triplet: 9F, A4 and A1. RGB value is (159,164,161). Sum of RGB (Red+Green+Blue) = 159+164+161=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA4A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA4A1 is #605B5E. Grayscale: #A2A2A2. Windows color (decimal): -6314847 or 10593439. OLE color: 10593439.

HSL color Cylindrical-coordinate representation of color #9FA4A1: hue angle of 144º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9FA4A1 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB159164161-
CMYK0.0300.020.36
HSL144º2.67%63.33%-
HSV(B)144º3.05%64.31%-
XYZ34.0136.538.97-
YUV162.16127.34125.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.85%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 161 (63.28% from 255) = 33.26%
R=32.85%
G=33.88%
B=33.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591641610.0300.020.361442.6763.33
Hex9FA4A1302249033f
Octal23724424130244220377
Binary100111111010010010100001110101001001001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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