#9FA1A1

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

Shades of Hit Grey #9FA1A1

Tints of Hit Grey #9FA1A1

Color information

#9FA1A1 (or 0x9FA1A1) is unknown color: approx Hit Grey. HEX triplet: 9F, A1 and A1. RGB value is (159,161,161). Sum of RGB (Red+Green+Blue) = 159+161+161=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 161 - color contains mainly: green, blue. Hex color #9FA1A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA1A1 is #605E5E. Grayscale: #A0A0A0. Windows color (decimal): -6315615 or 10592671. OLE color: 10592671.

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

Color convert

RGB159161161-
CMYK0.01000.37
HSL180º1.05%62.75%-
HSV(B)180º1.24%63.14%-
XYZ33.4835.4338.79-
YUV160.4128.34127-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.06%
GREEN value IS 161 (63.28% from 255) = 33.47%
BLUE value IS 161 (63.28% from 255) = 33.47%
R=33.06%
G=33.47%
B=33.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1591611610.01000.371801.0562.75
Hex9FA1A110025b413f
Octal23724124110045264177
Binary100111111010000110100001100100101101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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