#94A39C

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

Shades of Tower Grey #94A39C

Tints of Tower Grey #94A39C

Color information

#94A39C (or 0x94A39C) is unknown color: approx Tower Grey. HEX triplet: 94, A3 and 9C. RGB value is (148,163,156). Sum of RGB (Red+Green+Blue) = 148+163+156=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 163 - color contains mainly: green. Hex color #94A39C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A39C is #6B5C63. Grayscale: #9D9D9D. Windows color (decimal): -7036004 or 10265492. OLE color: 10265492.

HSL color Cylindrical-coordinate representation of color #94A39C: hue angle of 152º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #94A39C is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB148163156-
CMYK0.0900.040.36
HSL152º7.54%60.98%-
HSV(B)152º9.2%63.92%-
XYZ31.3134.8936.54-
YUV157.72127.03121.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.69%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 156 (61.33% from 255) = 33.40%
R=31.69%
G=34.90%
B=33.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481631560.0900.040.361527.5460.98
Hex94A39C904249883d
Octal2242432341104442301075
Binary10010100101000111001110010010100100100100110001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,163,156); }

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

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

 a { background-color: rgb(148,163,156); }

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

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

 span { border-color: rgb(148,163,156); }

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