#9FA7AA

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

Shades of Gull Grey #9FA7AA

Tints of Gull Grey #9FA7AA

Color information

#9FA7AA (or 0x9FA7AA) is unknown color: approx Gull Grey. HEX triplet: 9F, A7 and AA. RGB value is (159,167,170). Sum of RGB (Red+Green+Blue) = 159+167+170=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 170 - color contains mainly: blue. Hex color #9FA7AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA7AA is #605855. Grayscale: #A4A4A4. Windows color (decimal): -6314070 or 11184031. OLE color: 11184031.

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

Color convert

RGB159167170-
CMYK0.060.0200.33
HSL196.36º6.08%64.51%-
HSV(B)196.36º6.47%66.67%-
XYZ35.3737.9143.48-
YUV164.95130.85123.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.06%
GREEN value IS 167 (65.62% from 255) = 33.67%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=32.06%
G=33.67%
B=34.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591671700.060.0200.33196.366.0864.51
Hex9FA7AA62021c4641
Octal237247252620413046101
Binary100111111010011110101010110100100001110001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,167,170); }

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

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

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

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

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

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

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