#94A49D

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

Shades of Tower Grey #94A49D

Tints of Tower Grey #94A49D

Color information

#94A49D (or 0x94A49D) is unknown color: approx Tower Grey. HEX triplet: 94, A4 and 9D. RGB value is (148,164,157). Sum of RGB (Red+Green+Blue) = 148+164+157=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 164 - color contains mainly: green. Hex color #94A49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A49D is #6B5B62. Grayscale: #9E9E9E. Windows color (decimal): -7035747 or 10331284. OLE color: 10331284.

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

Color convert

RGB148164157-
CMYK0.1000.040.36
HSL153.75º8.08%61.18%-
HSV(B)153.75º9.76%64.31%-
XYZ31.5735.2837.04-
YUV158.42127.2120.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.56%
GREEN value IS 164 (64.45% from 255) = 34.97%
BLUE value IS 157 (61.72% from 255) = 33.48%
R=31.56%
G=34.97%
B=33.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481641570.1000.040.36153.758.0861.18
Hex94A49DA04249a83d
Octal2242442351204442321075
Binary10010100101001001001110110100100100100100110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,164,157); }

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

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

 a { background-color: rgb(148,164,157); }

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

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

 span { border-color: rgb(148,164,157); }

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