#94AA9E

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

Shades of Tower Grey #94AA9E

Tints of Tower Grey #94AA9E

Color information

#94AA9E (or 0x94AA9E) is unknown color: approx Tower Grey. HEX triplet: 94, AA and 9E. RGB value is (148,170,158). Sum of RGB (Red+Green+Blue) = 148+170+158=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AA9E is #6B5561. Grayscale: #A2A2A2. Windows color (decimal): -7034210 or 10398356. OLE color: 10398356.

HSL color Cylindrical-coordinate representation of color #94AA9E: hue angle of 147.27º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94AA9E is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB148170158-
CMYK0.1300.070.33
HSL147.27º11.46%62.35%-
HSV(B)147.27º12.94%66.67%-
XYZ32.7637.5137.86-
YUV162.05125.71117.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.09%
GREEN value IS 170 (66.80% from 255) = 35.71%
BLUE value IS 158 (62.11% from 255) = 33.19%
R=31.09%
G=35.71%
B=33.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481701580.1300.070.33147.2711.4662.35
Hex94AA9ED072193b3e
Octal2242522361507412231376
Binary10010100101010101001111011010111100001100100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AA9E; }

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

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

<style>
 a { background-color: #94AA9E; }

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

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

<style>
 span { border-color: #94AA9E; }

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

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