#9EA8AA

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

Shades of Gull Grey #9EA8AA

Tints of Gull Grey #9EA8AA

Color information

#9EA8AA (or 0x9EA8AA) is unknown color: approx Gull Grey. HEX triplet: 9E, A8 and AA. RGB value is (158,168,170). Sum of RGB (Red+Green+Blue) = 158+168+170=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 168 (66.02% from 255 or 33.87% 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 #9EA8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA8AA is #615755. Grayscale: #A5A5A5. Windows color (decimal): -6379350 or 11184286. OLE color: 11184286.

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

Color convert

RGB158168170-
CMYK0.070.0100.33
HSL190º6.59%64.31%-
HSV(B)190º7.06%66.67%-
XYZ35.3638.1843.54-
YUV165.24130.69122.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.85%
GREEN value IS 168 (66.02% from 255) = 33.87%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=31.85%
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
Decimal1581681700.070.0100.331906.5964.31
Hex9EA8AA71021be740
Octal236250252710412767100
Binary10011110101010001010101011110100001101111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,168,170); }

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

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

 a { background-color: rgb(158,168,170); }

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

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

 span { border-color: rgb(158,168,170); }

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