#9EA9AA

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

Shades of Gull Grey #9EA9AA

Tints of Gull Grey #9EA9AA

Color information

#9EA9AA (or 0x9EA9AA) is unknown color: approx Gull Grey. HEX triplet: 9E, A9 and AA. RGB value is (158,169,170). Sum of RGB (Red+Green+Blue) = 158+169+170=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 170 - color contains mainly: blue. Hex color #9EA9AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA9AA is #615655. Grayscale: #A5A5A5. Windows color (decimal): -6379094 or 11184542. OLE color: 11184542.

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

Color convert

RGB158169170-
CMYK0.070.0100.33
HSL185º6.59%64.31%-
HSV(B)185º7.06%66.67%-
XYZ35.5438.5543.6-
YUV165.82130.36122.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.79%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=31.79%
G=34.00%
B=34.21%

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
Decimal1581691700.070.0100.331856.5964.31
Hex9EA9AA71021b9740
Octal236251252710412717100
Binary10011110101010011010101011110100001101110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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