#94A59E

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

Shades of Tower Grey #94A59E

Tints of Tower Grey #94A59E

Color information

#94A59E (or 0x94A59E) is unknown color: approx Tower Grey. HEX triplet: 94, A5 and 9E. RGB value is (148,165,158). Sum of RGB (Red+Green+Blue) = 148+165+158=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 165 - color contains mainly: green. Hex color #94A59E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A59E is #6B5A61. Grayscale: #9F9F9F. Windows color (decimal): -7035490 or 10397076. OLE color: 10397076.

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

Color convert

RGB148165158-
CMYK0.1000.040.35
HSL155.29º8.63%61.37%-
HSV(B)155.29º10.3%64.71%-
XYZ31.8435.6737.56-
YUV159.12127.37120.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.42%
GREEN value IS 165 (64.84% from 255) = 35.03%
BLUE value IS 158 (62.11% from 255) = 33.55%
R=31.42%
G=35.03%
B=33.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481651580.1000.040.35155.298.6361.37
Hex94A59EA04239b93d
Octal2242452361204432331175
Binary10010100101001011001111010100100100011100110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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