#94A39B

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

Shades of Tower Grey #94A39B

Tints of Tower Grey #94A39B

Color information

#94A39B (or 0x94A39B) is unknown color: approx Tower Grey. HEX triplet: 94, A3 and 9B. RGB value is (148,163,155). Sum of RGB (Red+Green+Blue) = 148+163+155=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 163 - color contains mainly: green. Hex color #94A39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A39B is #6B5C64. Grayscale: #9D9D9D. Windows color (decimal): -7036005 or 10199956. OLE color: 10199956.

HSL color Cylindrical-coordinate representation of color #94A39B: hue angle of 148º 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 #94A39B is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB148163155-
CMYK0.0900.050.36
HSL148º7.54%60.98%-
HSV(B)148º9.2%63.92%-
XYZ31.2334.8636.09-
YUV157.6126.53121.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.76%
GREEN value IS 163 (64.06% from 255) = 34.98%
BLUE value IS 155 (60.94% from 255) = 33.26%
R=31.76%
G=34.98%
B=33.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481631550.0900.050.361487.5460.98
Hex94A39B905249483d
Octal2242432331105442241075
Binary10010100101000111001101110010101100100100101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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