#9EA9AF

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

Shades of Gull Grey #9EA9AF

Tints of Gull Grey #9EA9AF

Color information

#9EA9AF (or 0x9EA9AF) is unknown color: approx Gull Grey. HEX triplet: 9E, A9 and AF. RGB value is (158,169,175). Sum of RGB (Red+Green+Blue) = 158+169+175=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 175 - color contains mainly: blue. Hex color #9EA9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA9AF is #615650. Grayscale: #A6A6A6. Windows color (decimal): -6379089 or 11512222. OLE color: 11512222.

HSL color Cylindrical-coordinate representation of color #9EA9AF: hue angle of 201.18º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EA9AF is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB158169175-
CMYK0.100.0300.31
HSL201.18º9.6%65.29%-
HSV(B)201.18º9.71%68.63%-
XYZ36.0338.7446.14-
YUV166.4132.86122.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.47%
GREEN value IS 169 (66.41% from 255) = 33.67%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=31.47%
G=33.67%
B=34.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581691750.100.0300.31201.189.665.29
Hex9EA9AFA301Fc9a41
Octal23625125712303731112101
Binary1001111010101001101011111010110111111100100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,169,175); }

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

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

 a { background-color: rgb(158,169,175); }

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

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

 span { border-color: rgb(158,169,175); }

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