#9EAFA4

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

Shades of Tower Grey #9EAFA4

Tints of Tower Grey #9EAFA4

Color information

#9EAFA4 (or 0x9EAFA4) is unknown color: approx Tower Grey. HEX triplet: 9E, AF and A4. RGB value is (158,175,164). Sum of RGB (Red+Green+Blue) = 158+175+164=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAFA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAFA4 is #61505B. Grayscale: #A8A8A8. Windows color (decimal): -6377564 or 10792862. OLE color: 10792862.

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

Color convert

RGB158175164-
CMYK0.1000.060.31
HSL141.18º9.6%65.29%-
HSV(B)141.18º9.71%68.63%-
XYZ36.1340.6141.06-
YUV168.66125.37120.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.79%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 164 (64.45% from 255) = 33.00%
R=31.79%
G=35.21%
B=33.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581751640.1000.060.31141.189.665.29
Hex9EAFA4A061F8da41
Octal23625724412063721512101
Binary10011110101011111010010010100110111111000110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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