#9EABA4

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

Shades of Tower Grey #9EABA4

Tints of Tower Grey #9EABA4

Color information

#9EABA4 (or 0x9EABA4) is unknown color: approx Tower Grey. HEX triplet: 9E, AB and A4. RGB value is (158,171,164). Sum of RGB (Red+Green+Blue) = 158+171+164=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 171 - color contains mainly: green. Hex color #9EABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EABA4 is #61545B. Grayscale: #A6A6A6. Windows color (decimal): -6378588 or 10791838. OLE color: 10791838.

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

Color convert

RGB158171164-
CMYK0.0800.040.33
HSL147.69º7.18%64.51%-
HSV(B)147.69º7.6%67.06%-
XYZ35.3639.0840.8-
YUV166.32126.69122.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.05%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 164 (64.45% from 255) = 33.27%
R=32.05%
G=34.69%
B=33.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581711640.0800.040.33147.697.1864.51
Hex9EABA48042194741
Octal2362532441004412247101
Binary10011110101010111010010010000100100001100101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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