#9EAFA7

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

Shades of Tower Grey #9EAFA7

Tints of Tower Grey #9EAFA7

Color information

#9EAFA7 (or 0x9EAFA7) is unknown color: approx Tower Grey. HEX triplet: 9E, AF and A7. RGB value is (158,175,167). Sum of RGB (Red+Green+Blue) = 158+175+167=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAFA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAFA7 is #615058. Grayscale: #A9A9A9. Windows color (decimal): -6377561 or 10989470. OLE color: 10989470.

HSL color Cylindrical-coordinate representation of color #9EAFA7: hue angle of 151.76º 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 #9EAFA7 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB158175167-
CMYK0.1000.050.31
HSL151.76º9.6%65.29%-
HSV(B)151.76º9.71%68.63%-
XYZ36.4140.7242.5-
YUV169126.87120.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.6%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 167 (65.62% from 255) = 33.4%
R=31.6%
G=35%
B=33.4%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581751670.1000.050.31151.769.665.29
Hex9EAFA7A051F98a41
Octal23625724712053723012101
Binary10011110101011111010011110100101111111001100010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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