#9FA9AB

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

Shades of Gull Grey #9FA9AB

Tints of Gull Grey #9FA9AB

Color information

#9FA9AB (or 0x9FA9AB) is unknown color: approx Gull Grey. HEX triplet: 9F, A9 and AB. RGB value is (159,169,171). Sum of RGB (Red+Green+Blue) = 159+169+171=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 171 - color contains mainly: blue. Hex color #9FA9AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA9AB is #605654. Grayscale: #A6A6A6. Windows color (decimal): -6313557 or 11250079. OLE color: 11250079.

HSL color Cylindrical-coordinate representation of color #9FA9AB: hue angle of 190º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9FA9AB is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159169171-
CMYK0.070.0100.33
HSL190º6.67%64.71%-
HSV(B)190º7.02%67.06%-
XYZ35.8438.6944.11-
YUV166.24130.69122.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.86%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=31.86%
G=33.87%
B=34.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591691710.070.0100.331906.6764.71
Hex9FA9AB71021be741
Octal237251253710412767101
Binary10011111101010011010101111110100001101111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,169,171); }

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

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

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

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

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

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

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