#9EA9AC

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

Shades of Gull Grey #9EA9AC

Tints of Gull Grey #9EA9AC

Color information

#9EA9AC (or 0x9EA9AC) is unknown color: approx Gull Grey. HEX triplet: 9E, A9 and AC. RGB value is (158,169,172). Sum of RGB (Red+Green+Blue) = 158+169+172=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 172 - color contains mainly: blue. Hex color #9EA9AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA9AC is #615653. Grayscale: #A6A6A6. Windows color (decimal): -6379092 or 11315614. OLE color: 11315614.

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

Color convert

RGB158169172-
CMYK0.080.0200.33
HSL192.86º7.78%64.71%-
HSV(B)192.86º8.14%67.45%-
XYZ35.7338.6244.6-
YUV166.05131.36122.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.66%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=31.66%
G=33.87%
B=34.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581691720.080.0200.33192.867.7864.71
Hex9EA9AC82021c1841
Octal23625125410204130110101
Binary10011110101010011010110010001001000011100000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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