#94A69D

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

Shades of Tower Grey #94A69D

Tints of Tower Grey #94A69D

Color information

#94A69D (or 0x94A69D) is unknown color: approx Tower Grey. HEX triplet: 94, A6 and 9D. RGB value is (148,166,157). Sum of RGB (Red+Green+Blue) = 148+166+157=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 166 - color contains mainly: green. Hex color #94A69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A69D is #6B5962. Grayscale: #9F9F9F. Windows color (decimal): -7035235 or 10331796. OLE color: 10331796.

HSL color Cylindrical-coordinate representation of color #94A69D: hue angle of 150º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #94A69D is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB148166157-
CMYK0.1100.050.35
HSL150º9.18%61.57%-
HSV(B)150º10.84%65.1%-
XYZ31.933637.16-
YUV159.59126.54119.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.42%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 157 (61.72% from 255) = 33.33%
R=31.42%
G=35.24%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481661570.1100.050.351509.1861.57
Hex94A69DB05239693e
Octal2242462351305432261176
Binary10010100101001101001110110110101100011100101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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